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]"
}
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3234,7 +3234,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 @@ -3796,7 +3796,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 @@ -4052,7 +4052,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 @@ -4221,7 +4221,7 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^4.34.9":
"rollup@npm:^4.40.0":
version: 4.45.0
resolution: "rollup@npm:4.45.0"
dependencies:
Expand Down Expand Up @@ -4564,7 +4564,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 @@ -4694,26 +4694,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.4
resolution: "vite@npm:7.0.4"
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"
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 @@ -4745,7 +4745,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/df70201659085133abffc6b88dcdb8a57ef35f742a01311fc56a4cfcda6a404202860729cc65a2c401a724f6e25f9ab40ce4339ed4946f550541531ced6fe41c
checksum: 10c0/2eb3572d60e8e6f0e291905e30989a52042350439c03002603d27a396652bf0484e13d5e8b15e0d7bd9988a8dc03ee712d45eb83e9dcf8aab4e8ecb28b0419b6
languageName: node
linkType: hard

Expand Down