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.0.4 to 4.1.1 #57

Merged
merged 2 commits into from
Feb 6, 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 @@ -144,7 +144,7 @@
"ts-dedent": "2.2.0",
"typescript": "5.0.0-dev.20230128",
"version-bump-prompt": "6.1.0",
"vite": "4.0.4",
"vite": "4.1.1",
"vite-tsconfig-paths": "4.0.5",
"vitest": "0.28.3",
"vitest-github-actions-reporter": "0.9.0",
Expand Down
69 changes: 66 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ __metadata:
ts-dedent: "npm:2.2.0"
typescript: "npm:5.0.0-dev.20230128"
version-bump-prompt: "npm:6.1.0"
vite: "npm:4.0.4"
vite: "npm:4.1.1"
vite-tsconfig-paths: "npm:4.0.5"
vitest: "npm:0.28.3"
vitest-github-actions-reporter: "npm:0.9.0"
Expand Down Expand Up @@ -4156,7 +4156,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:^0.16.3":
"esbuild@npm:^0.16.14, esbuild@npm:^0.16.3":
version: 0.16.17
resolution: "esbuild@npm:0.16.17"
dependencies:
Expand Down Expand Up @@ -7328,6 +7328,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.21":
version: 8.4.21
resolution: "postcss@npm:8.4.21"
dependencies:
nanoid: "npm:^3.3.4"
picocolors: "npm:^1.0.0"
source-map-js: "npm:^1.0.2"
checksum: 4fb944abed714e5aa88c76b6eae19b293e84ced7ea4162fe0da6ab5215ded572330df93ce3bb5073ee18a9ad0122a6a65e3000897dc3a828e96281d8b3e1f91e
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 @@ -7823,6 +7834,20 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^3.10.0":
version: 3.14.0
resolution: "rollup@npm:3.14.0"
dependencies:
fsevents: "npm:~2.3.2"
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 9fa7c283f048e6709d6b452cb7d66b8186e6859cdb0fe2d3268ff36fc9e85aeaaf4ffdb710ab03b01e1016262e7614f63e83aba9c7c2732dbdb9ea390b637d2b
languageName: node
linkType: hard

"rollup@npm:^3.7.0":
version: 3.8.1
resolution: "rollup@npm:3.8.1"
Expand Down Expand Up @@ -9037,7 +9062,45 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:4.0.4, vite@npm:^3.0.0 || ^4.0.0":
"vite@npm:4.1.1":
version: 4.1.1
resolution: "vite@npm:4.1.1"
dependencies:
esbuild: "npm:^0.16.14"
fsevents: "npm:~2.3.2"
postcss: "npm:^8.4.21"
resolve: "npm:^1.22.1"
rollup: "npm:^3.10.0"
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: 1214e901a0836cfad0b20abe3ba03684c5c6d1a5d486e7ddd55e56e2c786677cecd7c1822b97540a001867164a9e38e52aa5c14480cdc50afd2561ed4bc2f89b
languageName: node
linkType: hard

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