Skip to content

Commit

Permalink
fix(deps): Add Next.js 14 support
Browse files Browse the repository at this point in the history
Everything seems in order. Happy Next.js conf everyone!
  • Loading branch information
franky47 committed Oct 26, 2023
1 parent e449665 commit cfb490c
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 366 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.8.0",
"commitlint": "^17.7.2",
"husky": "8.x",
"@commitlint/config-conventional": "^18.1.0",
"commitlint": "^18.2.0",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"semantic-release": "^22.0.5",
"turbo": "^1.10.15",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
"prettier": {
Expand Down
11 changes: 5 additions & 6 deletions packages/next-usequerystate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,16 @@
"prepack": "./scripts/prepack.sh"
},
"peerDependencies": {
"next": "^13.4"
"next": "^13.4 || ^14"
},
"dependencies": {
"mitt": "^3.0.1"
},
"devDependencies": {
"@types/debug": "^4.1.10",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.8",
"next": "^13.5",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"next": "^14",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"cypress:run": "cypress run --headless"
},
"dependencies": {
"next": "^13.5",
"next": "^14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next-usequerystate": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.8",
"@types/webpack": "^5.28.3",
"cypress": "^13.2.0",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/webpack": "^5.28.4",
"cypress": "^13.3.3",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2"
}
Expand Down
Loading

0 comments on commit cfb490c

Please sign in to comment.