Skip to content

Commit f02aad2

Browse files
chore(deps): update dependency vite to v6
1 parent 81444d3 commit f02aad2

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"tsd": "0.31.2",
4343
"tsx": "4.19.2",
4444
"typescript": "5.7.3",
45-
"vite": "5.4.11",
45+
"vite": "6.0.7",
4646
"vitest": "2.1.8"
4747
},
4848
"packageManager": "[email protected]",

yarn.lock

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ plur@^4.0.0:
16651665
dependencies:
16661666
irregular-plurals "^3.2.0"
16671667

1668-
postcss@^8.4.43:
1668+
postcss@^8.4.43, postcss@^8.4.49:
16691669
version "8.4.49"
16701670
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
16711671
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==
@@ -1751,7 +1751,7 @@ [email protected]:
17511751
dependencies:
17521752
glob "^10.3.7"
17531753

1754-
rollup@^4.20.0, rollup@^4.29.1:
1754+
rollup@^4.20.0, rollup@^4.23.0, rollup@^4.29.1:
17551755
version "4.30.1"
17561756
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.30.1.tgz#d5c3d066055259366cdc3eb6f1d051c5d6afaf74"
17571757
integrity sha512-mlJ4glW020fPuLi7DkM/lN97mYEZGWeqBnrljzN0gs7GLctqX3lNWxKQ7Gl712UAX+6fog/L3jh4gb7R6aVi3w==
@@ -2084,7 +2084,18 @@ [email protected]:
20842084
pathe "^1.1.2"
20852085
vite "^5.0.0"
20862086

2087-
[email protected], vite@^5.0.0:
2087+
2088+
version "6.0.7"
2089+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.7.tgz#f0f8c120733b04af52b4a1e3e7cb54eb851a799b"
2090+
integrity sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==
2091+
dependencies:
2092+
esbuild "^0.24.2"
2093+
postcss "^8.4.49"
2094+
rollup "^4.23.0"
2095+
optionalDependencies:
2096+
fsevents "~2.3.3"
2097+
2098+
vite@^5.0.0:
20882099
version "5.4.11"
20892100
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.11.tgz#3b415cd4aed781a356c1de5a9ebafb837715f6e5"
20902101
integrity sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==

0 commit comments

Comments
 (0)