Skip to content

Commit

Permalink
chore(deps-dev): bump @types/react-dom from 18.3.0 to 18.3.1 (#1239)
Browse files Browse the repository at this point in the history
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.3.0 to 18.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent f9d6938 commit 16b20fe
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 82 deletions.
2 changes: 1 addition & 1 deletion examples/eth-web3js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/node": "^22.1.0",
"@types/react": "^18.3.5",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@umijs/fabric": "^4.0.1",
"@vitest/coverage-v8": "^2.0.5",
"babel-plugin-add-import-extension": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"father": "^4.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@types/lodash-es": "^4.17.12",
"antd": "^5.21.6",
"father": "^4.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"antd": "^5.21.6",
"father": "^4.4.4",
"glob": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@ant-design/web3-wagmi": "workspace:*",
"@ant-design/web3-ton": "workspace:*",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"father": "^4.4.4",
"typescript": "^5.6.2",
"@types/lodash-es": "^4.17.12"
Expand Down
149 changes: 75 additions & 74 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 16b20fe

Please sign in to comment.