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 Nov 5, 2024
1 parent de9c9af commit 18e0a69
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 61 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
"dependencies": {
"@yandex/ymaps3-types": "^1.0.15194938",
"examples": "workspace:^",
"puppeteer": "^23.6.1",
"puppeteer": "^23.7.0",
"vue-yandex-maps": "workspace:^"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@nuxt/eslint": "^0.6.1",
"@stylistic/eslint-plugin": "^2.10.1",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vue/eslint-config-airbnb": "^8.0.0",
"eslint": "^9.14.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.4.0",
"eslint-plugin-vue": "^9.30.0",
"typescript": "5.6.3",
"vitepress": "^1.4.3",
"vitepress": "^1.5.0",
"vue-eslint-parser": "^9.4.3"
},
"workspaces": [
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": "^22.8.7",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"@yandex/ymaps3-types": "^1.0.15194938",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.6.0",
"@nuxt/webpack-builder": "^3.13.2",
"@types/node": "^22.8.7",
"@nuxt/webpack-builder": "^3.14.0",
"@types/node": "^22.9.0",
"nuxt": "^3.13.2",
"vue-tsc": "2.1.10"
},
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": "^22.8.7",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^7.0.1",
Expand Down
Loading

0 comments on commit 18e0a69

Please sign in to comment.