|
13 | 13 | "build-prod": "vite build --out-dir=/var/www/html/openWB/web/settings --emptyOutDir" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@fortawesome/fontawesome-svg-core": "^6.6.0", |
17 | | - "@fortawesome/free-brands-svg-icons": "^6.6.0", |
18 | | - "@fortawesome/free-regular-svg-icons": "^6.6.0", |
19 | | - "@fortawesome/free-solid-svg-icons": "^6.6.0", |
| 16 | + "@fortawesome/fontawesome-svg-core": "^6.7.2", |
| 17 | + "@fortawesome/free-brands-svg-icons": "^6.7.2", |
| 18 | + "@fortawesome/free-regular-svg-icons": "^6.7.2", |
| 19 | + "@fortawesome/free-solid-svg-icons": "^6.7.2", |
20 | 20 | "@fortawesome/vue-fontawesome": "^3.0.8", |
21 | 21 | "@popperjs/core": "^2.11.8", |
22 | | - "axios": "^1.7.7", |
| 22 | + "axios": "^1.7.9", |
23 | 23 | "bootstrap": "^4.6.2", |
24 | 24 | "browserify": "^17.0.1", |
25 | 25 | "buffer": "^6.0.3", |
26 | | - "chart.js": "^4.4.6", |
| 26 | + "chart.js": "^4.4.7", |
27 | 27 | "chartjs-adapter-luxon": "^1.3.1", |
28 | | - "chartjs-plugin-zoom": "^2.0.1", |
29 | | - "core-js": "^3.39.0", |
| 28 | + "chartjs-plugin-zoom": "^2.2.0", |
| 29 | + "core-js": "^3.40.0", |
30 | 30 | "crypto-browserify": "^3.12.1", |
31 | 31 | "hammerjs": "^2.0.8", |
32 | 32 | "jquery": "^3.7.1", |
|
37 | 37 | "stream-browserify": "^3.0.0", |
38 | 38 | "url": "^0.11.4", |
39 | 39 | "urlsafe-base64": "^1.0.0", |
40 | | - "vue": "^3.5.12", |
| 40 | + "vue": "^3.5.13", |
41 | 41 | "vue-axios": "^3.5.2", |
42 | 42 | "vue-chartjs": "^5.3.2", |
43 | | - "vue-router": "^4.4.5", |
44 | | - "vue3-table-lite": "^1.4.0", |
| 43 | + "vue-router": "^4.5.0", |
| 44 | + "vue3-table-lite": "^1.4.2", |
45 | 45 | "vuedraggable": "^4.1.0", |
46 | 46 | "vuex": "^4.1.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@rushstack/eslint-patch": "^1.10.4", |
| 49 | + "@rushstack/eslint-patch": "^1.10.5", |
50 | 50 | "@vitejs/plugin-vue": "^4.6.2", |
51 | 51 | "@vue/eslint-config-prettier": "^9.0.0", |
52 | 52 | "@vue/test-utils": "^2.4.6", |
53 | | - "eslint": "^9.14.0", |
| 53 | + "eslint": "^9.19.0", |
54 | 54 | "eslint-config-prettier": "^9.1.0", |
55 | | - "eslint-plugin-prettier": "^5.2.1", |
56 | | - "eslint-plugin-vue": "^9.31.0", |
| 55 | + "eslint-plugin-prettier": "^5.2.3", |
| 56 | + "eslint-plugin-vue": "^9.32.0", |
57 | 57 | "jsdom": "^24.1.3", |
58 | | - "postcss": "^8.4.47", |
| 58 | + "postcss": "^8.5.1", |
59 | 59 | "postcss-preset-env": "^9.6.0", |
60 | | - "prettier": "^3.3.3", |
| 60 | + "prettier": "^3.4.2", |
61 | 61 | "rollup-plugin-node-polyfills": "^0.2.1", |
62 | | - "vite": "^4.5.5", |
| 62 | + "vite": "^4.5.9", |
63 | 63 | "vite-plugin-node-polyfills": "^0.9.0", |
64 | 64 | "vitest": "^1.6.0" |
65 | 65 | } |
|
0 commit comments