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

⬆️ Bump vite from 4.2.1 to 4.2.3 in /src/Shimakaze.Client.UI #4

Open
wants to merge 1 commit into
base: develop
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 src/Shimakaze.Client.UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"stylelint-config-spaceninja": "^12.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"typescript": "*",
"vite": "^4.2.1",
"vite": "^4.2.3",
"vue-eslint-parser": "^9.1.0"
},
"packageManager": "[email protected]"
Expand Down
43 changes: 31 additions & 12 deletions src/Shimakaze.Client.UI/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3984,6 +3984,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: 7d0eda657002738aa5206107bd0580aead6c95c460ef1bdd0b1a87a9c7ae6277ac2e9b945306aaa5b32c6dcb7feaf462d0f552e7f8b5718abfc6ead5c94a71b3
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 @@ -4468,6 +4477,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.23":
version: 8.4.24
resolution: "postcss@npm:8.4.24"
dependencies:
nanoid: ^3.3.6
picocolors: ^1.0.0
source-map-js: ^1.0.2
checksum: 814e2126dacfea313588eda09cc99a9b4c26ec55c059188aa7a916d20d26d483483106dc5ff9e560731b59f45c5bb91b945dfadc670aed875cc90ddbbf4e787d
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 @@ -4755,17 +4775,17 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^3.18.0":
version: 3.20.0
resolution: "rollup@npm:3.20.0"
"rollup@npm:^3.21.0":
version: 3.23.1
resolution: "rollup@npm:3.23.1"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: ebf75f48eb81234f8233b4ed145b00841cefba26802d4f069f161247ffba085ca5bb165cc3cd662d9c36cfc135a67660dfff9088d3da2d2c6a70addc15f3233a
checksum: 4b3b3bbfd490b41ec5473d1141fe2beb0c86f600b56378fce97e0485192818256f8cbf4d43450b097ee7042e6629fb0187488807e2d15050860718f458c44685
languageName: node
linkType: hard

Expand Down Expand Up @@ -4969,7 +4989,7 @@ __metadata:
stylelint-config-spaceninja: ^12.0.0
stylelint-config-standard-vue: ^1.0.0
typescript: "*"
vite: ^4.2.1
vite: ^4.2.3
vue: ^3.2.47
vue-eslint-parser: ^9.1.0
vue-router: ^4.1.6
Expand Down Expand Up @@ -5864,15 +5884,14 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^4.2.1":
version: 4.2.1
resolution: "vite@npm:4.2.1"
"vite@npm:^4.2.3":
version: 4.3.9
resolution: "vite@npm:4.3.9"
dependencies:
esbuild: ^0.17.5
fsevents: ~2.3.2
postcss: ^8.4.21
resolve: ^1.22.1
rollup: ^3.18.0
postcss: ^8.4.23
rollup: ^3.21.0
peerDependencies:
"@types/node": ">= 14"
less: "*"
Expand All @@ -5898,7 +5917,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 70eb162ffc299017a3c310e3adc95e9661def6b17aafd1f8e5e02e516766060435590dbe3df1e4e95acc3583c728a76e91f07c546221d1e701f1b2b021293f45
checksum: 8c45a516278d1e0425fac00c0877336790f71484a851a318346a70e0d2aef9f3b9651deb2f9f002c791ceb920eda7d6a3cda753bdefd657321c99f448b02dd25
languageName: node
linkType: hard

Expand Down