Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent b242af8 commit 289b0d3
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion docs-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@antfu/eslint-config": "^3.7.3",
"@iconify/json": "^2.2.225",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.14.9",
"@types/node": "^22.8.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"eslint": "^9.6.0",
Expand Down
14 changes: 7 additions & 7 deletions docs-playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2554,12 +2554,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.9":
version: 20.16.5
resolution: "@types/node@npm:20.16.5"
"@types/node@npm:^22.8.5":
version: 22.8.5
resolution: "@types/node@npm:22.8.5"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/6af7994129815010bcbc4cf8221865559c8116ff43e74a6549525c2108267596fc2d18aff5d5ecfe089fb60a119f975631343e2c65c52bfa0955ed9dc56733d6
undici-types: "npm:~6.19.8"
checksum: 10c0/5e43553026c83f18bfa381d35c8fd608e69d12d0f0fe4601e8bb98b651a3b240be9d66c1f2f4decdbebb41d55b18e89238b02f3992d820d89801b9b3625ba8ab
languageName: node
linkType: hard

Expand Down Expand Up @@ -7236,7 +7236,7 @@ __metadata:
"@headlessui/vue": "npm:^1.7.22"
"@iconify/json": "npm:^2.2.225"
"@types/file-saver": "npm:^2.0.7"
"@types/node": "npm:^20.14.9"
"@types/node": "npm:^22.8.5"
"@types/splitpanes": "npm:^2.2.6"
"@vitejs/plugin-vue": "npm:^5.0.5"
"@vue/compiler-sfc": "npm:^3.4.31"
Expand Down Expand Up @@ -8506,7 +8506,7 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
"undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@lerna-lite/cli": "^3.6.0",
"@lerna-lite/run": "^3.6.0",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.14.9",
"@types/node": "^22.8.5",
"chalk": "^4.1.2",
"changelogen": "^0.5.5",
"conventional-changelog-cli": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pinia-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia/testing": "^0.1.3",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^20.14.9",
"@types/node": "^22.8.5",
"@types/prettier": "^3.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.7.0",
Expand Down Expand Up @@ -113,7 +113,7 @@
}
],
"volta": {
"node": "20.15.0"
"node": "22.11.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 289b0d3

Please sign in to comment.