Skip to content

Commit

Permalink
Merge pull request #343 from yandex-maps-unofficial/renovate/all-mino…
Browse files Browse the repository at this point in the history
…r-patch

chore(deps): update devdependency vite to ^5.3.4
  • Loading branch information
daniluk4000 committed Jul 16, 2024
2 parents df83149 + ecf7e11 commit 632d4b7
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/examples/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@yandex/ymaps3-types": "^0.0.27",
"npm-run-all2": "^6.2.2",
"typescript": "5.5.3",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vue": "^3.4.31",
"vue-tsc": "^2.0.26"
}
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 @@ -20,7 +20,7 @@
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.2.2",
"typescript": "5.5.3",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vue": "^3.4.31",
"vue-tsc": "^2.0.26"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-yandex-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"typescript": "5.5.3",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-lib-inject-css": "^2.1.1",
"vue": "^3.4.31",
Expand Down
46 changes: 43 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11590,7 +11590,7 @@ __metadata:
examples: "workspace:*"
npm-run-all2: "npm:^6.2.2"
typescript: "npm:5.5.3"
vite: "npm:^5.3.3"
vite: "npm:^5.3.4"
vue: "npm:^3.4.31"
vue-tsc: "npm:^2.0.26"
vue-yandex-maps: "workspace:*"
Expand All @@ -11607,7 +11607,7 @@ __metadata:
"@yandex/ymaps3-types": "npm:^0.0.27"
npm-run-all2: "npm:^6.2.2"
typescript: "npm:5.5.3"
vite: "npm:^5.3.3"
vite: "npm:^5.3.4"
vue: "npm:^3.4.31"
vue-tsc: "npm:^2.0.26"
vue-yandex-maps: "workspace:*"
Expand Down Expand Up @@ -22113,6 +22113,46 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.3.4":
version: 5.3.4
resolution: "vite@npm:5.3.4"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.39"
rollup: "npm:^4.13.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: 10/9eadb261be1f5f6335a67cb44a8803febd8b190202909385fd2ae7849991095ee13c5af914da53da48a421ee0901a8fedbb7519dc7d1b8ade3ea6e42bd9b2b39
languageName: node
linkType: hard

"vitepress@npm:^1.3.1":
version: 1.3.1
resolution: "vitepress@npm:1.3.1"
Expand Down Expand Up @@ -22440,7 +22480,7 @@ __metadata:
rollup-plugin-copy: "npm:^3.5.0"
rollup-plugin-delete: "npm:^2.0.0"
typescript: "npm:5.5.3"
vite: "npm:^5.3.3"
vite: "npm:^5.3.4"
vite-plugin-dts: "npm:^3.9.1"
vite-plugin-lib-inject-css: "npm:^2.1.1"
vue: "npm:^3.4.31"
Expand Down

0 comments on commit 632d4b7

Please sign in to comment.