Skip to content

Commit

Permalink
chore(deps): bump react and @types/react (#2154)
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.2.0 to 18.3.1
- [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/v18.3.1/packages/react)

Updates `@types/react` from 18.2.79 to 18.3.1
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] authored May 6, 2024
1 parent 10ca569 commit 3242fef
Show file tree
Hide file tree
Showing 7 changed files with 171 additions and 171 deletions.
4 changes: 2 additions & 2 deletions examples/light-client-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@zag-js/react": "^0.48.0",
"@zag-js/select": "^0.48.0",
"@zag-js/toast": "^0.48.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"swr": "^2.2.5"
},
"devDependencies": {
"@substrate/unstable-wallet-provider": "workspace:^",
"@types/react": "^18.2.78",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/light-client-extension-helpers-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@polkadot-api/substrate-client": "0.0.1",
"@substrate/light-client-extension-helpers": "workspace:*",
"@substrate/connect-known-chains": "workspace:*",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/react": "^18.2.78",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/chrome": "^0.0.266",
"@types/node": "^20.12.7",
"@types/qrcode.react": "^1.0.5",
"@types/react": "^18.2.78",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.25",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/parser": "^7.7.0",
Expand Down
Loading

0 comments on commit 3242fef

Please sign in to comment.