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.4.8 to 4.4.9 #241

Merged
merged 2 commits into from
Aug 7, 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 @@ -168,7 +168,7 @@
"unified": "10.1.2",
"unist-util-inspect": "7.0.1",
"version-bump-prompt": "6.1.0",
"vite": "4.4.8",
"vite": "4.4.9",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.34.1",
"vitest-github-actions-reporter": "0.10.0",
Expand Down
60 changes: 57 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ __metadata:
version-bump-prompt: "npm:6.1.0"
vfile: "npm:6.0.1"
vfile-location: "npm:5.0.1"
vite: "npm:4.4.8"
vite: "npm:4.4.9"
vite-tsconfig-paths: "npm:4.2.0"
vitest: "npm:0.34.1"
vitest-github-actions-reporter: "npm:0.10.0"
Expand Down Expand Up @@ -8104,7 +8104,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.26":
"postcss@npm:^8.4.26, postcss@npm:^8.4.27":
version: 8.4.27
resolution: "postcss@npm:8.4.27"
dependencies:
Expand Down Expand Up @@ -8576,6 +8576,20 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^3.27.1":
version: 3.27.2
resolution: "rollup@npm:3.27.2"
dependencies:
fsevents: "npm:~2.3.2"
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 5809dc13624496feba21efe846e381a830f4303d69e3f82c49a030aed1bb15d8052e350a59f347cc8b6f60609b0fe0dfe1d24329414ad1120104fea6d34b4ae5
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 @@ -9952,7 +9966,47 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:4.4.8, vite@npm:^3.0.0 || ^4.0.0":
"vite@npm:4.4.9":
version: 4.4.9
resolution: "vite@npm:4.4.9"
dependencies:
esbuild: "npm:^0.18.10"
fsevents: "npm:~2.3.2"
postcss: "npm:^8.4.27"
rollup: "npm:^3.27.1"
peerDependencies:
"@types/node": ">= 14"
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: 7be5140545a591fe26899004acbd2e7e5fe15ea9247ae466800e9f13e9eaedd600993cfe2977a79c8f237ffcb3ec42f41d4dea1558fb4ca33ec1bc35659b8d3f
languageName: node
linkType: hard

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