Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 06c3423 commit 5fc9223
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 45 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"typescript": "5.7.2",
"vercel-submodules": "1.0.10",
"vite": "6.0.4",
"vite-plugin-dts": "4.4.0",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.8"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/anatomy-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"clean-package": "../../clean-package.config.json",
"main": "src/index.ts",
"devDependencies": {
"@types/react": "^18",
"@types/react": "^19.0.0",
"clean-package": "2.2.0",
"react": "18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"proxy-compare": "3.0.1"
},
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@zag-js/utils": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
90 changes: 51 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "^18",
"@types/react": "^19.0.0",
"@types/react-dom": "19.0.2",
"eslint": "9.16.0",
"eslint-config-next": "15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"use-match-media-hook": "1.0.1"
},
"devDependencies": {
"@types/react": "^18",
"@types/react": "^19.0.0",
"all-contributors-cli": "6.26.1",
"eslint": "^8",
"eslint-config-next": "14.2.20",
Expand Down

0 comments on commit 5fc9223

Please sign in to comment.