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] committed Aug 7, 2024
1 parent 9ca4a08 commit 2cea851
Show file tree
Hide file tree
Showing 11 changed files with 1,496 additions and 1,145 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.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.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
"vue-yandex-maps": "workspace:^"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.8",
"@babel/eslint-parser": "^7.25.1",
"@nuxt/eslint": "^0.3.13",
"@stylistic/eslint-plugin": "^2.3.0",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@stylistic/eslint-plugin": "^2.6.1",
"@types/node": "^20.14.14",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vue/eslint-config-airbnb": "^8.0.0",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import-x": "^3.0.1",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-vue": "^9.27.0",
"typescript": "5.5.3",
"vitepress": "^1.3.1",
"typescript": "5.5.4",
"vitepress": "^1.3.2",
"vue-eslint-parser": "^9.4.3"
},
"workspaces": [
"packages/*",
"packages/examples/*"
],
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.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.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"@types/node": "^20.14.14",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/tsconfig": "^0.5.1",
"@yandex/ymaps3-types": "^0.0.27",
"npm-run-all2": "^6.2.2",
"typescript": "5.5.3",
"vite": "^5.3.4",
"vue": "^3.4.31",
"vue-tsc": "^2.0.26"
"typescript": "5.5.4",
"vite": "^5.4.0",
"vue": "^3.4.36",
"vue-tsc": "^2.0.29"
}
}
4 changes: 2 additions & 2 deletions packages/examples/nuxt2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generate": "nuxt generate"
},
"dependencies": {
"core-js": "^3.37.1",
"core-js": "^3.38.0",
"examples": "workspace:*",
"nuxt": "^2.18.1",
"vue": "^2.7.16",
Expand All @@ -21,7 +21,7 @@
"@nuxt/types": "^2.18.1",
"@nuxt/typescript-build": "^3.0.2",
"@nuxtjs/composition-api": "^0.34.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@nuxt/webpack-builder": "^3.12.3",
"@types/node": "^20.14.10",
"@nuxt/webpack-builder": "^3.12.4",
"@types/node": "^20.14.14",
"nuxt": "^3.12.3",
"vue-tsc": "^2.0.26"
"vue-tsc": "^2.0.29"
},
"dependencies": {
"examples": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "vue-cli-service build"
},
"dependencies": {
"core-js": "^3.37.1",
"core-js": "^3.38.0",
"examples": "workspace:*",
"vue": "^2.7.16",
"vue-yandex-maps": "workspace:*"
Expand All @@ -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.3",
"typescript": "5.5.4",
"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.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"@types/node": "^20.14.14",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.2.2",
"typescript": "5.5.3",
"vite": "^5.3.4",
"vue": "^3.4.31",
"vue-tsc": "^2.0.26"
"typescript": "5.5.4",
"vite": "^5.4.0",
"vue": "^3.4.36",
"vue-tsc": "^2.0.29"
}
}
12 changes: 6 additions & 6 deletions packages/vue-yandex-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,19 @@
"@yandex/ymaps3-types": ">=0.0.27"
},
"devDependencies": {
"@nuxt/kit": "^3.12.3",
"@nuxt/kit": "^3.12.4",
"@nuxt/types": "^2.18.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.2",
"deep-object-diff": "^1.1.9",
"nuxt": "^3.12.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"typescript": "5.5.3",
"vite": "^5.3.4",
"typescript": "5.5.4",
"vite": "^5.4.0",
"vite-plugin-dts": "^4.0.1",
"vite-plugin-lib-inject-css": "^2.1.1",
"vue": "^3.4.31",
"vue-tsc": "^2.0.26"
"vue": "^3.4.36",
"vue-tsc": "^2.0.29"
},
"peerDependencies": {
"@vue/composition-api": ">=1",
Expand Down
Loading

0 comments on commit 2cea851

Please sign in to comment.