Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.3.6 (#5934)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 64bb6d0 commit 88869f3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"@types/cors": "2.8.17",
"@types/is-ci": "3.0.4",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react": "18.3.6",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@babel/core": "7.25.2",
"@types/react": "18.3.5",
"@types/react": "18.3.6",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react": "18.3.6",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react": "18.3.6",
"@types/react-dom": "18.3.0",
"es-check": "7.2.1",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react": "18.3.6",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.0",
"@vitest/coverage-v8": "2.1.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6920,13 +6920,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.3.5, @types/react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
version: 18.3.5
resolution: "@types/react@npm:18.3.5"
"@types/react@npm:*, @types/react@npm:18.3.6, @types/react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
version: 18.3.6
resolution: "@types/react@npm:18.3.6"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/548b1d3d7c2f0242fbfdbbd658731b4ce69a134be072fa83e6ab516f2840402a3f20e3e7f72e95133b23d4880ef24a6d864050dc8e1f7c68f39fa87ca8445917
checksum: 10c0/e347787a496f2006fe61358316e040c22548a1669559277b72dad39e2f1f713080115be9fe6c30f9d1d28a54054b96cf6c06471be6967a3605e31f5b84a6cec7
languageName: node
linkType: hard

Expand Down Expand Up @@ -7698,7 +7698,7 @@ __metadata:
"@testing-library/react": "npm:16.0.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/node": "npm:22.5.5"
"@types/react": "npm:18.3.5"
"@types/react": "npm:18.3.6"
"@types/react-dom": "npm:18.3.0"
"@vitejs/plugin-react": "npm:4.3.1"
"@vitest/coverage-v8": "npm:2.1.1"
Expand Down Expand Up @@ -7774,7 +7774,7 @@ __metadata:
"@testing-library/dom": "npm:10.4.0"
"@testing-library/react": "npm:16.0.1"
"@types/node": "npm:22.5.5"
"@types/react": "npm:18.3.5"
"@types/react": "npm:18.3.6"
"@types/react-dom": "npm:18.3.0"
"@typescript-eslint/eslint-plugin": "npm:^7.17.0"
"@typescript-eslint/parser": "npm:^7.17.0"
Expand Down Expand Up @@ -7877,7 +7877,7 @@ __metadata:
"@testing-library/react": "npm:16.0.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/node": "npm:22.5.5"
"@types/react": "npm:18.3.5"
"@types/react": "npm:18.3.6"
"@types/react-dom": "npm:18.3.0"
"@vitejs/plugin-react-swc": "npm:3.7.0"
"@vitest/coverage-v8": "npm:2.1.1"
Expand Down Expand Up @@ -14867,7 +14867,7 @@ __metadata:
"@types/cors": "npm:2.8.17"
"@types/is-ci": "npm:3.0.4"
"@types/node": "npm:22.5.5"
"@types/react": "npm:18.3.5"
"@types/react": "npm:18.3.6"
"@types/react-dom": "npm:18.3.0"
"@types/react-test-renderer": "npm:18.3.0"
"@vercel/analytics": "npm:1.3.1"
Expand Down Expand Up @@ -19636,7 +19636,7 @@ __metadata:
"@babel/core": "npm:7.25.2"
"@emotion/react": "npm:11.13.3"
"@emotion/styled": "npm:11.13.0"
"@types/react": "npm:18.3.5"
"@types/react": "npm:18.3.6"
"@types/react-dom": "npm:18.3.0"
"@vitejs/plugin-react": "npm:4.3.1"
"@vitest/coverage-v8": "npm:2.1.1"
Expand Down

0 comments on commit 88869f3

Please sign in to comment.