|
19 | 19 | "dev": "vite", |
20 | 20 | "build": "vite build", |
21 | 21 | "preview": "vite preview", |
22 | | - "lint": "eslint --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path ../.gitignore .", |
| 22 | + "lint": "eslint .", |
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.5.1", |
| 26 | + "packageManager": "yarn@4.6.0", |
27 | 27 | "dependencies": { |
28 | 28 | "@mdi/js": "^7.4.47", |
29 | | - "@sentry/browser": "^8.36.0", |
30 | | - "@sentry/types": "^8.36.0", |
31 | | - "@sentry/vue": "^8.36.0", |
32 | | - "@vueuse/core": "^11.2.0", |
33 | | - "pinia": "^2.2.5", |
34 | | - "pinia-plugin-persistedstate": "^4.1.2", |
| 29 | + "@sentry/browser": "^8.47.0", |
| 30 | + "@sentry/core": "^8.47.0", |
| 31 | + "@sentry/vue": "^8.47.0", |
| 32 | + "@vueuse/core": "^12.2.0", |
| 33 | + "pinia": "^2.3.0", |
| 34 | + "pinia-plugin-persistedstate": "^4.2.0", |
35 | 35 | "pulltorefreshjs": "^0.1.22", |
36 | | - "vue": "^3.5.12", |
37 | | - "vue-router": "^4.4.5", |
38 | | - "vuetify": "^3.7.3" |
| 36 | + "vue": "^3.5.13", |
| 37 | + "vue-router": "^4.5.0", |
| 38 | + "vuetify": "^3.7.6" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
| 41 | + "@eslint/compat": "^1.2.4", |
| 42 | + "@eslint/js": "^9.17.0", |
41 | 43 | "@rushstack/eslint-patch": "^1.10.4", |
42 | | - "@sentry/vite-plugin": "^2.22.6", |
| 44 | + "@sentry/vite-plugin": "^2.22.7", |
43 | 45 | "@tsconfig/node20": "^20.1.4", |
44 | | - "@types/node": "^20.17.5", |
| 46 | + "@types/node": "^20.17.10", |
45 | 47 | "@types/pulltorefreshjs": "^0.1.7", |
46 | | - "@vitejs/plugin-vue": "^5.1.4", |
47 | | - "@vue/eslint-config-prettier": "^9.0.0", |
48 | | - "@vue/eslint-config-typescript": "^13.0.0", |
49 | | - "@vue/tsconfig": "^0.5.1", |
50 | | - "eslint": "^8.57.1", |
| 48 | + "@vitejs/plugin-vue": "^5.2.1", |
| 49 | + "@vue/eslint-config-prettier": "^10.1.0", |
| 50 | + "@vue/eslint-config-typescript": "^14.2.0", |
| 51 | + "@vue/tsconfig": "^0.7.0", |
| 52 | + "eslint": "^9.17.0", |
51 | 53 | "eslint-plugin-import": "^2.31.0", |
52 | 54 | "eslint-plugin-simple-import-sort": "^12.1.1", |
53 | | - "eslint-plugin-vue": "^9.30.0", |
54 | | - "prettier": "^3.3.3", |
55 | | - "typescript": "~5.5.4", |
56 | | - "vite": "^5.4.10", |
| 55 | + "eslint-plugin-vue": "^9.32.0", |
| 56 | + "prettier": "^3.4.2", |
| 57 | + "typescript": "~5.7.2", |
| 58 | + "vite": "^6.0.6", |
57 | 59 | "vite-plugin-html": "^3.2.2", |
58 | | - "vite-plugin-pwa": "^0.20.5", |
| 60 | + "vite-plugin-pwa": "^0.21.1", |
| 61 | + "vite-plugin-vue-devtools": "^7.6.8", |
59 | 62 | "vite-plugin-vuetify": "^2.0.4", |
60 | | - "vue-tsc": "^2.1.10" |
| 63 | + "vue-tsc": "^2.2.0" |
61 | 64 | } |
62 | 65 | } |
0 commit comments