Skip to content

Commit

Permalink
chore(deps): bump react and @types/react
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `@types/react` from 18.3.12 to 19.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 6d30fe0 commit ec51b11
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 180 deletions.
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@astrojs/starlight": "^0.29.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.3",
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.16",
"astro-live-code": "^0.0.4",
"astro-relative-links": "^0.4.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"rehype-external-links": "^3.0.0",
"sharp": "^0.33.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@zodui/core": "^0.2.1",
"@zodui/plugin-common": "^0.2.0",
"@zodui/react": "^0.2.2",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"tdesign-icons-react": "^0.4.2",
"tdesign-react": "^1.10.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"typeCheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^18.3.12",
"react": "^18.3.1"
"@types/react": "^19.0.1",
"react": "^19.0.0"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
Expand Down
Loading

0 comments on commit ec51b11

Please sign in to comment.