Skip to content

Commit

Permalink
Revert "chore(nextjs): Update dependency next to v14.1.1 [SECURITY] (#…
Browse files Browse the repository at this point in the history
…3418)"

This reverts commit e9b6901.
  • Loading branch information
nikosdouvlis committed May 23, 2024
1 parent e9b6901 commit b71dae6
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"next": "14.1.1",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"typescript": "^5"
Expand Down
2 changes: 1 addition & 1 deletion integration/templates/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/node": "^18.17.0",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"next": "^14.1.1",
"next": "^13.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6"
Expand Down
248 changes: 169 additions & 79 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@types/node": "^18.17.0",
"@types/react": "*",
"@types/react-dom": "*",
"next": "^14.1.1",
"next": "^13.5.4",
"typescript": "*"
},
"peerDependencies": {
Expand Down

0 comments on commit b71dae6

Please sign in to comment.