Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.3.12 (#1982)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent f2baf41 commit 71896fa
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 37 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.11",
"@types/react": "18.3.12",
"clean-package": "2.2.0",
"react": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"proxy-compare": "3.0.0"
},
"devDependencies": {
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@zag-js/utils": "workspace:*",
"react": "18.3.1",
Expand Down
90 changes: 57 additions & 33 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.7.9",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "9.13.0",
"eslint-config-next": "14.2.16",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"use-match-media-hook": "1.0.1"
},
"devDependencies": {
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"all-contributors-cli": "6.26.1",
"eslint": "^8",
"eslint-config-next": "14.2.16",
Expand Down

0 comments on commit 71896fa

Please sign in to comment.