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.3.2 to 4.3.3 #154

Merged
merged 2 commits into from
Apr 27, 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 @@ -156,7 +156,7 @@
"ts-dedent": "2.2.0",
"typescript": "5.0.4",
"version-bump-prompt": "6.1.0",
"vite": "4.3.2",
"vite": "4.3.3",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.30.1",
"vitest-github-actions-reporter": "0.10.0",
Expand Down
61 changes: 59 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ __metadata:
ts-dedent: "npm:2.2.0"
typescript: "npm:5.0.4"
version-bump-prompt: "npm:6.1.0"
vite: "npm:4.3.2"
vite: "npm:4.3.3"
vite-tsconfig-paths: "npm:4.2.0"
vitest: "npm:0.30.1"
vitest-github-actions-reporter: "npm:0.10.0"
Expand Down Expand Up @@ -6539,6 +6539,15 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.3.6":
version: 3.3.6
resolution: "nanoid@npm:3.3.6"
bin:
nanoid: bin/nanoid.cjs
checksum: c6f3fad3b9132b17f72f9ca018ff12caf5a9fd474d08881156deffe7c77cc76220e49610232e570e2a33e3aa941214c08634762390a87b1fb9816d6108aa9e64
languageName: node
linkType: hard

"natural-compare-lite@npm:^1.4.0":
version: 1.4.0
resolution: "natural-compare-lite@npm:1.4.0"
Expand Down Expand Up @@ -7139,6 +7148,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.23":
version: 8.4.23
resolution: "postcss@npm:8.4.23"
dependencies:
nanoid: "npm:^3.3.6"
picocolors: "npm:^1.0.0"
source-map-js: "npm:^1.0.2"
checksum: fc6dc002e9a34c082f918a74c71bae89f8af48c66e60fcf94451ada935eee5e1ba6802731377abb98299d954636e5f01bf0be8de542acbcab694145fbf89665e
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 @@ -8802,7 +8822,44 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:4.3.2, vite@npm:^3.0.0 || ^4.0.0":
"vite@npm:4.3.3":
version: 4.3.3
resolution: "vite@npm:4.3.3"
dependencies:
esbuild: "npm:^0.17.5"
fsevents: "npm:~2.3.2"
postcss: "npm:^8.4.23"
rollup: "npm:^3.21.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: ba9e074bfa5b10007f03983992b662cbb013b14586ec24668a7eda9af0d57679d636fcdf7bd668296138d7d2bf68d4f99862cf7f8bbddc2d9e1613f628a2ea21
languageName: node
linkType: hard

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