Skip to content

Commit 9472f29

Browse files
committed
Upgrade nextjs
1 parent c2df625 commit 9472f29

File tree

4 files changed

+137
-139
lines changed

4 files changed

+137
-139
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"ky": "^1.2.4",
2929
"ky-universal": "^0.12.0",
3030
"mousetrap": "1.6.5",
31-
"next": "15.0.3",
31+
"next": "15.2.3",
3232
"next-redux-wrapper": "8.1.0",
3333
"nextjs-toploader": "^3.7.15",
3434
"node-device-detector": "^2.1.0",
35-
"react": "19.0.0-rc-66855b96-20241106",
36-
"react-dom": "19.0.0-rc-66855b96-20241106",
35+
"react": "19.0.0",
36+
"react-dom": "19.0.0",
3737
"react-redux": "^8.1.2",
3838
"react-timeago": "^7.2.0",
3939
"redux": "^4.2.1",
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@switz/eslint-config": "^11.0.0",
4646
"@types/node": "^20.12.10",
47-
"@types/react": "npm:types-react@19.0.0-rc.1",
47+
"@types/react": "19.0.12",
4848
"@types/ua-parser-js": "^0.7.39",
4949
"@typescript-eslint/eslint-plugin": "^8.27.0",
5050
"autoprefixer": "^10.4.19",
@@ -61,7 +61,7 @@
6161
},
6262
"pnpm": {
6363
"overrides": {
64-
"@types/react": "npm:types-react@19.0.0-rc.1"
64+
"@types/react": "19.0.12"
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)