Skip to content

Commit 5ca192d

Browse files
fix(deps): update react monorepo to v19
1 parent 73db9aa commit 5ca192d

File tree

5 files changed

+216
-223
lines changed

5 files changed

+216
-223
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.18",
38-
"@types/react-dom": "^18.3.5",
37+
"@types/react": "^19.0.10",
38+
"@types/react-dom": "^19.0.4",
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.18",
31+
"@types/react": "^19.0.10",
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
@@ -33,11 +33,11 @@
3333
"@previewjs/core": "workspace:*",
3434
"@previewjs/iframe": "workspace:*",
3535
"@previewjs/testing": "workspace:*",
36-
"@types/react": "^18.3.18",
37-
"@types/react-dom": "^18.3.5",
36+
"@types/react": "^19.0.10",
37+
"@types/react-dom": "^19.0.4",
3838
"pino": "^9.5.0",
3939
"pino-pretty": "^11.2.1",
40-
"react": "^18.3.1",
40+
"react": "^19.0.0",
4141
"unbuild": "^2.0.0",
4242
"vite": "^6.0.5"
4343
}

0 commit comments

Comments
 (0)