|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 | 42 | "@element-plus/icons-vue": "^2.3.1",
|
43 |
| - "@intlify/unplugin-vue-i18n": "^5.2.0", |
| 43 | + "@intlify/unplugin-vue-i18n": "^6.0.1", |
44 | 44 | "@jsxiaosi/utils": "^0.0.19",
|
45 |
| - "@logicflow/core": "^2.0.6", |
46 |
| - "@logicflow/extension": "^2.0.10", |
47 |
| - "@vueuse/core": "^11.1.0", |
48 |
| - "axios": "^1.7.7", |
49 |
| - "commitlint": "19.5.0", |
| 45 | + "@logicflow/core": "^2.0.9", |
| 46 | + "@logicflow/extension": "^2.0.13", |
| 47 | + "@vueuse/core": "^12.0.0", |
| 48 | + "axios": "^1.7.9", |
| 49 | + "commitlint": "19.6.0", |
50 | 50 | "dayjs": "^1.11.13",
|
51 |
| - "docx-preview": "^0.3.2", |
| 51 | + "docx-preview": "^0.3.3", |
52 | 52 | "echarts": "^5.5.1",
|
53 |
| - "element-plus": "^2.8.6", |
| 53 | + "element-plus": "^2.9.0", |
54 | 54 | "es6-promise": "^4.2.8",
|
55 |
| - "i18next": "^23.16.2", |
| 55 | + "i18next": "^24.1.0", |
56 | 56 | "intro.js": "^7.2.0",
|
57 | 57 | "lodash": "^4.17.21",
|
58 | 58 | "lodash-es": "^4.17.21",
|
59 |
| - "marked": "^14.1.3", |
| 59 | + "marked": "^15.0.3", |
60 | 60 | "mitt": "^3.0.1",
|
61 | 61 | "mockjs": "^1.1.0",
|
62 | 62 | "nprogress": "^0.2.0",
|
63 | 63 | "path": "^0.12.7",
|
64 |
| - "pinia": "^2.2.4", |
65 |
| - "qs": "^6.13.0", |
66 |
| - "sortablejs": "^1.15.3", |
67 |
| - "vue": "^3.5.12", |
68 |
| - "vue-i18n": "^10.0.4", |
| 64 | + "pinia": "^2.3.0", |
| 65 | + "qs": "^6.13.1", |
| 66 | + "sortablejs": "^1.15.6", |
| 67 | + "vue": "^3.5.13", |
| 68 | + "vue-i18n": "^10.0.5", |
69 | 69 | "vue-pdf-embed": "^2.1.1",
|
70 |
| - "vue-router": "^4.4.5", |
| 70 | + "vue-router": "^4.5.0", |
71 | 71 | "vue-types": "^5.1.3",
|
72 | 72 | "wangeditor": "^4.7.15"
|
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 | 75 | "@esbuild-kit/cjs-loader": "^2.4.4",
|
76 |
| - "@jsxiaosi/commitlint-config": "^1.0.5", |
77 |
| - "@jsxiaosi/eslint-config": "^1.0.5", |
78 |
| - "@jsxiaosi/eslint-config-prettier": "^1.0.5", |
| 76 | + "@jsxiaosi/commitlint-config": "^1.0.7", |
| 77 | + "@jsxiaosi/eslint-config": "^1.0.7", |
| 78 | + "@jsxiaosi/eslint-config-prettier": "^1.0.7", |
79 | 79 | "@types/core-js": "^2.5.8",
|
80 | 80 | "@types/intro.js": "^5.1.5",
|
81 | 81 | "@types/lodash-es": "^4.17.12",
|
82 | 82 | "@types/marked": "^5.0.2",
|
83 | 83 | "@types/mockjs": "^1.0.10",
|
84 | 84 | "@types/node": "*",
|
85 | 85 | "@types/nprogress": "^0.2.3",
|
86 |
| - "@types/qs": "^6.9.16", |
| 86 | + "@types/qs": "^6.9.17", |
87 | 87 | "@types/sortablejs": "^1.15.8",
|
88 |
| - "@vitejs/plugin-vue": "^5.1.4", |
89 |
| - "@vitejs/plugin-vue-jsx": "^4.0.1", |
| 88 | + "@vitejs/plugin-vue": "^5.2.1", |
| 89 | + "@vitejs/plugin-vue-jsx": "^4.1.1", |
90 | 90 | "@vue/test-utils": "^2.4.6",
|
91 | 91 | "autoprefixer": "^10.4.20",
|
92 | 92 | "conventional-changelog-cli": "^5.0.0",
|
93 | 93 | "cross-env": "^7.0.3",
|
94 |
| - "czg": "^1.10.1", |
| 94 | + "czg": "^1.11.0", |
95 | 95 | "echarts-wordcloud": "^2.1.0",
|
96 |
| - "eslint": "^9.13.0", |
| 96 | + "eslint": "^9.16.0", |
97 | 97 | "eslint-plugin-prettier": "^5.2.1",
|
98 |
| - "eslint-plugin-vue": "^9.29.1", |
| 98 | + "eslint-plugin-vue": "^9.32.0", |
99 | 99 | "http-server": "^14.1.1",
|
100 |
| - "husky": "^9.1.6", |
| 100 | + "husky": "^9.1.7", |
101 | 101 | "jsdom": "^25.0.1",
|
102 | 102 | "kolorist": "^1.8.0",
|
103 |
| - "lint-staged": "^15.2.10", |
104 |
| - "postcss": "^8.4.47", |
| 103 | + "lint-staged": "^15.2.11", |
| 104 | + "postcss": "^8.4.49", |
105 | 105 | "postcss-html": "^1.7.0",
|
106 | 106 | "postcss-import": "^16.1.0",
|
107 | 107 | "postcss-scss": "^4.0.9",
|
108 |
| - "prettier": "^3.3.3", |
| 108 | + "prettier": "^3.4.2", |
109 | 109 | "pretty-quick": "^4.0.0",
|
110 | 110 | "rollup-plugin-visualizer": "^5.12.0",
|
111 |
| - "sass": "^1.79.5", |
112 |
| - "sass-migrator": "^2.2.0", |
113 |
| - "stylelint": "^16.10.0", |
| 111 | + "sass": "^1.82.0", |
| 112 | + "sass-migrator": "^2.2.1", |
| 113 | + "stylelint": "^16.11.0", |
114 | 114 | "stylelint-config-property-sort-order-smacss": "^10.0.0",
|
115 | 115 | "stylelint-config-recommended": "^14.0.1",
|
116 | 116 | "stylelint-config-recommended-scss": "^14.1.0",
|
117 | 117 | "stylelint-config-recommended-vue": "^1.5.0",
|
118 | 118 | "stylelint-config-standard": "^36.0.1",
|
119 |
| - "stylelint-config-standard-scss": "^13.1.0", |
| 119 | + "stylelint-config-standard-scss": "^14.0.0", |
120 | 120 | "stylelint-order": "^6.0.4",
|
121 |
| - "stylelint-scss": "^6.8.1", |
122 |
| - "tailwindcss": "^3.4.14", |
123 |
| - "typescript": "^5.6.3", |
| 121 | + "stylelint-scss": "^6.10.0", |
| 122 | + "tailwindcss": "^3.4.16", |
| 123 | + "typescript": "^5.7.2", |
124 | 124 | "unplugin-element-plus": "^0.8.0",
|
125 |
| - "vite": "^5.4.9", |
| 125 | + "vite": "^6.0.3", |
126 | 126 | "vite-plugin-compression": "^0.5.1",
|
127 |
| - "vite-plugin-fake-server": "^2.1.2", |
| 127 | + "vite-plugin-fake-server": "^2.1.4", |
128 | 128 | "vite-plugin-imagemin": "^0.6.1",
|
129 |
| - "vite-plugin-inspect": "^0.8.7", |
130 |
| - "vite-plugin-linter": "^3.0.0", |
131 |
| - "vite-plugin-pwa": "^0.20.5", |
| 129 | + "vite-plugin-inspect": "^0.10.3", |
| 130 | + "vite-plugin-linter": "^3.0.1", |
| 131 | + "vite-plugin-pwa": "^0.21.1", |
132 | 132 | "vite-plugin-style-import": "^2.0.0",
|
133 | 133 | "vite-plugin-svg-icons": "^2.0.1",
|
134 |
| - "vitest": "^2.1.3", |
| 134 | + "vitest": "^2.1.8", |
135 | 135 | "vue-eslint-parser": "^9.4.3",
|
136 |
| - "vue-tsc": "^2.1.6", |
| 136 | + "vue-tsc": "^2.1.10", |
137 | 137 | "xlsx": "^0.18.5"
|
138 | 138 | },
|
139 | 139 | "pnpm": {
|
|
0 commit comments