Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @types/react from v18.3.17 to v18.3.18 #3641

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/skde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/d3-shape": "3.1.6",
"@types/d3-time-format": "4.0.3",
"@types/node": "22.10.2",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@vitejs/plugin-react": "4.3.4",
"@vitest/browser": "2.1.5",
"@vitest/coverage-v8": "2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/qmongjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@testing-library/react": "16.1.0",
"@types/d3": "7.4.3",
"@types/d3-format": "3.0.4",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "2.1.5",
"eslint": "9.17.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6020,13 +6020,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.17":
version: 18.3.17
resolution: "@types/react@npm:18.3.17"
"@types/react@npm:18.3.18":
version: 18.3.18
resolution: "@types/react@npm:18.3.18"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/5ee199d31077984f130c1b191c9498a0951e2c3e9129794ddf2555dca39d40d50b453a5768c5b466f39b8e52818c160e9869e930a78795636ed281f38327d32d
checksum: 10/7fdd8b853e0d291d4138133f93f8d5c333da918e5804afcea61a923aab4bdfc9bb15eb21a5640959b452972b8715ddf10ffb12b3bd071898b9e37738636463f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -20690,7 +20690,7 @@ __metadata:
"@testing-library/react": "npm:16.1.0"
"@types/d3": "npm:7.4.3"
"@types/d3-format": "npm:3.0.4"
"@types/react": "npm:18.3.17"
"@types/react": "npm:18.3.18"
"@visx/axis": "npm:3.12.0"
"@visx/curve": "npm:3.12.0"
"@visx/event": "npm:3.12.0"
Expand Down Expand Up @@ -23136,7 +23136,7 @@ __metadata:
"@types/d3-shape": "npm:3.1.6"
"@types/d3-time-format": "npm:4.0.3"
"@types/node": "npm:22.10.2"
"@types/react": "npm:18.3.17"
"@types/react": "npm:18.3.18"
"@visx/axis": "npm:3.12.0"
"@visx/group": "npm:3.12.0"
"@visx/responsive": "npm:3.12.0"
Expand Down
Loading