Skip to content

Commit

Permalink
fix: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb committed Aug 30, 2023
1 parent f2407aa commit cd70de9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@next/eslint-plugin-next": "^12.3.0",
"eslint": "^8.48.0",
"prettier": "^3.0.0",
"typescript": "^4.8.0"
"@next/eslint-plugin-next": ">=12.3.0 <14",
"eslint": ">=8.48.0 <9",
"prettier": ">=3.0.0 <4",
"typescript": ">=4.8.0 <6"
},
"peerDependenciesMeta": {
"@next/eslint-plugin-next": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd70de9

Please sign in to comment.