Skip to content

Commit 6256687

Browse files
chore(deps): update react monorepo
1 parent eb6a641 commit 6256687

File tree

7 files changed

+497
-123
lines changed

7 files changed

+497
-123
lines changed

playground/react-18/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-compiler-runtime": "beta"
2727
},
2828
"devDependencies": {
29-
"@types/react": "^19.0.12",
29+
"@types/react": "^19.1.2",
3030
"babel-plugin-react-compiler": "beta",
3131
"react": "^18.3.1"
3232
},

playground/react-19/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "pkg build --strict --check --clean"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.0.12",
26+
"@types/react": "^19.1.2",
2727
"babel-plugin-react-compiler": "beta",
2828
"react": "^19.1.0"
2929
},

playground/runtime-astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start": "astro dev"
1313
},
1414
"devDependencies": {
15-
"astro": "^5.5.6",
15+
"astro": "^5.7.5",
1616
"dummy-commonjs": "workspace:*",
1717
"dummy-module": "workspace:*"
1818
}

playground/runtime-next-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"dev": "next dev --turbo"
1010
},
1111
"devDependencies": {
12-
"@types/react": "^19.0.12",
12+
"@types/react": "^19.1.2",
1313
"dummy-module": "workspace:*",
14-
"next": "^15.2.4",
14+
"next": "^15.3.1",
1515
"react": "^19.1.0",
1616
"react-dom": "^19.1.0",
1717
"use-client-directive": "workspace:*"

playground/sanity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prepublishOnly": "npm run build"
4949
},
5050
"devDependencies": {
51-
"@types/react": "^19.0.12",
51+
"@types/react": "^19.1.2",
5252
"babel-plugin-react-compiler": "beta",
5353
"babel-plugin-styled-components": "^2.1.4",
5454
"react": "^19.1.0",

playground/use-client-directive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"clean": "rimraf dist"
2626
},
2727
"devDependencies": {
28-
"@types/react": "^19.0.12",
28+
"@types/react": "^19.1.2",
2929
"react": "^19.1.0"
3030
},
3131
"peerDependencies": {

0 commit comments

Comments
 (0)