Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 22df8cf commit 944decd
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 51 deletions.
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.3.12",
"@types/react": "18.3.14",
"clean-package": "2.2.0",
"react": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"proxy-compare": "3.0.1"
},
"devDependencies": {
"@types/react-dom": "18.3.1",
"@types/react-dom": "18.3.2",
"@zag-js/utils": "workspace:*",
"preact": "10.25.0",
"clean-package": "2.2.0"
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.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@zag-js/utils": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
119 changes: 75 additions & 44 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions starters/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"eslint": "9.16.0",
"eslint-config-next": "15.0.3",
"typescript": "5.7.2"
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.3.12",
"@types/react": "18.3.14",
"all-contributors-cli": "6.26.1",
"eslint": "^8",
"eslint-config-next": "14.2.18",
Expand Down

0 comments on commit 944decd

Please sign in to comment.