|
22 | 22 | "prepare": "husky install",
|
23 | 23 | "test:dev": "NODE_OPTIONS='--no-warnings' vitest",
|
24 | 24 | "test:all": "vitest --run",
|
25 |
| - "test:build": "vitest --run --bail 1" |
| 25 | + "test:build": "vitest --run --bail 1", |
| 26 | + "cy:run": "npx cypress run --headless --browser electron", |
| 27 | + "cy:run:dev": "cypress run --browser chrome", |
| 28 | + "cy:open": "cypress open --browser chrome" |
26 | 29 | },
|
27 | 30 | "lint-staged": {
|
28 | 31 | "src/**/*.{js,ts,vue}": [
|
|
77 | 80 | "vuetify": "^3.7.2"
|
78 | 81 | },
|
79 | 82 | "devDependencies": {
|
| 83 | + "@eslint/js": "^9.14.0", |
80 | 84 | "@fortawesome/fontawesome-svg-core": "^6.6.0",
|
81 | 85 | "@fortawesome/free-brands-svg-icons": "^6.6.0",
|
82 | 86 | "@fortawesome/free-regular-svg-icons": "^6.6.0",
|
83 | 87 | "@fortawesome/free-solid-svg-icons": "^6.6.0",
|
84 | 88 | "@fortawesome/vue-fontawesome": "^3.0.8",
|
85 | 89 | "@mdi/font": "^7.4.47",
|
86 |
| - "@rollup/plugin-commonjs": "^25.0.7", |
| 90 | + "@rollup/plugin-commonjs": "^28.0.1", |
87 | 91 | "@rollup/plugin-node-resolve": "^15.3.0",
|
88 | 92 | "@rollup/plugin-terser": "^0.4.4",
|
89 | 93 | "@stylistic/stylelint-plugin": "^3.1.1",
|
90 |
| - "@types/node": "^22.7.5", |
91 |
| - "@typescript-eslint/eslint-plugin": "^7.1.0", |
92 |
| - "@typescript-eslint/parser": "^7.1.0", |
| 94 | + "@types/jest": "^29.5.14", |
| 95 | + "@types/node": "^22.9.0", |
| 96 | + "@typescript-eslint/eslint-plugin": "^8.13.0", |
| 97 | + "@typescript-eslint/parser": "^8.13.0", |
93 | 98 | "@vitejs/plugin-vue": "^5.1.4",
|
94 |
| - "@vue/cli-plugin-eslint": "^5.0.8", |
95 | 99 | "@vue/cli-service": "^5.0.8",
|
96 |
| - "@vue/eslint-config-typescript": "^12.0.0", |
| 100 | + "@vue/eslint-config-typescript": "^14.1.3", |
97 | 101 | "@vue/test-utils": "^2.4.6",
|
| 102 | + "@wdns/eslint-config-wdns": "^1.0.11", |
| 103 | + "@wdns/stylelint-config-wdns": "^1.0.0", |
98 | 104 | "@wdns/vue-code-block": "^2.3.3",
|
99 | 105 | "autoprefixer": "^10.4.20",
|
100 |
| - "eslint": "^8.57.0", |
| 106 | + "cypress": "^13.15.2", |
| 107 | + "eslint": "^9.14.0", |
101 | 108 | "eslint-config-prettier": "^9.1.0",
|
102 |
| - "eslint-plugin-import": "^2.29.1", |
103 |
| - "eslint-plugin-prettier": "^5.1.3", |
104 |
| - "eslint-plugin-vue": "^9.22.0", |
| 109 | + "eslint-import-resolver-typescript": "^3.6.3", |
| 110 | + "eslint-plugin-vue": "^9.30.0", |
105 | 111 | "gh-pages": "^6.2.0",
|
106 | 112 | "husky": "^9.1.6",
|
107 | 113 | "jsdom": "^25.0.1",
|
108 | 114 | "lint-staged": "^15.2.10",
|
109 |
| - "pinia": "^2.2.4", |
110 |
| - "postcss": "^8.4.47", |
| 115 | + "pinia": "^2.2.6", |
| 116 | + "postcss": "^8.4.48", |
111 | 117 | "postcss-html": "^1.7.0",
|
112 | 118 | "postcss-scss": "^4.0.9",
|
113 | 119 | "prettier": "^3.3.3",
|
114 | 120 | "prismjs": "^1.29.0",
|
115 | 121 | "roboto-fontface": "^0.10.0",
|
116 |
| - "rollup": "^4.24.0", |
| 122 | + "rollup": "^4.25.0", |
117 | 123 | "rollup-plugin-polyfill-node": "^0.13.0",
|
118 | 124 | "rollup-plugin-postcss": "^4.0.2",
|
119 | 125 | "rollup-plugin-scss": "^4.0.0",
|
120 | 126 | "rollup-plugin-typescript2": "^0.36.0",
|
121 |
| - "sass": "^1.79.5", |
| 127 | + "sass": "^1.80.6", |
122 | 128 | "stylelint": "^16.10.0",
|
123 | 129 | "stylelint-config-standard": "^36.0.1",
|
124 | 130 | "stylelint-order": "^6.0.4",
|
125 |
| - "stylelint-scss": "^6.7.0", |
| 131 | + "stylelint-scss": "^6.8.1", |
126 | 132 | "typescript": "^5.6.3",
|
| 133 | + "typescript-eslint": "^8.13.0", |
127 | 134 | "unplugin-auto-import": "^0.18.3",
|
128 |
| - "vite": "^5.4.8", |
| 135 | + "vite": "^5.4.10", |
129 | 136 | "vite-plugin-css-injected-by-js": "^3.5.2",
|
130 |
| - "vite-plugin-dts": "^4.2.4", |
131 |
| - "vite-plugin-eslint": "^1.8.1", |
132 |
| - "vite-plugin-static-copy": "^2.0.0", |
| 137 | + "vite-plugin-dts": "^4.3.0", |
| 138 | + "vite-plugin-eslint2": "^5.0.2", |
| 139 | + "vite-plugin-static-copy": "^2.1.0", |
133 | 140 | "vite-plugin-stylelint": "^5.3.0",
|
| 141 | + "vite-plugin-vue-devtools": "^7.6.3", |
134 | 142 | "vite-plugin-vuetify": "^2.0.4",
|
135 |
| - "vitest": "^2.1.2", |
136 |
| - "vue-tsc": "^2.1.6", |
| 143 | + "vitest": "^2.1.4", |
| 144 | + "vue-tsc": "^2.1.10", |
137 | 145 | "webfontloader": "^1.6.28"
|
138 | 146 | }
|
139 | 147 | }
|
0 commit comments