|
34 | 34 | "@form-create/element-ui": "^3.1.17",
|
35 | 35 | "@iconify/iconify": "^3.1.0",
|
36 | 36 | "@videojs-player/vue": "^1.0.0",
|
37 |
| - "@vueuse/core": "^10.1.2", |
| 37 | + "@vueuse/core": "^10.2.0", |
38 | 38 | "@wangeditor/editor": "^5.1.23",
|
39 | 39 | "@wangeditor/editor-for-vue": "^5.1.10",
|
40 |
| - "@zxcvbn-ts/core": "^3.0.1", |
| 40 | + "@zxcvbn-ts/core": "^3.0.2", |
41 | 41 | "animate.css": "^4.1.1",
|
42 | 42 | "axios": "^1.4.0",
|
43 | 43 | "benz-amr-recorder": "^1.1.5",
|
44 | 44 | "bpmn-js-token-simulation": "^0.10.0",
|
45 | 45 | "camunda-bpmn-moddle": "^7.0.1",
|
46 | 46 | "cropperjs": "^1.5.13",
|
47 | 47 | "crypto-js": "^4.1.1",
|
48 |
| - "dayjs": "^1.11.7", |
| 48 | + "dayjs": "^1.11.8", |
49 | 49 | "diagram-js": "^11.6.0",
|
50 | 50 | "echarts": "^5.4.2",
|
51 | 51 | "echarts-wordcloud": "^2.1.0",
|
52 |
| - "element-plus": "2.3.4", |
53 |
| - "fast-xml-parser": "^4.2.2", |
| 52 | + "element-plus": "2.3.6", |
| 53 | + "fast-xml-parser": "^4.2.4", |
54 | 54 | "highlight.js": "^11.8.0",
|
55 | 55 | "intro.js": "^7.0.1",
|
56 | 56 | "jsencrypt": "^3.3.2",
|
57 | 57 | "lodash-es": "^4.17.21",
|
58 | 58 | "min-dash": "^4.1.1",
|
59 | 59 | "mitt": "^3.0.0",
|
60 | 60 | "nprogress": "^0.2.0",
|
61 |
| - "pinia": "^2.1.3", |
| 61 | + "pinia": "^2.1.4", |
62 | 62 | "qrcode": "^1.5.3",
|
63 | 63 | "qs": "^6.11.2",
|
64 | 64 | "steady-xml": "^0.1.0",
|
65 |
| - "url": "^0.11.0", |
| 65 | + "url": "^0.11.1", |
66 | 66 | "video.js": "^8.3.0",
|
67 | 67 | "vue": "3.3.4",
|
68 | 68 | "vue-i18n": "9.2.2",
|
69 |
| - "vue-router": "^4.2.1", |
70 |
| - "vue-types": "^5.0.3", |
| 69 | + "vue-router": "^4.2.2", |
| 70 | + "vue-types": "^5.0.4", |
71 | 71 | "vuedraggable": "^4.1.0",
|
72 | 72 | "web-storage-cache": "^1.1.1",
|
73 |
| - "xe-utils": "^3.5.7", |
74 | 73 | "xml-js": "^1.6.11"
|
75 | 74 | },
|
76 | 75 | "devDependencies": {
|
77 |
| - "@commitlint/cli": "^17.6.3", |
78 |
| - "@commitlint/config-conventional": "^17.6.3", |
79 |
| - "@iconify/json": "^2.2.67", |
80 |
| - "@intlify/unplugin-vue-i18n": "^0.10.0", |
| 76 | + "@commitlint/cli": "^17.6.5", |
| 77 | + "@commitlint/config-conventional": "^17.6.5", |
| 78 | + "@iconify/json": "^2.2.80", |
| 79 | + "@intlify/unplugin-vue-i18n": "^0.11.0", |
81 | 80 | "@purge-icons/generated": "^0.9.0",
|
82 | 81 | "@types/intro.js": "^5.1.1",
|
83 | 82 | "@types/lodash-es": "^4.17.7",
|
84 |
| - "@types/node": "^18.16.0", |
| 83 | + "@types/node": "^20.3.1", |
85 | 84 | "@types/nprogress": "^0.2.0",
|
86 | 85 | "@types/qrcode": "^1.5.0",
|
87 | 86 | "@types/qs": "^6.9.7",
|
88 |
| - "@typescript-eslint/eslint-plugin": "^5.59.6", |
89 |
| - "@typescript-eslint/parser": "^5.59.6", |
90 |
| - "@vitejs/plugin-legacy": "^4.0.3", |
| 87 | + "@typescript-eslint/eslint-plugin": "^5.60.0", |
| 88 | + "@typescript-eslint/parser": "^5.60.0", |
| 89 | + "@vitejs/plugin-legacy": "^4.0.4", |
91 | 90 | "@vitejs/plugin-vue": "^4.2.3",
|
92 | 91 | "@vitejs/plugin-vue-jsx": "^3.0.1",
|
93 | 92 | "autoprefixer": "^10.4.14",
|
94 | 93 | "bpmn-js": "^8.9.0",
|
95 | 94 | "bpmn-js-properties-panel": "^0.46.0",
|
96 | 95 | "consola": "^3.1.0",
|
97 |
| - "eslint": "^8.40.0", |
| 96 | + "eslint": "^8.43.0", |
98 | 97 | "eslint-config-prettier": "^8.8.0",
|
99 |
| - "eslint-define-config": "^1.20.0", |
| 98 | + "eslint-define-config": "^1.21.0", |
100 | 99 | "eslint-plugin-prettier": "^4.2.1",
|
101 |
| - "eslint-plugin-vue": "^9.13.0", |
| 100 | + "eslint-plugin-vue": "^9.15.0", |
102 | 101 | "lint-staged": "^13.2.2",
|
103 |
| - "postcss": "^8.4.23", |
| 102 | + "postcss": "^8.4.24", |
104 | 103 | "postcss-html": "^1.5.0",
|
105 | 104 | "postcss-scss": "^4.0.6",
|
106 | 105 | "prettier": "^2.8.8",
|
107 | 106 | "rimraf": "^5.0.1",
|
108 |
| - "rollup": "^3.22.0", |
109 |
| - "sass": "^1.62.1", |
110 |
| - "stylelint": "^15.6.2", |
| 107 | + "rollup": "^3.25.1", |
| 108 | + "sass": "^1.63.5", |
| 109 | + "stylelint": "^15.8.0", |
111 | 110 | "stylelint-config-html": "^1.1.0",
|
112 | 111 | "stylelint-config-recommended": "^12.0.0",
|
113 | 112 | "stylelint-config-standard": "^33.0.0",
|
114 | 113 | "stylelint-order": "^6.0.3",
|
115 |
| - "terser": "^5.17.4", |
116 |
| - "typescript": "5.0.4", |
117 |
| - "unplugin-auto-import": "^0.16.0", |
| 114 | + "terser": "^5.18.1", |
| 115 | + "typescript": "5.1.3", |
| 116 | + "unplugin-auto-import": "^0.16.4", |
118 | 117 | "unplugin-element-plus": "^0.7.1",
|
119 |
| - "unplugin-vue-components": "^0.24.1", |
120 |
| - "vite": "4.3.8", |
| 118 | + "unplugin-vue-components": "^0.25.1", |
| 119 | + "vite": "4.3.9", |
121 | 120 | "vite-plugin-compression": "^0.5.1",
|
122 | 121 | "vite-plugin-ejs": "^1.6.4",
|
123 | 122 | "vite-plugin-eslint": "^1.8.1",
|
124 | 123 | "vite-plugin-progress": "^0.0.7",
|
125 | 124 | "vite-plugin-purge-icons": "^0.9.2",
|
126 | 125 | "vite-plugin-svg-icons": "^2.0.1",
|
127 |
| - "vite-plugin-top-level-await": "^1.3.0", |
| 126 | + "vite-plugin-top-level-await": "^1.3.1", |
128 | 127 | "vite-plugin-vue-setup-extend-plus": "^0.1.0",
|
129 | 128 | "vite-plugin-windicss": "^1.9.0",
|
130 |
| - "vue-tsc": "^1.6.5", |
| 129 | + "vue-tsc": "^1.8.1", |
131 | 130 | "windicss": "^3.5.6"
|
132 | 131 | },
|
133 | 132 | "engines": {
|
|
0 commit comments