Skip to content

Commit ce5f303

Browse files
committed
chore: update deps
1 parent a6b4908 commit ce5f303

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@
3434
"@vueuse/core": "^10.4.1",
3535
"@wangeditor/editor": "^5.1.23",
3636
"@wangeditor/editor-for-vue": "^5.1.10",
37-
"@zxcvbn-ts/core": "^3.0.3",
37+
"@zxcvbn-ts/core": "^3.0.4",
3838
"animate.css": "^4.1.1",
3939
"axios": "^1.5.0",
4040
"benz-amr-recorder": "^1.1.5",
4141
"bpmn-js-token-simulation": "^0.10.0",
4242
"camunda-bpmn-moddle": "^7.0.1",
43-
"cropperjs": "^1.6.0",
43+
"cropperjs": "^1.6.1",
4444
"crypto-js": "^4.1.1",
45-
"dayjs": "^1.11.9",
45+
"dayjs": "^1.11.10",
4646
"diagram-js": "^12.3.0",
4747
"echarts": "^5.4.3",
4848
"echarts-wordcloud": "^2.1.0",
49-
"element-plus": "2.3.12",
50-
"fast-xml-parser": "^4.2.7",
49+
"element-plus": "2.3.14",
50+
"fast-xml-parser": "^4.3.0",
5151
"highlight.js": "^11.8.0",
5252
"intro.js": "^7.2.0",
5353
"jsencrypt": "^3.3.2",
@@ -59,12 +59,12 @@
5959
"qrcode": "^1.5.3",
6060
"qs": "^6.11.2",
6161
"steady-xml": "^0.1.0",
62-
"url": "^0.11.2",
62+
"url": "^0.11.3",
6363
"video.js": "^7.21.5",
64-
"vue": "3.3.4",
64+
"vue": "^3.3.4",
6565
"vue-dompurify-html": "^4.1.4",
66-
"vue-i18n": "9.2.2",
67-
"vue-router": "^4.2.4",
66+
"vue-i18n": "^9.4.1",
67+
"vue-router": "^4.2.5",
6868
"vue-types": "^5.1.1",
6969
"vuedraggable": "^4.1.0",
7070
"web-storage-cache": "^1.1.1",
@@ -73,47 +73,47 @@
7373
"devDependencies": {
7474
"@commitlint/cli": "^17.7.1",
7575
"@commitlint/config-conventional": "^17.7.0",
76-
"@iconify/json": "^2.2.114",
77-
"@intlify/unplugin-vue-i18n": "^1.0.1",
76+
"@iconify/json": "^2.2.119",
77+
"@intlify/unplugin-vue-i18n": "^1.2.0",
7878
"@purge-icons/generated": "^0.9.0",
7979
"@types/intro.js": "^5.1.1",
8080
"@types/lodash-es": "^4.17.9",
8181
"@types/node": "^20.6.0",
8282
"@types/nprogress": "^0.2.0",
8383
"@types/qrcode": "^1.5.2",
8484
"@types/qs": "^6.9.8",
85-
"@typescript-eslint/eslint-plugin": "^6.6.0",
86-
"@typescript-eslint/parser": "^6.6.0",
87-
"@unocss/transformer-variant-group": "^0.55.7",
85+
"@typescript-eslint/eslint-plugin": "^6.7.2",
86+
"@typescript-eslint/parser": "^6.7.2",
87+
"@unocss/transformer-variant-group": "^0.56.1",
8888
"@vitejs/plugin-legacy": "^4.1.1",
8989
"@vitejs/plugin-vue": "^4.3.4",
9090
"@vitejs/plugin-vue-jsx": "^3.0.2",
9191
"@vue-macros/volar": "^0.14.3",
92-
"autoprefixer": "^10.4.15",
93-
"bpmn-js": "^8.9.0",
94-
"bpmn-js-properties-panel": "^0.46.0",
92+
"autoprefixer": "^10.4.16",
93+
"bpmn-js": "8.9.0",
94+
"bpmn-js-properties-panel": "0.46.0",
9595
"consola": "^3.2.3",
9696
"eslint": "^8.49.0",
9797
"eslint-config-prettier": "^9.0.0",
9898
"eslint-define-config": "^1.23.0",
9999
"eslint-plugin-prettier": "^5.0.0",
100100
"eslint-plugin-vue": "^9.17.0",
101101
"lint-staged": "^14.0.1",
102-
"postcss": "^8.4.29",
102+
"postcss": "^8.4.30",
103103
"postcss-html": "^1.5.0",
104104
"postcss-scss": "^4.0.8",
105105
"prettier": "^3.0.3",
106106
"rimraf": "^5.0.1",
107-
"rollup": "^3.29.1",
108-
"sass": "^1.66.1",
107+
"rollup": "^3.29.2",
108+
"sass": "^1.68.0",
109109
"stylelint": "^15.10.3",
110110
"stylelint-config-html": "^1.1.0",
111111
"stylelint-config-recommended": "^13.0.0",
112112
"stylelint-config-standard": "^34.0.0",
113113
"stylelint-order": "^6.0.3",
114-
"terser": "^5.19.4",
115-
"typescript": "5.1.6",
116-
"unocss": "^0.55.7",
114+
"terser": "^5.20.0",
115+
"typescript": "5.2.2",
116+
"unocss": "^0.56.1",
117117
"unplugin-auto-import": "^0.16.6",
118118
"unplugin-element-plus": "^0.8.0",
119119
"unplugin-vue-components": "^0.25.2",
@@ -126,7 +126,7 @@
126126
"vite-plugin-svg-icons": "^2.0.1",
127127
"vite-plugin-top-level-await": "^1.3.1",
128128
"vue-eslint-parser": "^9.3.1",
129-
"vue-tsc": "^1.8.10"
129+
"vue-tsc": "^1.8.13"
130130
},
131131
"license": "MIT",
132132
"repository": {

0 commit comments

Comments
 (0)