Skip to content

Commit daade36

Browse files
committed
[playground] Update various deps
Updates various deps to align with the rest of the codebase.
1 parent 4ab827b commit daade36

File tree

3 files changed

+220
-98
lines changed

3 files changed

+220
-98
lines changed

compiler/apps/playground/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.

compiler/apps/playground/package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@babel/plugin-transform-block-scoping": "^7.18.9",
2323
"@babel/plugin-transform-modules-commonjs": "^7.18.9",
2424
"@babel/preset-react": "^7.18.9",
25-
"@babel/preset-typescript": "^7.18.9",
25+
"@babel/preset-typescript": "^7.26.0",
2626
"@babel/traverse": "^7.18.9",
27-
"@babel/types": "7.18.9",
27+
"@babel/types": "7.26.3",
2828
"@heroicons/react": "^1.0.6",
2929
"@monaco-editor/react": "^4.4.6",
3030
"@playwright/test": "^1.42.1",
@@ -39,13 +39,13 @@
3939
"prettier": "^3.3.3",
4040
"pretty-format": "^29.3.1",
4141
"re-resizable": "^6.9.16",
42-
"react": "19.0.0-rc-77b637d6-20241016",
43-
"react-dom": "19.0.0-rc-77b637d6-20241016"
42+
"react": "^19.0.0",
43+
"react-dom": "^19.0.0"
4444
},
4545
"devDependencies": {
4646
"@types/node": "18.11.9",
47-
"@types/react": "npm:types-react@19.0.0-rc.1",
48-
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
47+
"@types/react": "^19.0.0",
48+
"@types/react-dom": "^19.0.0",
4949
"autoprefixer": "^10.4.13",
5050
"clsx": "^1.2.1",
5151
"concurrently": "^7.4.0",
@@ -55,9 +55,5 @@
5555
"postcss": "^8.4.31",
5656
"tailwindcss": "^3.2.4",
5757
"wait-on": "^7.2.0"
58-
},
59-
"resolutions": {
60-
"@types/react": "npm:types-react@19.0.0-rc.1",
61-
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
6258
}
6359
}

0 commit comments

Comments
 (0)