|
23 | 23 | "typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false", |
24 | 24 | "format": "prettier src plugins ${0:- --check}" |
25 | 25 | }, |
26 | | - "packageManager": "yarn@4.4.1", |
| 26 | + "packageManager": "yarn@4.5.0", |
27 | 27 | "dependencies": { |
28 | 28 | "@mdi/js": "^7.4.47", |
29 | | - "@sentry/browser": "^8.27.0", |
30 | | - "@sentry/types": "^8.27.0", |
31 | | - "@sentry/vue": "^8.27.0", |
| 29 | + "@sentry/browser": "^8.30.0", |
| 30 | + "@sentry/types": "^8.30.0", |
| 31 | + "@sentry/vue": "^8.30.0", |
32 | 32 | "@vueuse/core": "^11.0.3", |
33 | 33 | "pinia": "^2.2.2", |
34 | | - "pinia-plugin-persistedstate": "^3.2.1", |
| 34 | + "pinia-plugin-persistedstate": "^4.0.1", |
35 | 35 | "pulltorefreshjs": "^0.1.22", |
36 | | - "vue": "^3.4.38", |
37 | | - "vue-router": "^4.4.3", |
| 36 | + "vue": "^3.5.5", |
| 37 | + "vue-router": "^4.4.5", |
38 | 38 | "vuetify": "^3.7.1" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | 41 | "@rushstack/eslint-patch": "^1.10.4", |
42 | | - "@sentry/vite-plugin": "^2.22.3", |
| 42 | + "@sentry/vite-plugin": "^2.22.4", |
43 | 43 | "@tsconfig/node20": "^20.1.4", |
44 | | - "@types/node": "^20.16.2", |
| 44 | + "@types/node": "^20.16.5", |
45 | 45 | "@types/pulltorefreshjs": "^0.1.7", |
46 | | - "@vitejs/plugin-vue": "^5.1.2", |
| 46 | + "@vitejs/plugin-vue": "^5.1.3", |
47 | 47 | "@vue/eslint-config-prettier": "^9.0.0", |
48 | 48 | "@vue/eslint-config-typescript": "^13.0.0", |
49 | 49 | "@vue/tsconfig": "^0.5.1", |
50 | 50 | "eslint": "^8.57.0", |
51 | | - "eslint-plugin-import": "^2.29.1", |
| 51 | + "eslint-plugin-import": "^2.30.0", |
52 | 52 | "eslint-plugin-simple-import-sort": "^12.1.1", |
53 | | - "eslint-plugin-vue": "^9.27.0", |
| 53 | + "eslint-plugin-vue": "^9.28.0", |
54 | 54 | "prettier": "^3.3.3", |
55 | | - "typescript": "^5.5.4", |
56 | | - "vite": "^5.4.2", |
| 55 | + "typescript": "~5.5.4", |
| 56 | + "vite": "^5.4.5", |
57 | 57 | "vite-plugin-html": "^3.2.2", |
58 | | - "vite-plugin-pwa": "^0.20.1", |
| 58 | + "vite-plugin-pwa": "^0.20.5", |
59 | 59 | "vite-plugin-vuetify": "^2.0.4", |
60 | | - "vue-tsc": "^2.0.29" |
| 60 | + "vue-tsc": "^2.1.6" |
61 | 61 | } |
62 | 62 | } |
0 commit comments