Skip to content

Commit

Permalink
Bump react and @types/react in /src
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.2
- [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: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 4c418e0
Show file tree
Hide file tree
Showing 13 changed files with 438 additions and 441 deletions.
2 changes: 1 addition & 1 deletion src/examples/auth-zero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"graphql": "16.9.0",
"graphweaver": "workspace:*",
"mikro-orm-sqlite-wasm": "workspace:*",
"react": "18.3.1"
"react": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.1",
Expand Down
2 changes: 1 addition & 1 deletion src/examples/aws-cognito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@exogee/graphweaver-server": "workspace:*",
"dotenv": "16.4.7",
"graphql": "16.9.0",
"react": "18.3.1"
"react": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.1",
Expand Down
2 changes: 1 addition & 1 deletion src/examples/databases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"graphweaver": "workspace:*",
"mysql2": "3.11.5",
"pg": "8.13.1",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/examples/microsoft-entra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"graphql": "16.9.0",
"graphweaver": "workspace:*",
"mikro-orm-sqlite-wasm": "workspace:*",
"react": "18.3.1"
"react": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.1",
Expand Down
2 changes: 1 addition & 1 deletion src/examples/rest-with-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"graphql": "16.9.0",
"graphweaver": "workspace:*",
"mysql2": "3.11.5",
"react": "18.3.1"
"react": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.1",
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 @@ -35,7 +35,7 @@
"graphql": "16.9.0",
"graphweaver": "workspace:*",
"pg": "8.13.1",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.6.1"
},
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 @@ -23,7 +23,7 @@
"@mikro-orm/sqlite": "6.4.0",
"graphql": "16.9.0",
"mikro-orm-sqlite-wasm": "workspace:*",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1"
},
"devDependencies": {
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 @@ -42,7 +42,7 @@
"graphql": "16.9.0",
"graphweaver": "workspace:*",
"prop-types": "15.8.1",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0",
"xero-node": "9.3.0"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/admin-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"@types/graphql-deduplicator": "2.0.2",
"@types/luxon": "3.4.2",
"@types/papaparse": "5.3.15",
"@types/react": "18.3.12",
"@types/react": "19.0.2",
"@types/react-syntax-highlighter": "15.5.13",
"esbuild": "0.24.0",
"esbuild-plugin-copy": "2.1.1",
"formik": "2.4.6",
"glob": "10.4.3",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0",
"typescript": "5.7.2",
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 @@ -27,14 +27,14 @@
"formik": "2.4.6",
"graphql": "16.9.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1",
"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": "19.0.2",
"@types/react-dom": "18.3.1",
"@types/react-modal": "3.16.3",
"@vitejs/plugin-react": "4.3.4",
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 @@ -46,11 +46,11 @@
"@azure/msal-browser": "3.27.0",
"@exogee/graphweaver-admin-ui-components": "workspace:*",
"@simplewebauthn/types": "10.0.0",
"@types/react": "18.3.12",
"@types/react": "19.0.2",
"@types/react-dom": "18.3.1",
"esbuild": "0.24.0",
"glob": "10.4.3",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1",
"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 @@ -39,7 +39,7 @@
"esbuild": "0.24.0",
"glob": "10.4.3",
"prettier": "3.4.2",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0",
"typescript": "5.7.2"
Expand Down
Loading

0 comments on commit 4c418e0

Please sign in to comment.