Skip to content

Commit

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

Updates `react-dom` 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-dom)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 423c851 commit 98b961a
Show file tree
Hide file tree
Showing 9 changed files with 211 additions and 212 deletions.
2 changes: 1 addition & 1 deletion src/examples/databases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"mysql2": "3.11.5",
"pg": "8.13.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-syntax-highlighter": "15.6.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/s3-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"graphweaver": "workspace:*",
"pg": "8.13.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-syntax-highlighter": "15.6.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"graphql": "16.9.0",
"mikro-orm-sqlite-wasm": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1"
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.1",
Expand Down
2 changes: 1 addition & 1 deletion src/examples/xero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"graphweaver": "workspace:*",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-router-dom": "6.28.0",
"xero-node": "9.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/admin-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"formik": "2.4.6",
"glob": "10.4.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-router-dom": "6.28.0",
"typescript": "5.7.2",
"vite": "6.0.3"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"graphql": "16.9.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-modal": "3.16.1",
"react-router-dom": "6.28.0"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "0.18.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-dom": "19.0.2",
"@types/react-modal": "3.16.3",
"@vitejs/plugin-react": "4.3.4",
"esbuild": "0.24.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/auth-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@exogee/graphweaver-admin-ui-components": "workspace:*",
"@simplewebauthn/types": "10.0.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-dom": "19.0.2",
"esbuild": "0.24.0",
"glob": "10.4.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"typescript": "5.7.2",
"vite": "6.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/xero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"glob": "10.4.3",
"prettier": "3.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-router-dom": "6.28.0",
"typescript": "5.7.2"
},
Expand Down
Loading

0 comments on commit 98b961a

Please sign in to comment.