Skip to content

Commit

Permalink
Bump the react group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the react group with 2 updates in the /src directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).


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 19.0.2 to 19.0.6
- [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-group: react
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent cd3abaa commit 0c44be8
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 222 deletions.
2 changes: 1 addition & 1 deletion src/examples/okta/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/packages/admin-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/graphql-deduplicator": "2.0.2",
"@types/luxon": "3.4.2",
"@types/papaparse": "5.3.15",
"@types/react": "19.0.2",
"@types/react": "19.0.6",
"@types/react-syntax-highlighter": "15.5.13",
"esbuild": "0.24.2",
"esbuild-plugin-copy": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "0.18.2",
"@types/react": "19.0.2",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.0",
"@types/react-modal": "3.16.3",
"@vitejs/plugin-react": "4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/auth-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@exogee/graphweaver-admin-ui-components": "workspace:*",
"@okta/okta-auth-js": "7.9.0",
"@simplewebauthn/types": "10.0.0",
"@types/react": "19.0.2",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.2",
"esbuild": "0.24.2",
"glob": "10.4.3",
Expand Down
Loading

0 comments on commit 0c44be8

Please sign in to comment.