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.0-beta.10 to 5.0.0-beta.11 #463

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -164,7 +164,7 @@
"ts-dedent": "2.2.0",
"typescript": "5.2.2",
"version-bump-prompt": "6.1.0",
"vite": "5.0.0-beta.10",
"vite": "5.0.0-beta.11",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.4",
"yaml-eslint-parser": "1.2.2"
Expand Down
50 changes: 45 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ __metadata:
ts-dedent: "npm:2.2.0"
typescript: "npm:5.2.2"
version-bump-prompt: "npm:6.1.0"
vite: "npm:5.0.0-beta.10"
vite: "npm:5.0.0-beta.11"
vite-tsconfig-paths: "npm:4.2.1"
vitest: "npm:0.34.4"
yaml-eslint-parser: "npm:1.2.2"
Expand Down Expand Up @@ -8963,9 +8963,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.0.0-beta.10, vite@npm:^3.1.0 || ^4.0.0 || ^5.0.0-0":
version: 5.0.0-beta.10
resolution: "vite@npm:5.0.0-beta.10"
"vite@npm:5.0.0-beta.11":
version: 5.0.0-beta.11
resolution: "vite@npm:5.0.0-beta.11"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -8999,7 +8999,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 133392380456e255a91172c912adaa821c1b470d314e38a4f8b447de041810db80b65ec953f89b1e2b7c8aa82a7109523bbf14c0a599552640828bbc077944cc
checksum: 2ddbe6c1b4a95cc3a79e165f63a2512bc470cd1345348956ee275610c28a19a2a1747a446c00f215e77a1d3562626da8a7880370490a2102649086dc2ad00ffc
languageName: node
linkType: hard

Expand Down Expand Up @@ -9043,6 +9043,46 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^3.1.0 || ^4.0.0 || ^5.0.0-0":
version: 5.0.0-beta.10
resolution: "vite@npm:5.0.0-beta.10"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.31"
rollup: "npm:^4.1.4"
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: 133392380456e255a91172c912adaa821c1b470d314e38a4f8b447de041810db80b65ec953f89b1e2b7c8aa82a7109523bbf14c0a599552640828bbc077944cc
languageName: node
linkType: hard

"vitest@npm:0.34.4":
version: 0.34.4
resolution: "vitest@npm:0.34.4"
Expand Down
Loading