Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent bd0b262 commit 2c792e1
Show file tree
Hide file tree
Showing 10 changed files with 1,416 additions and 624 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
"dependencies": {
"@yandex/ymaps3-types": "^0.0.28",
"examples": "workspace:^",
"puppeteer": "^23.3.0",
"puppeteer": "^23.5.2",
"vue-yandex-maps": "workspace:^"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/eslint-parser": "^7.25.7",
"@nuxt/eslint": "^0.5.6",
"@stylistic/eslint-plugin": "^2.7.2",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@stylistic/eslint-plugin": "^2.9.0",
"@types/node": "^20.16.11",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vue/eslint-config-airbnb": "^8.0.0",
"eslint": "^9.10.0",
"eslint": "^9.12.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-vue": "^9.28.0",
"typescript": "5.5.4",
"vitepress": "^1.3.4",
"typescript": "5.6.3",
"vitepress": "^1.4.0",
"vue-eslint-parser": "^9.4.3"
},
"workspaces": [
Expand All @@ -45,5 +45,5 @@
"resolutions": {
"vite-plugin-checker": "^0.8.0"
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
12 changes: 6 additions & 6 deletions packages/examples/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"vue-yandex-maps": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@vitejs/plugin-vue": "^5.1.3",
"@types/node": "^20.16.11",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"@yandex/ymaps3-types": "^0.0.28",
"npm-run-all2": "^6.2.2",
"typescript": "5.5.4",
"vite": "^5.4.3",
"vue": "^3.5.3",
"npm-run-all2": "^6.2.3",
"typescript": "5.6.3",
"vite": "^5.4.8",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6"
}
}
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.5.4"
"typescript": "5.6.3"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/devtools": "^1.4.1",
"@nuxt/webpack-builder": "^3.13.1",
"@types/node": "^20.16.5",
"nuxt": "^3.13.1",
"@nuxt/devtools": "^1.5.2",
"@nuxt/webpack-builder": "^3.13.2",
"@types/node": "^20.16.11",
"nuxt": "^3.13.2",
"vue-tsc": "^2.1.6"
},
"dependencies": {
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.5.4",
"typescript": "5.6.3",
"vue-template-compiler": "^2.7.16"
},
"installConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"vue-yandex-maps": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@vitejs/plugin-vue": "^5.1.3",
"@types/node": "^20.16.11",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.2.2",
"typescript": "5.5.4",
"vite": "^5.4.3",
"vue": "^3.5.3",
"npm-run-all2": "^6.2.3",
"typescript": "5.6.3",
"vite": "^5.4.8",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6"
}
}
16 changes: 8 additions & 8 deletions packages/vue-yandex-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,18 @@
"@yandex/ymaps3-types": ">=0.0.28"
},
"devDependencies": {
"@nuxt/kit": "^3.13.1",
"@nuxt/kit": "^3.13.2",
"@nuxt/types": "^2.18.1",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.1.4",
"deep-object-diff": "^1.1.9",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"typescript": "5.5.4",
"vite": "^5.4.3",
"vite-plugin-dts": "^4.2.1",
"rollup-plugin-delete": "^2.1.0",
"typescript": "5.6.3",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3",
"vite-plugin-lib-inject-css": "^2.1.1",
"vue": "^3.5.3",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 2c792e1

Please sign in to comment.