Skip to content

Commit

Permalink
chore: add missing next js peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
manutuero committed Oct 16, 2023
1 parent e1474c1 commit 7ce4ae0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"analyze": "size-limit --why"
},
"peerDependencies": {
"react": ">=16"
"react": ">=16",
"next": ">=11"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -53,9 +54,9 @@
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"husky": "^8.0.3",
"next": "^13.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^12.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"size-limit": "^9.0.0",
"tsdx": "^0.14.1",
"tslib": "^2.6.2",
Expand Down

0 comments on commit 7ce4ae0

Please sign in to comment.