Skip to content

Commit

Permalink
allow next 15, react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
osdiab committed May 24, 2024
1 parent eebfe76 commit 18ac146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/next-static-paths/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"next": "^13.4.6 || ^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "^13.4.6 || ^14.0.0 || ^15",
"react": "^18.2.0 || ^19",
"react-dom": "^18.2.0 || ^19"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 18ac146

Please sign in to comment.