Skip to content

Update dependency vite to v7 #174

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

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 @@ -52,7 +52,7 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^6.0.0"
"vite": "^7.0.0"
},
"packageManager": "[email protected]"
}
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3245,7 +3245,7 @@ __metadata:
languageName: node
linkType: hard

"fdir@npm:^6.4.4":
"fdir@npm:^6.4.4, fdir@npm:^6.4.6":
version: 6.4.6
resolution: "fdir@npm:6.4.6"
peerDependencies:
Expand Down Expand Up @@ -3807,7 +3807,7 @@ __metadata:
tailwindcss: "npm:^3.4.3"
tailwindcss-animate: "npm:^1.0.7"
typescript: "npm:^5.4.5"
vite: "npm:^6.0.0"
vite: "npm:^7.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3972,7 +3972,7 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^4.0.2":
"picomatch@npm:^4.0.2, picomatch@npm:^4.0.3":
version: 4.0.3
resolution: "picomatch@npm:4.0.3"
checksum: 10c0/9582c951e95eebee5434f59e426cddd228a7b97a0161a375aed4be244bd3fe8e3a31b846808ea14ef2c8a2527a6eeab7b3946a67d5979e81694654f939473ae2
Expand Down Expand Up @@ -4063,7 +4063,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.38, postcss@npm:^8.4.47, postcss@npm:^8.5.3":
"postcss@npm:^8.4.38, postcss@npm:^8.4.47, postcss@npm:^8.5.6":
version: 8.5.6
resolution: "postcss@npm:8.5.6"
dependencies:
Expand Down Expand Up @@ -4232,7 +4232,7 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^4.34.9":
"rollup@npm:^4.40.0":
version: 4.46.2
resolution: "rollup@npm:4.46.2"
dependencies:
Expand Down Expand Up @@ -4575,7 +4575,7 @@ __metadata:
languageName: node
linkType: hard

"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.13":
"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.14":
version: 0.2.14
resolution: "tinyglobby@npm:0.2.14"
dependencies:
Expand Down Expand Up @@ -4705,26 +4705,26 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^6.0.0":
version: 6.3.5
resolution: "vite@npm:6.3.5"
"vite@npm:^7.0.0":
version: 7.0.6
resolution: "vite@npm:7.0.6"
dependencies:
esbuild: "npm:^0.25.0"
fdir: "npm:^6.4.4"
fdir: "npm:^6.4.6"
fsevents: "npm:~2.3.3"
picomatch: "npm:^4.0.2"
postcss: "npm:^8.5.3"
rollup: "npm:^4.34.9"
tinyglobby: "npm:^0.2.13"
picomatch: "npm:^4.0.3"
postcss: "npm:^8.5.6"
rollup: "npm:^4.40.0"
tinyglobby: "npm:^0.2.14"
peerDependencies:
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
"@types/node": ^20.19.0 || >=22.12.0
jiti: ">=1.21.0"
less: "*"
less: ^4.0.0
lightningcss: ^1.21.0
sass: "*"
sass-embedded: "*"
stylus: "*"
sugarss: "*"
sass: ^1.70.0
sass-embedded: ^1.70.0
stylus: ">=0.54.8"
sugarss: ^5.0.0
terser: ^5.16.0
tsx: ^4.8.1
yaml: ^2.4.2
Expand Down Expand Up @@ -4756,7 +4756,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/df70201659085133abffc6b88dcdb8a57ef35f742a01311fc56a4cfcda6a404202860729cc65a2c401a724f6e25f9ab40ce4339ed4946f550541531ced6fe41c
checksum: 10c0/3b14dfa661281b4843789884199ba2a9cca940a7666970036fe3fb1abff52b88e63e8be5ab419dd04d9f96c0415ee0f1e3ec8ebe357041648af7ccd8e348b6ad
languageName: node
linkType: hard

Expand Down