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

chore(deps): update typescript #1376

Merged
merged 1 commit into from
Jan 3, 2025
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@types/chroma-js": "^2.4.5",
"@types/fs-extra": "^11.0.4",
"@types/loadable__component": "^5.13.9",
"@types/node": "^20.17.10",
"@types/node": "^20.17.11",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/styled-system": "^5.1.23",
"@types/styled-system__css": "^5.0.21",
"@types/three": "^0.168.0",
"@types/three": "^0.171.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.8",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3071,12 +3071,12 @@ __metadata:
"@types/chroma-js": "npm:^2.4.5"
"@types/fs-extra": "npm:^11.0.4"
"@types/loadable__component": "npm:^5.13.9"
"@types/node": "npm:^20.17.10"
"@types/node": "npm:^20.17.11"
"@types/react": "npm:^18.3.18"
"@types/react-dom": "npm:^18.3.5"
"@types/styled-system": "npm:^5.1.23"
"@types/styled-system__css": "npm:^5.0.21"
"@types/three": "npm:^0.168.0"
"@types/three": "npm:^0.171.0"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
"@vitest/coverage-v8": "npm:^2.1.8"
Expand Down Expand Up @@ -5452,12 +5452,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^20.0.0, @types/node@npm:^20.17.10":
version: 20.17.10
resolution: "@types/node@npm:20.17.10"
"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^20.0.0, @types/node@npm:^20.17.10, @types/node@npm:^20.17.11":
version: 20.17.11
resolution: "@types/node@npm:20.17.11"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/458ec725319e57d4692cbb56d81f1a90f9074cef9ec185c59e6f6c557a3d2ded57c5e443b1e82eba923d53dda4db18797fb131ee6e46fdb3d7d2f54d54aaebe3
checksum: 10c0/16cb9c63d5b8903a6ee05b2948af3379e34b438682cb219f7877521fb24cf3ec5dbd7016dc95a156ae60821a936dea0018f460a7016cc3228b7f572d862bad68
languageName: node
linkType: hard

Expand Down Expand Up @@ -5619,17 +5619,17 @@ __metadata:
languageName: node
linkType: hard

"@types/three@npm:^0.168.0":
version: 0.168.0
resolution: "@types/three@npm:0.168.0"
"@types/three@npm:^0.171.0":
version: 0.171.0
resolution: "@types/three@npm:0.171.0"
dependencies:
"@tweenjs/tween.js": "npm:~23.1.3"
"@types/stats.js": "npm:*"
"@types/webxr": "npm:*"
"@webgpu/types": "npm:*"
fflate: "npm:~0.8.2"
meshoptimizer: "npm:~0.18.1"
checksum: 10c0/59c5a8985df9f296802653c5878d9f3926257da959bca12bf255eaa19dad5bf1244a7c81634a5773de9e1729aba13b185fcb334f46cb02a7b7d47582ae41600a
checksum: 10c0/749d4dbabc6a8d67ece70d3f0de267391a836abb0e25e1379998e2058f3f651df99b0a1bc95f45dbab6b8f4f2c0b70b35a3c9f540a78620e60d02b93db54cb28
languageName: node
linkType: hard

Expand Down
Loading