Skip to content

Commit

Permalink
build(deps-dev): bump @types/react from 18.2.23 to 18.2.27
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.27.
- [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] authored Oct 9, 2023
1 parent f3e974f commit 3128e14
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.27",
"@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.27",
"@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.27
"@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.27
"@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.27":
version: 18.2.27
resolution: "@types/react@npm:18.2.27"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: bb29779d4e83e30886a4a939b02812a7ae2d49a26e19eb4be48a6d4e73e8b09ca1a639c97c0ba12a7fe46711355059db7f958cbc1754fe697690656cdb9eca07
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 3128e14

Please sign in to comment.