Skip to content

Commit ddbc1f7

Browse files
committed
update for vitest 4
1 parent 0deac92 commit ddbc1f7

File tree

6 files changed

+362
-84
lines changed

6 files changed

+362
-84
lines changed

next-ui/dir2json.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
// noinspection JSUnusedGlobalSymbols
55
// Auto generated by vite-plugin-dir2json
66
declare module "*i18n?dir2json&ext=.json&1" {
7-
const json: {
8-
"en": string;
9-
};
7+
const json: {};
108
export default json;
119
}
1210

next-ui/package-lock.json

Lines changed: 72 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

next-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/node": "^24.10.1",
6060
"@unocss/preset-icons": "^66.5.6",
6161
"@vitejs/plugin-vue": "^6.0.1",
62-
"@vitest/browser": "^4.0.8",
62+
"@vitest/browser-playwright": "^4.0.8",
6363
"@vitest/coverage-v8": "^4.0.8",
6464
"@vue/eslint-config-prettier": "^10.2.0",
6565
"@vue/eslint-config-typescript": "^14.6.0",

next-ui/src/components.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
/* eslint-disable */
22
// @ts-nocheck
3+
// biome-ignore lint: disable
4+
// oxlint-disable
5+
// ------
36
// Generated by unplugin-vue-components
47
// Read more: https://github.com/vuejs/core/pull/3399
5-
// biome-ignore lint: disable
8+
69
export {}
710

811
/* prettier-ignore */

0 commit comments

Comments
 (0)