|
2 | 2 | "name": "tab-modifier", |
3 | 3 | "private": true, |
4 | 4 | "version": "1.0.17", |
| 5 | + "license": "MIT", |
5 | 6 | "type": "module", |
6 | 7 | "scripts": { |
7 | 8 | "test": "vitest --run", |
|
24 | 25 | "@crxjs/vite-plugin": "^2.0.0-beta.26", |
25 | 26 | "@types/chrome": "^0.0.268", |
26 | 27 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
27 | | - "@typescript-eslint/parser": "^7.4.0", |
| 28 | + "@typescript-eslint/parser": "^7.18.0", |
28 | 29 | "@vitejs/plugin-vue": "^5.1.4", |
29 | | - "@vitest/coverage-v8": "^2.0.5", |
30 | | - "@vitest/ui": "^2.0.5", |
31 | | - "@vue/cli-plugin-eslint": "^5.0.8", |
| 30 | + "@vitest/coverage-v8": "^2.1.9", |
| 31 | + "@vitest/ui": "^2.1.9", |
32 | 32 | "@vue/eslint-config-typescript": "^13.0.0", |
33 | 33 | "autoprefixer": "^10.4.19", |
34 | 34 | "daisyui": "^4.12.2", |
35 | 35 | "eslint": "^8.57.1", |
36 | 36 | "eslint-config-prettier": "^9.1.0", |
37 | | - "eslint-config-standard-with-typescript": "^43.0.1", |
38 | 37 | "eslint-plugin-import": "^2.25.2", |
39 | | - "eslint-plugin-n": "^15.0.0 || ^16.0.0 ", |
40 | 38 | "eslint-plugin-prettier": "^5.2.1", |
41 | | - "eslint-plugin-promise": "^6.0.0", |
42 | 39 | "eslint-plugin-vue": "^9.26.0", |
43 | | - "jsdom": "^25.0.1", |
| 40 | + "jsdom": "^27.0.0", |
44 | 41 | "postcss": "^8.4.38", |
45 | 42 | "prettier": "^3.3.3", |
46 | 43 | "tailwindcss": "^3.4.13", |
47 | 44 | "typescript": "*", |
48 | 45 | "vite": "^5.4.6", |
49 | | - "vitest": "^2.0.5", |
| 46 | + "vitest": "^2.1.9", |
50 | 47 | "vue-eslint-parser": "^9.4.2", |
51 | 48 | "vue-tsc": "^2.0.24" |
| 49 | + }, |
| 50 | + "resolutions": { |
| 51 | + "cross-spawn": "^7.0.5" |
52 | 52 | } |
53 | 53 | } |
0 commit comments