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

build(deps-dev): bump @types/node from 20.14.9 to 22.0.2 in /dashboard #945

Merged
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 dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@macaron-css/solid": "1.5.1",
"@macaron-css/vite": "1.5.1",
"@tanstack/virtual-core": "3.8.1",
"@types/node": "20.14.9",
"@types/node": "22.0.2",
"rollup-plugin-visualizer": "5.12.0",
"typescript": "5.5.3",
"unplugin-fonts": "1.1.1",
Expand Down
19 changes: 13 additions & 6 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1785,12 +1785,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.14.9":
version: 20.14.9
resolution: "@types/node@npm:20.14.9"
"@types/node@npm:22.0.2":
version: 22.0.2
resolution: "@types/node@npm:22.0.2"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/911ffa444dc032897f4a23ed580c67903bd38ea1c5ec99b1d00fa10b83537a3adddef8e1f29710cbdd8e556a61407ed008e06537d834e48caf449ce59f87d387
undici-types: "npm:~6.11.1"
checksum: 10c0/59ee26fb1104674b2e23981d7569ad113aa8ee23c8449af8e4312aa9352ac738c5ffd0ae4d8077db0467704a3b9ccc662048e39716cb5ad51cdb24d106c7871b
languageName: node
linkType: hard

Expand Down Expand Up @@ -3580,7 +3580,7 @@ __metadata:
"@tanstack/solid-virtual": "npm:3.8.1"
"@tanstack/virtual-core": "npm:3.8.1"
"@types/async-lock": "npm:1.4.2"
"@types/node": "npm:20.14.9"
"@types/node": "npm:22.0.2"
ansi-to-html: "npm:0.7.2"
async-lock: "npm:1.4.1"
chart.js: "npm:4.4.3"
Expand Down Expand Up @@ -4353,6 +4353,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.11.1":
version: 6.11.1
resolution: "undici-types@npm:6.11.1"
checksum: 10c0/d8f5739a8e6c779d72336c82deb49c56d5ac9f9f6e0eb2e8dd4d3f6929ae9db7cde370d2e46516fe6cad04ea53e790c5e16c4c75eed7cd0f9bd31b0763bb2fa3
languageName: node
linkType: hard

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down
Loading