Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jdanil committed May 23, 2024
1 parent e3b60d7 commit 3a2c4c2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion applications/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@types/jest": "29.5.12",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-adaptive-hooks": "0.0.4",
"@types/react-dom": "18.3.0",
"@types/react-window": "1.8.8",
Expand Down
2 changes: 1 addition & 1 deletion libraries/react-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/react-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"bundlesize": "0.18.2",
"css-loader": "7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion templates/react-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"jest": "29.7.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ __metadata:
"@types/jest": "npm:29.5.12"
"@types/lodash-es": "npm:4.17.12"
"@types/node": "npm:20.12.12"
"@types/react": "npm:18.3.2"
"@types/react": "npm:18.3.3"
"@types/react-adaptive-hooks": "npm:0.0.4"
"@types/react-dom": "npm:18.3.0"
"@types/react-window": "npm:1.8.8"
Expand Down Expand Up @@ -291,7 +291,7 @@ __metadata:
"@testing-library/user-event": "npm:14.5.2"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.12.12"
"@types/react": "npm:18.3.2"
"@types/react": "npm:18.3.3"
"@types/react-dom": "npm:18.3.0"
bundlesize: "npm:0.18.2"
css-loader: "npm:7.1.2"
Expand Down Expand Up @@ -2981,7 +2981,7 @@ __metadata:
"@testing-library/react-hooks": "npm:8.0.1"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.12.12"
"@types/react": "npm:18.3.2"
"@types/react": "npm:18.3.3"
"@types/react-dom": "npm:18.3.0"
eslint: "npm:8.57.0"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -3017,7 +3017,7 @@ __metadata:
"@testing-library/react-hooks": "npm:8.0.1"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.12.12"
"@types/react": "npm:18.3.2"
"@types/react": "npm:18.3.3"
"@types/react-dom": "npm:18.3.0"
eslint: "npm:8.57.0"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -4319,13 +4319,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.3.2":
version: 18.3.2
resolution: "@types/react@npm:18.3.2"
"@types/react@npm:*, @types/react@npm:18.3.3":
version: 18.3.3
resolution: "@types/react@npm:18.3.3"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/9fb2f1fcf7e889ee4ea7c3c5978df595c66e770e5fd3a245dbdd2589b9b911524c11dab25a6275d8af4e336e4cb5fa850d447884b84c335a187a338c89df99ba
checksum: 10c0/fe455f805c5da13b89964c3d68060cebd43e73ec15001a68b34634604a78140e6fc202f3f61679b9d809dde6d7a7c2cb3ed51e0fd1462557911db09879b55114
languageName: node
linkType: hard

Expand Down

0 comments on commit 3a2c4c2

Please sign in to comment.