Skip to content

Commit

Permalink
chore(deps): bump react from 18.2.0 to 18.3.1 (#1094)
Browse files Browse the repository at this point in the history
* chore(deps): bump react from 18.2.0 to 18.3.1

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/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)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update react-dom

* chore: update packasges

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: thinkasany <[email protected]>
  • Loading branch information
dependabot[bot] and thinkasany authored Aug 13, 2024
1 parent e4dccd0 commit 5af037b
Show file tree
Hide file tree
Showing 6 changed files with 604 additions and 684 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx --no-install lint-staged
lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
"dumi-theme-antd-web3": "0.4.3",
"ethers": "^6.13.2",
"github-contributors-lists": "^1.0.3",
"react": "18.2.0",
"react": "18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"viem": "^2.16.5",
"wagmi": "^2.10.9"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"father": "^4.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "^5.5.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@types/lodash-es": "^4.17.12",
"antd": "^5.19.3",
"father": "^4.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "^5.5.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"antd": "^5.19.3",
"father": "^4.4.4",
"glob": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "^5.5.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 5af037b

Please sign in to comment.