Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to ^18.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 3, 2023
1 parent 9dace98 commit 776c3ad
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"eslint": "^8.36.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"dotenv": "16.0.3",
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ __metadata:
"@testing-library/user-event": ^14.4.3
"@types/jest": ^29.5.0
"@types/node": ^18.15.10
"@types/react": ^18.0.29
"@types/react": ^18.0.33
"@types/react-dom": ^18.0.11
"@vitejs/plugin-react-swc": ^3.2.0
axios: ^1.3.4
Expand Down Expand Up @@ -1720,7 +1720,7 @@ __metadata:
"@testing-library/user-event": ^14.4.3
"@types/jest": ^29.5.0
"@types/node": ^18.15.10
"@types/react": ^18.0.29
"@types/react": ^18.0.33
"@types/react-dom": ^18.0.11
"@vitejs/plugin-react-swc": ^3.2.0
axios: ^1.3.4
Expand Down Expand Up @@ -2266,7 +2266,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/react@npm:^18.0.33":
version: 18.0.33
resolution: "@types/react@npm:18.0.33"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 4fbd2b2b6a26378bdfde121081a6406ec2d39e4ba87ea5f6897ab7bb2198713165e6fd703ad4ed7ba1d4f23ef54a4c9f108f3105c7ed8e136411ee6bdebc5669
languageName: node
linkType: hard

"@types/responselike@npm:^1.0.0":
version: 1.0.0
resolution: "@types/responselike@npm:1.0.0"
Expand Down

0 comments on commit 776c3ad

Please sign in to comment.