Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency vite to v6.0.3 #2018

Merged
merged 1 commit into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"sass-embedded": "1.81.0",
"sinon": "19.0.2",
"standard": "17.1.2",
"vite": "6.0.1",
"vite": "6.0.3",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-istanbul": "6.0.2",
"vite-plugin-vuetify": "2.0.4",
Expand Down
56 changes: 54 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3688,7 +3688,7 @@ __metadata:
standard: "npm:17.1.2"
subscriptions-transport-ws: "npm:0.11.0"
svg-pan-zoom: "npm:3.6.2"
vite: "npm:6.0.1"
vite: "npm:6.0.3"
vite-plugin-eslint: "npm:1.8.1"
vite-plugin-istanbul: "npm:6.0.2"
vite-plugin-vuetify: "npm:2.0.4"
Expand Down Expand Up @@ -10424,7 +10424,59 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:6.0.1, vite@npm:^5.0.0 || ^6.0.0":
"vite@npm:6.0.3":
version: 6.0.3
resolution: "vite@npm:6.0.3"
dependencies:
esbuild: "npm:^0.24.0"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.49"
rollup: "npm:^4.23.0"
peerDependencies:
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
jiti: ">=1.21.0"
less: "*"
lightningcss: ^1.21.0
sass: "*"
sass-embedded: "*"
stylus: "*"
sugarss: "*"
terser: ^5.16.0
tsx: ^4.8.1
yaml: ^2.4.2
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
jiti:
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
sass-embedded:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
tsx:
optional: true
yaml:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/764ebed14770426a638575b23a51127c630ace873999ab896b0184484d8107e7255cdf64cfb36c65c1ef1d583e44b70a1d14c0f05b89612e834a5806e3964475
languageName: node
linkType: hard

"vite@npm:^5.0.0 || ^6.0.0":
version: 6.0.1
resolution: "vite@npm:6.0.1"
dependencies:
Expand Down
Loading