|
41 | 41 | "publish-doc": "npm run build && npm run build-bundle && git add . && git commit -m 'Publish documentation on Github.' && git push && git push --tag" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@eslint/js": "^9.9.0", |
| 44 | + "@eslint/js": "^9.21.0", |
45 | 45 | "@mdi/font": "^7.4.47", |
46 | | - "@vitejs/plugin-vue": "^5.1.2", |
| 46 | + "@vitejs/plugin-vue": "^5.2.1", |
47 | 47 | "autoprefixer": "^10.4.20", |
48 | | - "eslint": "^9.9.0", |
| 48 | + "eslint": "^9.21.0", |
49 | 49 | "eslint-config-standard": "^17.1.0", |
50 | | - "eslint-plugin-import": "^2.29.1", |
51 | | - "eslint-plugin-n": "^17.10.2", |
52 | | - "eslint-plugin-promise": "^7.1.0", |
53 | | - "eslint-plugin-vue": "^9.27.0", |
54 | | - "globals": "^15.9.0", |
55 | | - "postcss": "^8.4.41", |
| 50 | + "eslint-plugin-import": "^2.31.0", |
| 51 | + "eslint-plugin-n": "^17.16.1", |
| 52 | + "eslint-plugin-promise": "^7.2.1", |
| 53 | + "eslint-plugin-vue": "^9.32.0", |
| 54 | + "globals": "^16.0.0", |
| 55 | + "postcss": "^8.5.3", |
56 | 56 | "pug": "^3.0.3", |
57 | | - "rollup-plugin-delete": "^2.0.0", |
58 | | - "sass": "^1.77.8", |
59 | | - "simple-syntax-highlighter": "^3.0.3", |
60 | | - "vite": "^5.4.1", |
61 | | - "vue": "^3.4.38", |
62 | | - "vue-router": "^4.4.3", |
63 | | - "wave-ui": "^3.14.1" |
| 57 | + "rollup-plugin-delete": "^3.0.0", |
| 58 | + "sass": "^1.85.1", |
| 59 | + "simple-syntax-highlighter": "^3.1.1", |
| 60 | + "vite": "^6.2.0", |
| 61 | + "vue": "^3.5.13", |
| 62 | + "vue-router": "^4.5.0", |
| 63 | + "wave-ui": "^3.18.0" |
64 | 64 | }, |
65 | 65 | "peerDependencies": { |
66 | 66 | "vue": "^3.2.0" |
|
0 commit comments