Skip to content

Commit

Permalink
chore(nextjs): Drop nextjs as dev dependency and bump the min v13 ver…
Browse files Browse the repository at this point in the history
…sion for sec reasons
  • Loading branch information
dimkl committed Mar 12, 2024
1 parent 5b2a51b commit 3f8bb9e
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 103 deletions.
170 changes: 69 additions & 101 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,11 @@
"@types/react": "*",
"@types/react-dom": "*",
"eslint-config-custom": "*",
"next": "^13.4.19",
"tslib": "2.4.1",
"typescript": "*"
},
"peerDependencies": {
"next": "^13.0.4 || ^14.0.3",
"next": "^13.5.4 || ^14.0.3",
"react": ">=18",
"react-dom": ">=18"
},
Expand Down

0 comments on commit 3f8bb9e

Please sign in to comment.