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 4.2.2 to 4.3.1 #143

Merged
merged 2 commits into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -133,7 +133,7 @@
"ts-dedent": "2.2.0",
"typescript": "5.0.4",
"version-bump-prompt": "6.1.0",
"vite": "4.2.2",
"vite": "4.3.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.30.1",
"vitest-github-actions-reporter": "0.10.0",
Expand Down
55 changes: 53 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ __metadata:
ts-dedent: "npm:2.2.0"
typescript: "npm:5.0.4"
version-bump-prompt: "npm:6.1.0"
vite: "npm:4.2.2"
vite: "npm:4.3.1"
vite-tsconfig-paths: "npm:4.2.0"
vitest: "npm:0.30.1"
vitest-github-actions-reporter: "npm:0.10.0"
Expand Down Expand Up @@ -7342,6 +7342,20 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^3.20.2":
version: 3.20.6
resolution: "rollup@npm:3.20.6"
dependencies:
fsevents: "npm:~2.3.2"
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 88e41ebd6fe31dae81d88f20a976cbe6831fd42aa7a133a7743a5b96d54f5d0bb3b447f011caca92831db2263ca8fc5d60e1ed7ab48c0e56c85a67d0db434881
languageName: node
linkType: hard

"run-async@npm:^2.4.0":
version: 2.4.1
resolution: "run-async@npm:2.4.1"
Expand Down Expand Up @@ -8462,7 +8476,44 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:4.2.2, vite@npm:^3.0.0 || ^4.0.0":
"vite@npm:4.3.1":
version: 4.3.1
resolution: "vite@npm:4.3.1"
dependencies:
esbuild: "npm:^0.17.5"
fsevents: "npm:~2.3.2"
postcss: "npm:^8.4.21"
rollup: "npm:^3.20.2"
peerDependencies:
"@types/node": ">= 14"
less: "*"
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: 0f1b0f873c2cb7a2467e7de9e783b48ef1eb0fbd985870645eecd3b405a01902a6292544f952016ff0f29051e275dece16cbb7d746bb0cb5dde33e9a0dbc63ee
languageName: node
linkType: hard

"vite@npm:^3.0.0 || ^4.0.0":
version: 4.2.2
resolution: "vite@npm:4.2.2"
dependencies:
Expand Down