Skip to content

Commit

Permalink
chore: update dependency vite to ^4.5.0 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 8fff76b commit 583707f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/enclosure-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vitejs/plugin-vue": "^4.2.3",
"@vue/tsconfig": "^0.4.0",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.2.0",
"vitest": "^0.32.2",
"vue": "^3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/insider-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vitejs/plugin-vue": "^4.2.3",
"@vue/tsconfig": "^0.4.0",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.2.0",
"vitest": "^0.32.2",
"vue": "^3.3.4",
Expand Down
46 changes: 43 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ __metadata:
"@vue/tsconfig": ^0.4.0
type-assurer: ^0.1.1
typescript: ^5.1.6
vite: ^4.3.9
vite: ^4.5.0
vite-plugin-dts: ^3.2.0
vitest: ^0.32.2
vue: ^3.3.4
Expand Down Expand Up @@ -836,7 +836,7 @@ __metadata:
"@vitejs/plugin-vue": ^4.2.3
"@vue/tsconfig": ^0.4.0
typescript: ^5.1.6
vite: ^4.3.9
vite: ^4.5.0
vite-plugin-dts: ^3.2.0
vitest: ^0.32.2
vue: ^3.3.4
Expand Down Expand Up @@ -5847,7 +5847,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^3.0.0 || ^4.0.0, vite@npm:^4.3.9":
"vite@npm:^3.0.0 || ^4.0.0":
version: 4.4.10
resolution: "vite@npm:4.4.10"
dependencies:
Expand Down Expand Up @@ -5887,6 +5887,46 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^4.5.0":
version: 4.5.0
resolution: "vite@npm:4.5.0"
dependencies:
esbuild: ^0.18.10
fsevents: ~2.3.2
postcss: ^8.4.27
rollup: ^3.27.1
peerDependencies:
"@types/node": ">= 14"
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: 06f1a4c858e4dc4c04a10466f4ccacea30c5a9f8574e5ba3deb9d03fa20e80ca6797f02dad97a988da7cdef96238dbc69c3b6a538156585c74722d996223619e
languageName: node
linkType: hard

"vitest@npm:^0.32.2":
version: 0.32.4
resolution: "vitest@npm:0.32.4"
Expand Down

0 comments on commit 583707f

Please sign in to comment.