Skip to content

Commit 5b3a6c6

Browse files
authored
Merge branch 'main' into improve-various-types
2 parents cc59dee + 7da269f commit 5b3a6c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-config-prettier": "^10.1.1",
7979
"eslint-plugin-tsdoc": "^0.4.0",
8080
"typescript": "^5.8.2",
81-
"vite": "^6.2.5",
81+
"vite": "^6.2.6",
8282
"globals": "^16.0.0",
8383
"husky": "^9.1.7",
8484
"lint-staged": "15.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2426,10 +2426,10 @@ [email protected]:
24262426
pathe "^2.0.3"
24272427
vite "^5.0.0 || ^6.0.0"
24282428

2429-
"vite@^5.0.0 || ^6.0.0", vite@^6.2.5:
2430-
version "6.2.5"
2431-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.5.tgz#d093b5fe8eb96e594761584a966ab13f24457820"
2432-
integrity sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==
2429+
"vite@^5.0.0 || ^6.0.0", vite@^6.2.6:
2430+
version "6.2.6"
2431+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.6.tgz#7f0ccf2fdc0c1eda079ce258508728e2473d3f61"
2432+
integrity sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==
24332433
dependencies:
24342434
esbuild "^0.25.0"
24352435
postcss "^8.5.3"

0 commit comments

Comments
 (0)