Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 5, 2023
1 parent f3e974f commit f0a8cfb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/dev-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/lodash": "^4.14.199",
"@types/react": "^18.2.22",
"@types/react": "^18.2.25",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@types/react": "^18.2.21",
"@types/react": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3838,7 +3838,7 @@ __metadata:
"@testing-library/user-event": ^14.5.1
"@tippyjs/react": ^4.2.6
"@types/lodash": ^4.14.199
"@types/react": ^18.2.22
"@types/react": ^18.2.25
"@types/react-copy-to-clipboard": ^5.0.4
"@types/react-dom": ^18.2.7
"@types/react-router-dom": ^5.3.3
Expand Down Expand Up @@ -3950,7 +3950,7 @@ __metadata:
resolution: "@kumodao/lib-react@workspace:packages/lib-react"
dependencies:
"@ethersproject/bignumber": ^5.7.0
"@types/react": ^18.2.21
"@types/react": ^18.2.25
"@typescript-eslint/eslint-plugin": ^6.7.0
"@typescript-eslint/parser": ^6.7.0
eslint: ^8.49.0
Expand Down Expand Up @@ -7399,7 +7399,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18.2.21, @types/react@npm:^18.2.22":
"@types/react@npm:*":
version: 18.2.23
resolution: "@types/react@npm:18.2.23"
dependencies:
Expand All @@ -7410,6 +7410,17 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.2.25":
version: 18.2.25
resolution: "@types/react@npm:18.2.25"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 177515cd44135d56191ec6c5c10edd490c96c175d37624d9c37bc2007c3abcf6cc2d2137d2a073d692cdc5129d5d5785bd60a6ddd315f695da5d8b989fa2afc5
languageName: node
linkType: hard

"@types/readable-stream@npm:^2.3.13":
version: 2.3.15
resolution: "@types/readable-stream@npm:2.3.15"
Expand Down

0 comments on commit f0a8cfb

Please sign in to comment.