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 devdependency @types/node to v22 #373

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/eslint-parser": "^7.25.1",
"@nuxt/eslint": "^0.5.6",
"@stylistic/eslint-plugin": "^2.7.2",
"@types/node": "^20.16.5",
"@types/node": "^22.7.6",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@vue/eslint-config-airbnb": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vue-yandex-maps": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/node": "^22.7.6",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/tsconfig": "^0.5.1",
"@yandex/ymaps3-types": "^0.0.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@nuxt/devtools": "^1.4.1",
"@nuxt/webpack-builder": "^3.13.1",
"@types/node": "^20.16.5",
"@types/node": "^22.7.6",
"nuxt": "^3.13.1",
"vue-tsc": "^2.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vue-yandex-maps": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/node": "^22.7.6",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.2.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5051,12 +5051,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.16.5":
version: 20.16.5
resolution: "@types/node@npm:20.16.5"
"@types/node@npm:^22.7.6":
version: 22.7.6
resolution: "@types/node@npm:22.7.6"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/39a8457149dc17cdea57afc90d4da53182fdb8b958d5bb065a15d123d81d4efa6b51a0de92428d05ead2e63ce07195586f71083401b99cdbcd04662344fbf7a1
checksum: 10/46a8d6bcd61098ece36f790c4bd500537cf78fe075dbfe48f1e07a29efa6cba18cff3b2564aed80fb183244f5d9a95a63b09e27c9f5181ed927ac16ef493bd95
languageName: node
linkType: hard

Expand Down Expand Up @@ -11442,7 +11442,7 @@ __metadata:
dependencies:
"@nuxt/devtools": "npm:^1.4.1"
"@nuxt/webpack-builder": "npm:^3.13.1"
"@types/node": "npm:^20.16.5"
"@types/node": "npm:^22.7.6"
examples: "workspace:*"
nuxt: "npm:^3.13.1"
vue-tsc: "npm:^2.1.6"
Expand Down Expand Up @@ -11470,7 +11470,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "example-vue3@workspace:packages/examples/vue3"
dependencies:
"@types/node": "npm:^20.16.5"
"@types/node": "npm:^22.7.6"
"@vitejs/plugin-vue": "npm:^5.1.3"
"@vue/tsconfig": "npm:^0.5.1"
examples: "workspace:*"
Expand All @@ -11487,7 +11487,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "examples@workspace:packages/examples/examples"
dependencies:
"@types/node": "npm:^20.16.5"
"@types/node": "npm:^22.7.6"
"@vitejs/plugin-vue": "npm:^5.1.3"
"@vue/tsconfig": "npm:^0.5.1"
"@yandex/ymaps3-types": "npm:^0.0.28"
Expand Down Expand Up @@ -22299,7 +22299,7 @@ __metadata:
"@babel/eslint-parser": "npm:^7.25.1"
"@nuxt/eslint": "npm:^0.5.6"
"@stylistic/eslint-plugin": "npm:^2.7.2"
"@types/node": "npm:^20.16.5"
"@types/node": "npm:^22.7.6"
"@typescript-eslint/eslint-plugin": "npm:^8.4.0"
"@typescript-eslint/parser": "npm:^8.4.0"
"@vue/eslint-config-airbnb": "npm:^8.0.0"
Expand Down