Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 3a4cf26 commit 1cd50d7
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 208 deletions.
6 changes: 3 additions & 3 deletions analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
"devDependencies": {
"@types/prop-types": "^15.7.14",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"pino": "^9.5.0",
"pino-pretty": "^11.2.1",
"react": "^18.3.1",
"react": "^19.0.0",
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions config-helpers/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"build": "tsc && unbuild"
},
"devDependencies": {
"@types/react": "^18.3.17",
"@types/react": "^19.0.2",
"next": "^13.4.7",
"react": "^18.3.1",
"react": "^19.0.0",
"typescript": "^5.7.2",
"unbuild": "^2.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"pino": "^9.5.0",
"pino-pretty": "^11.2.1",
"react": "^18.3.1",
"react": "^19.0.0",
"unbuild": "^2.0.0",
"vite": "^6.0.3"
}
Expand Down
Loading

0 comments on commit 1cd50d7

Please sign in to comment.