|
23 | 23 | "test:ci": "playwright test"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "fuse.js": "^6.6.2" |
| 26 | + "fuse.js": "^7.0.0" |
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 |
| - "@playwright/experimental-ct-vue": "1.23.1", |
30 |
| - "@playwright/test": "1.23.1", |
| 29 | + "@playwright/experimental-ct-vue": "1.50.1", |
| 30 | + "@playwright/test": "1.50.1", |
31 | 31 | "@tailwindcss/typography": "0.5.2",
|
32 |
| - "@typescript-eslint/eslint-plugin": "5.30.5", |
33 |
| - "@typescript-eslint/parser": "5.30.5", |
34 |
| - "@vitejs/plugin-vue": "2.3.3", |
35 |
| - "@vue/eslint-config-typescript": "11.0.0", |
36 |
| - "@vue/test-utils": "2.0.2", |
| 32 | + "@typescript-eslint/eslint-plugin": "8.26.0", |
| 33 | + "@typescript-eslint/parser": "8.26.0", |
| 34 | + "@vitejs/plugin-vue": "5.2.1", |
| 35 | + "@vue/eslint-config-typescript": "14.4.0", |
| 36 | + "@vue/test-utils": "2.4.6", |
37 | 37 | "autoprefixer": "10.4.7",
|
38 |
| - "eslint": "8.19.0", |
39 |
| - "eslint-config-prettier": "8.5.0", |
40 |
| - "eslint-plugin-import": "2.26.0", |
41 |
| - "eslint-plugin-node": "11.1.0", |
42 |
| - "eslint-plugin-promise": "6.0.0", |
43 |
| - "eslint-plugin-security": "1.5.0", |
44 |
| - "eslint-plugin-vue": "9.1.1", |
45 |
| - "postcss": "8.4.14", |
46 |
| - "postcss-import": "14.1.0", |
47 |
| - "postcss-nesting": "10.1.10", |
48 |
| - "tailwindcss": "3.1.4", |
49 |
| - "typescript": "4.7.4", |
50 |
| - "vite": "2.9.13", |
51 |
| - "vite-plugin-dts": "1.2.0", |
52 |
| - "vue": "3.2.37", |
53 |
| - "wait-on": "6.0.1" |
| 38 | + "eslint": "9.21.0", |
| 39 | + "eslint-config-prettier": "10.0.2", |
| 40 | + "eslint-plugin-import": "2.31.0", |
| 41 | + "eslint-plugin-n": "14.0.0", |
| 42 | + "eslint-plugin-promise": "7.2.1", |
| 43 | + "eslint-plugin-security": "3.0.1", |
| 44 | + "eslint-plugin-vue": "10.0.0", |
| 45 | + "postcss": "8.5.3", |
| 46 | + "postcss-import": "16.1.0", |
| 47 | + "postcss-nesting": "13.0.1", |
| 48 | + "tailwindcss": "4.0.10", |
| 49 | + "typescript": "5.8.2", |
| 50 | + "vite": "6.2.0", |
| 51 | + "vite-plugin-dts": "4.5.3", |
| 52 | + "vue": "3.5.13", |
| 53 | + "wait-on": "8.0.2" |
54 | 54 | },
|
55 | 55 | "files": [
|
56 | 56 | "dist/index.es.js",
|
|
0 commit comments