Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Nov 13, 2023
1 parent 2191eb0 commit 1dc6288
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 615 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.1.0",
"commitlint": "^18.2.0",
"@commitlint/config-conventional": "^18.4.0",
"commitlint": "^18.4.1",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"semantic-release": "^22.0.5",
"semantic-release": "^22.0.7",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
},
"dependencies": {
"next": "14.0.1",
"next-usequerystate": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next-usequerystate": "workspace:*"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@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",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/webpack": "^5.28.5",
"cypress": "^13.5.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/next-usequerystate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"mitt": "^3.0.1"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"next": "^14",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"next": "14.0.1",
"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 @@ -17,15 +17,15 @@
},
"dependencies": {
"next": "14.0.1",
"next-usequerystate": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next-usequerystate": "workspace:*"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/webpack": "^5.28.4",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/webpack": "^5.28.5",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 1dc6288

Please sign in to comment.