Skip to content

Commit 03b1caf

Browse files
chore(deps): update dependency vite to v6
1 parent 6bd40c2 commit 03b1caf

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.14",
45+
"vite": "6.0.11",
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.5.1"
16701670
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
16711671
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
@@ -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.32.0"
17561756
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.32.0.tgz#c405bf6fca494d1999d9088f7736d7f03e5cac5a"
17571757
integrity sha512-JmrhfQR31Q4AuNBjjAX4s+a/Pu/Q8Q9iwjWBsjRH1q52SPFE2NqRMK6fUZKKnvKO6id+h7JIRf0oYsph53eATg==
@@ -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.11"
2089+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.11.tgz#224497e93e940b34c3357c9ebf2ec20803091ed8"
2090+
integrity sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==
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.14"
20892100
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.14.tgz#ff8255edb02134df180dcfca1916c37a6abe8408"
20902101
integrity sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==

0 commit comments

Comments
 (0)