|
1 | 1 | {
|
2 | 2 | "name": "dante-cloud-ui",
|
3 | 3 | "private": true,
|
4 |
| - "version": "3.4.0.0", |
| 4 | + "version": "3.4.0.1", |
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
7 | 7 | "preinstall": "npx only-allow pnpm",
|
|
32 | 32 | "pinia": "^2.3.0",
|
33 | 33 | "pinia-plugin-persistedstate": "^4.1.3",
|
34 | 34 | "qs": "^6.13.1",
|
35 |
| - "quasar": "^2.17.4", |
| 35 | + "quasar": "^2.17.5", |
36 | 36 | "vue": "^3.5.13",
|
37 | 37 | "vue-i18n": "^10.0.5"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 | 40 | "@changesets/cli": "^2.27.10",
|
41 | 41 | "@quasar/vite-plugin": "^1.8.1",
|
42 | 42 | "@types/lodash-es": "^4.17.12",
|
43 |
| - "@types/node": "^22.10.1", |
| 43 | + "@types/node": "^22.10.2", |
44 | 44 | "@types/qs": "^6.9.17",
|
45 |
| - "@typescript-eslint/eslint-plugin": "^8.17.0", |
46 |
| - "@typescript-eslint/parser": "^8.17.0", |
| 45 | + "@typescript-eslint/eslint-plugin": "^8.18.0", |
| 46 | + "@typescript-eslint/parser": "^8.18.0", |
47 | 47 | "@vitejs/plugin-vue": "^5.2.1",
|
48 | 48 | "commitizen": "^4.3.1",
|
49 | 49 | "cross-env": "^7.0.3",
|
50 | 50 | "cz-conventional-changelog": "^3.3.0",
|
51 | 51 | "dotenv": "^16.4.7",
|
52 |
| - "eslint": "^9.16.0", |
| 52 | + "eslint": "^9.17.0", |
53 | 53 | "eslint-config-prettier": "^9.1.0",
|
54 | 54 | "eslint-define-config": "^2.1.0",
|
55 | 55 | "eslint-plugin-prettier": "^5.2.1",
|
56 | 56 | "eslint-plugin-quasar": "^1.1.0",
|
57 | 57 | "eslint-plugin-vue": "^9.32.0",
|
58 | 58 | "husky": "^9.1.7",
|
59 |
| - "lint-staged": "^15.2.10", |
| 59 | + "lint-staged": "^15.2.11", |
60 | 60 | "postcss": "^8.4.49",
|
61 | 61 | "postcss-html": "^1.7.0",
|
62 | 62 | "prettier": "^3.4.2",
|
63 | 63 | "rollup": "4.28.1",
|
64 | 64 | "rollup-plugin-visualizer": "^5.12.0",
|
65 |
| - "sass": "^1.82.0", |
| 65 | + "sass": "^1.83.0", |
66 | 66 | "stylelint": "^16.11.0",
|
67 | 67 | "stylelint-config-recess-order": "^5.1.1",
|
68 | 68 | "stylelint-config-recommended-vue": "^1.5.0",
|
69 | 69 | "stylelint-config-standard-scss": "^14.0.0",
|
70 | 70 | "terser": "^5.37.0",
|
71 | 71 | "typescript": "^5.6.3",
|
72 |
| - "unplugin-auto-import": "^0.18.6", |
| 72 | + "unplugin-auto-import": "^0.19.0", |
73 | 73 | "unplugin-icons": "^0.21.0",
|
74 | 74 | "unplugin-vue-components": "^0.27.5",
|
75 | 75 | "vite": "^5.4.11",
|
|
0 commit comments