Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Oct 7, 2024
1 parent 2af7ade commit e6cfcb8
Show file tree
Hide file tree
Showing 6 changed files with 687 additions and 514 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.4.1",
"commitlint": "^19.4.1",
"husky": "^9.1.5",
"prettier": "3.2.5",
"semantic-release": "^23.1.1",
"turbo": "^2.1.1",
"typescript": "^5.5.4"
"@commitlint/config-conventional": "^19.5.0",
"commitlint": "^19.5.0",
"husky": "^9.1.6",
"prettier": "3.3.3",
"semantic-release": "^24.1.2",
"turbo": "^2.1.3",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.12.0+sha256.a61b67ff6cc97af864564f4442556c22a04f2e5a7714fbee76a1011361d9b726",
"prettier": {
"arrowParens": "avoid",
"semi": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@faker-js/faker": "^9.0.3",
"@headlessui/react": "^2.1.8",
"@headlessui/react": "^2.1.9",
"@headlessui/tailwindcss": "^0.2.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"cypress:run": "cypress run --headless"
},
"dependencies": {
"next": "^14.2.7",
"next": "^14.2.14",
"nuqs": "workspace:*",
"react": "rc",
"react-dom": "rc"
},
"devDependencies": {
"@types/node": "^20.16.3",
"@types/react": "^18.3.5",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/semver": "^7.5.8",
"@types/webpack": "^5.28.5",
"cypress": "^13.14.1",
"cypress": "^13.15.0",
"semver": "^7.6.3",
"start-server-and-test": "^2.0.8",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
16 changes: 8 additions & 8 deletions packages/nuqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@
"mitt": "^3.0.1"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^20.16.3",
"@types/react": "^18.3.5",
"@size-limit/preset-small-lib": "^11.1.6",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"next": "^14.2.7",
"next": "^14.2.14",
"react": "rc",
"react-dom": "rc",
"size-limit": "^11.1.4",
"tsafe": "^1.7.2",
"size-limit": "^11.1.6",
"tsafe": "^1.7.5",
"tsd": "^0.30.7",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitest": "^1.6.0"
},
"tsd": {
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/node": "^20.16.3",
"typescript": "^5.5.4"
"@types/node": "^20.16.10",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit e6cfcb8

Please sign in to comment.