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

build(deps-dev): bump vite from 5.0.10 to 5.1.0 #581

Closed
wants to merge 1 commit into from
Closed
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 @@ -46,7 +46,7 @@
"swc-loader": "0.2.3",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vite": "5.0.10",
"vite": "5.1.0",
"vite-tsconfig-paths": "4.2.2",
"vitest": "1.0.4",
"webpack": "5.89.0",
Expand Down
55 changes: 53 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2920,7 +2920,7 @@ __metadata:
swc-loader: "npm:0.2.3"
ts-node: "npm:10.9.2"
typescript: "npm:5.3.3"
vite: "npm:5.0.10"
vite: "npm:5.1.0"
vite-tsconfig-paths: "npm:4.2.2"
vitest: "npm:1.0.4"
webpack: "npm:5.89.0"
Expand Down Expand Up @@ -3812,6 +3812,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.35":
version: 8.4.35
resolution: "postcss@npm:8.4.35"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.0"
source-map-js: "npm:^1.0.2"
checksum: e8dd04e48001eb5857abc9475365bf08f4e508ddf9bc0b8525449a95d190f10d025acebc5b56ac2e94b3c7146790e4ae78989bb9633cb7ee20d1cc9b7dc909b2
languageName: node
linkType: hard

"prelude-ls@npm:^1.2.1":
version: 1.2.1
resolution: "prelude-ls@npm:1.2.1"
Expand Down Expand Up @@ -4750,7 +4761,47 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.0.10, vite@npm:^5.0.0":
"vite@npm:5.1.0":
version: 5.1.0
resolution: "vite@npm:5.1.0"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.35"
rollup: "npm:^4.2.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: 62aa632b6f30cfca39db534b5b461b1e73dc4f4a3093088c1140a1e1b0c4c8f4eacc0e472a0d96d765ad6976b00e202da20a647865886df692240a2b06b62c6f
languageName: node
linkType: hard

"vite@npm:^5.0.0":
version: 5.0.10
resolution: "vite@npm:5.0.10"
dependencies:
Expand Down