Skip to content

Commit 490262c

Browse files
authored
Upgrade next-js version in ssr-test-app (#2773)
* Upgrade next-js version * Upgrade es-lint plugin
1 parent 3693ddf commit 490262c

File tree

3 files changed

+78
-78
lines changed

3 files changed

+78
-78
lines changed

apps/ssr-test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"next": "^15.1.6",
11+
"next": "^15.2.3",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0"
1414
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@babel/runtime": "^7.24.4",
4242
"@microsoft/eslint-plugin-sdl": "^0.2.2",
4343
"@mixer/webpack-bundle-compare": "^0.1.1",
44-
"@next/eslint-plugin-next": "^15.1.6",
44+
"@next/eslint-plugin-next": "^15.2.3",
4545
"@octokit/core": "^3.6.0",
4646
"@rollup/plugin-commonjs": "^26.0.1",
4747
"@rollup/plugin-json": "^6.1.0",

pnpm-lock.yaml

Lines changed: 76 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)