|
14 | 14 | "build": "quasar build" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@quasar/extras": "^1.16.12", |
18 | | - "chart.js": "^4.4.8", |
| 17 | + "@quasar/extras": "^1.17.0", |
| 18 | + "chart.js": "^4.5.0", |
19 | 19 | "chartjs-adapter-luxon": "^1.3.1", |
20 | 20 | "chartjs-plugin-annotation": "^3.1.0", |
21 | 21 | "chartjs-plugin-zoom": "^2.2.0", |
22 | | - "luxon": "^3.5.0", |
23 | | - "mqtt": "^5.10.1", |
24 | | - "pinia": "^2.2.4", |
25 | | - "quasar": "^2.17.0", |
| 22 | + "luxon": "^3.7.1", |
| 23 | + "mqtt": "^5.14.0", |
| 24 | + "pinia": "^3.0.3", |
| 25 | + "quasar": "^2.18.2", |
26 | 26 | "register-service-worker": "^1.7.2", |
27 | | - "vue": "^3.5.11", |
| 27 | + "vue": "^3.5.18", |
28 | 28 | "vue-chartjs": "^5.3.2", |
29 | | - "vue-router": "^4.4.5" |
| 29 | + "vue-router": "^4.5.1" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@quasar/app-vite": "^2.0.0-beta.12", |
33 | | - "@types/node": "^20.16.10", |
| 32 | + "@quasar/app-vite": "^2.3.0", |
| 33 | + "@types/node": "^20.19.10", |
34 | 34 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
35 | 35 | "@typescript-eslint/parser": "^7.18.0", |
36 | | - "autoprefixer": "^10.4.20", |
| 36 | + "autoprefixer": "^10.4.21", |
37 | 37 | "eslint": "^8.57.1", |
38 | | - "eslint-config-prettier": "^9.1.0", |
39 | | - "eslint-plugin-vue": "^9.28.0", |
40 | | - "prettier": "^3.3.3", |
41 | | - "typescript": "~5.5.4", |
42 | | - "vite-plugin-checker": "^0.8.0", |
43 | | - "vitest": "^2.1.2", |
44 | | - "vue-tsc": "^2.1.6", |
45 | | - "workbox-build": "^7.1.1", |
46 | | - "workbox-cacheable-response": "^7.1.0", |
47 | | - "workbox-core": "^7.1.0", |
48 | | - "workbox-expiration": "^7.1.0", |
49 | | - "workbox-precaching": "^7.1.0", |
50 | | - "workbox-routing": "^7.1.0", |
51 | | - "workbox-strategies": "^7.1.0" |
| 38 | + "eslint-config-prettier": "^9.1.2", |
| 39 | + "eslint-plugin-vue": "^9.33.0", |
| 40 | + "prettier": "^3.6.2", |
| 41 | + "typescript": "^5.5.4", |
| 42 | + "vite-plugin-checker": "^0.10.2", |
| 43 | + "vitest": "^2.1.9", |
| 44 | + "vue-tsc": "^2.2.12", |
| 45 | + "workbox-build": "^7.3.0", |
| 46 | + "workbox-cacheable-response": "^7.3.0", |
| 47 | + "workbox-core": "^7.3.0", |
| 48 | + "workbox-expiration": "^7.3.0", |
| 49 | + "workbox-precaching": "^7.3.0", |
| 50 | + "workbox-routing": "^7.3.0", |
| 51 | + "workbox-strategies": "^7.3.0" |
52 | 52 | }, |
53 | 53 | "engines": { |
54 | | - "node": "^24 || ^22 || ^20 || ^18", |
| 54 | + "node": "^24 || ^22 || ^20", |
55 | 55 | "npm": ">= 6.13.4", |
56 | 56 | "yarn": ">= 1.21.1" |
57 | 57 | } |
|
0 commit comments