Skip to content

Commit 26ad9f9

Browse files
fix(deps): update react monorepo to v19
1 parent 816d7e0 commit 26ad9f9

File tree

5 files changed

+268
-224
lines changed

5 files changed

+268
-224
lines changed

analyzer/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
},
3535
"devDependencies": {
3636
"@types/prop-types": "^15.7.14",
37-
"@types/react": "^18.3.14",
38-
"@types/react-dom": "^18.3.3",
37+
"@types/react": "^19.0.1",
38+
"@types/react-dom": "^19.0.2",
3939
"pino": "^9.5.0",
4040
"pino-pretty": "^11.2.1",
41-
"react": "^18.3.1",
41+
"react": "^19.0.0",
4242
"rimraf": "^6.0.1",
4343
"shx": "^0.3.4",
4444
"unbuild": "^2.0.0",

config-helpers/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"build": "tsc && unbuild"
2929
},
3030
"devDependencies": {
31-
"@types/react": "^18.3.14",
31+
"@types/react": "^19.0.1",
3232
"next": "^13.4.7",
33-
"react": "^18.3.1",
33+
"react": "^19.0.0",
3434
"typescript": "^5.7.2",
3535
"unbuild": "^2.0.0"
3636
},

framework-plugins/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"@previewjs/core": "workspace:*",
3333
"@previewjs/iframe": "workspace:*",
3434
"@previewjs/testing": "workspace:*",
35-
"@types/react": "^18.3.14",
36-
"@types/react-dom": "^18.3.3",
35+
"@types/react": "^19.0.1",
36+
"@types/react-dom": "^19.0.2",
3737
"pino": "^9.5.0",
3838
"pino-pretty": "^11.2.1",
39-
"react": "^18.3.1",
39+
"react": "^19.0.0",
4040
"unbuild": "^2.0.0",
4141
"vite": "^6.0.3"
4242
}

0 commit comments

Comments
 (0)