Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 8564e8b commit 9461637
Show file tree
Hide file tree
Showing 8 changed files with 648 additions and 391 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"vue-yandex-maps": "workspace:^"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@nuxt/eslint": "^0.7.4",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@babel/eslint-parser": "^7.26.5",
"@nuxt/eslint": "^0.7.6",
"@stylistic/eslint-plugin": "^2.13.0",
"@types/node": "^22.12.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@vue/eslint-config-airbnb": "^8.0.0",
"eslint": "^9.17.0",
"eslint": "^9.19.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-vue": "^9.32.0",
"typescript": "5.7.2",
"vitepress": "^1.5.0",
"typescript": "5.7.3",
"vitepress": "^1.6.3",
"vue-eslint-parser": "^9.4.3"
},
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"vue-yandex-maps": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.12.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"@yandex/ymaps3-types": "^1.0.15542062",
"npm-run-all2": "^7.0.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "^6.0.7",
"vue": "^3.5.13",
"vue-tsc": "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/nuxt2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nuxt/types": "^2.18.1",
"@nuxt/typescript-build": "^3.0.2",
"@nuxtjs/composition-api": "^0.34.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"installConfig": {
"hoistingLimits": "workspaces"
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.7.0",
"@nuxt/webpack-builder": "^3.15.1",
"@types/node": "^22.10.5",
"@types/node": "^22.12.0",
"nuxt": "^3.15.1",
"vue-tsc": "2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vue-template-compiler": "^2.7.16"
},
"installConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"vue-yandex-maps": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.12.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"npm-run-all2": "^7.0.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "^6.0.7",
"vue": "^3.5.13",
"vue-tsc": "2.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-yandex-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"nuxt": "^3.15.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.1.0",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.4.0",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-lib-inject-css": "^2.2.1",
"vue": "^3.5.13",
"vue-tsc": "2.2.0"
Expand Down
Loading

0 comments on commit 9461637

Please sign in to comment.