Skip to content

Commit 7697a9f

Browse files
authored
[playground] Upgrade to latest next (facebook#34375)
We were still on a canary version of next in the playground, so let's update to the latest version.
1 parent 3168e08 commit 7697a9f

File tree

3 files changed

+943
-262
lines changed

3 files changed

+943
-262
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

compiler/apps/playground/package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,30 @@
3434
"invariant": "^2.2.4",
3535
"lz-string": "^1.5.0",
3636
"monaco-editor": "^0.52.0",
37-
"next": "^15.2.0-canary.64",
37+
"next": "15.5.2",
3838
"notistack": "^3.0.0-alpha.7",
3939
"prettier": "^3.3.3",
4040
"pretty-format": "^29.3.1",
4141
"re-resizable": "^6.9.16",
42-
"react": "^19.0.0",
43-
"react-dom": "^19.0.0"
42+
"react": "19.1.1",
43+
"react-dom": "19.1.1"
4444
},
4545
"devDependencies": {
4646
"@types/node": "18.11.9",
47-
"@types/react": "^19.0.0",
48-
"@types/react-dom": "^19.0.0",
47+
"@types/react": "19.1.12",
48+
"@types/react-dom": "19.1.9",
4949
"autoprefixer": "^10.4.13",
5050
"clsx": "^1.2.1",
5151
"concurrently": "^7.4.0",
5252
"eslint": "^8.28.0",
53-
"eslint-config-next": "^15.0.1",
53+
"eslint-config-next": "15.5.2",
5454
"monaco-editor-webpack-plugin": "^7.1.0",
5555
"postcss": "^8.4.31",
5656
"tailwindcss": "^3.2.4",
5757
"wait-on": "^7.2.0"
58+
},
59+
"resolutions": {
60+
"@types/react": "19.1.12",
61+
"@types/react-dom": "19.1.9"
5862
}
5963
}

0 commit comments

Comments
 (0)