Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22 (#676)
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 Nov 5, 2024
1 parent a98905a commit 0daefe4
Show file tree
Hide file tree
Showing 7 changed files with 170 additions and 163 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/chrome": "^0.0.280",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.17.6",
"@types/node": "^22.9.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/utils": "^8.13.0",
"@unocss/eslint-plugin": "^0.63.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@iconify/json": "^2.2.267",
"@types/node": "^20.17.6",
"@types/node": "^22.9.0",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^0.63.6",
"@unocss/reset": "^0.63.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@iconify/json": "^2.2.267",
"@types/node": "^20.17.6",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"sass-embedded": "^1.80.6",
"vite": "^5.4.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"rfdc": "^1.4.1"
},
"devDependencies": {
"@types/node": "^20.17.6"
"@types/node": "^22.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@histoire/plugin-vue": "^0.17.17",
"@iconify-json/ic": "^1.2.1",
"@types/node": "^20.17.6",
"@types/node": "^22.9.0",
"@unocss/reset": "^0.63.6",
"@vitejs/plugin-vue": "^5.1.4",
"floating-vue": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vite-plugin-vue-inspector": "^5.2.0"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@types/node": "^22.9.0",
"fast-glob": "^3.3.2",
"image-meta": "^0.2.1",
"pathe": "^1.1.2"
Expand Down
321 changes: 164 additions & 157 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 0daefe4

Please sign in to comment.