Commit 7e2668f667cb80c81df7ca8f6afb3a0ff52a70bc

Authored by Vben
1 parent e689ee5f

chore: update deps

Showing 2 changed files with 75 additions and 56 deletions
package.json
... ... @@ -33,13 +33,13 @@
33 33 },
34 34 "dependencies": {
35 35 "@iconify/iconify": "^2.0.0-rc.6",
36   - "@logicflow/core": "^0.3.1",
37   - "@logicflow/extension": "^0.3.1",
38   - "@vueuse/core": "^4.8.2",
  36 + "@logicflow/core": "^0.3.3",
  37 + "@logicflow/extension": "^0.3.3",
  38 + "@vueuse/core": "^4.9.0",
39 39 "@zxcvbn-ts/core": "^0.3.0",
40 40 "ant-design-vue": "^2.1.2",
41 41 "axios": "^0.21.1",
42   - "codemirror": "^5.60.0",
  42 + "codemirror": "^5.61.0",
43 43 "cropperjs": "^1.5.11",
44 44 "crypto-js": "^4.0.0",
45 45 "echarts": "^5.1.0",
... ... @@ -63,7 +63,7 @@
63 63 "devDependencies": {
64 64 "@commitlint/cli": "^12.1.1",
65 65 "@commitlint/config-conventional": "^12.1.1",
66   - "@iconify/json": "^1.1.330",
  66 + "@iconify/json": "^1.1.331",
67 67 "@purge-icons/generated": "^0.7.0",
68 68 "@types/codemirror": "^0.0.109",
69 69 "@types/crypto-js": "^4.0.1",
... ... @@ -110,7 +110,7 @@
110 110 "stylelint-order": "^4.1.0",
111 111 "ts-node": "^9.1.1",
112 112 "typescript": "4.2.4",
113   - "vite": "2.1.5",
  113 + "vite": "2.2.1",
114 114 "vite-plugin-compression": "^0.2.4",
115 115 "vite-plugin-html": "^2.0.7",
116 116 "vite-plugin-imagemin": "^0.3.0",
... ... @@ -120,9 +120,9 @@
120 120 "vite-plugin-style-import": "^0.9.2",
121 121 "vite-plugin-svg-icons": "^0.4.3",
122 122 "vite-plugin-theme": "^0.7.1",
123   - "vite-plugin-windicss": "0.14.6",
  123 + "vite-plugin-windicss": "0.15.2",
124 124 "vue-eslint-parser": "^7.6.0",
125   - "vue-tsc": "^0.0.24"
  125 + "vue-tsc": "^0.0.25"
126 126 },
127 127 "resolutions": {
128 128 "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it",
... ...
yarn.lock
... ... @@ -1108,10 +1108,10 @@
1108 1108 dependencies:
1109 1109 cross-fetch "^3.0.6"
1110 1110  
1111   -"@iconify/json@^1.1.330":
1112   - version "1.1.330"
1113   - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.330.tgz#629f3242d5ddd36ad40d9744513b916c592c8fb9"
1114   - integrity sha512-mkO+AchoOZQJyWoK/S1WglmVwq7wneT7iOXztaCYiMVGof/4L4vmSOpzBogwS4d8x1Lh+i+VjTWI7vxYrtYSog==
  1111 +"@iconify/json@^1.1.331":
  1112 + version "1.1.331"
  1113 + resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.331.tgz#5bd10c8764e24a973474992a35b56ea7e32a2115"
  1114 + integrity sha512-6YK6fJccOZYa01o6SV3WHNFWtfdP7+q9urn7s4OIFx0a6FTqole0BHGJ87ZsLp03N96TcGEY2nQGpv3MdezYKg==
1115 1115  
1116 1116 "@intlify/core-base@9.0.0":
1117 1117 version "9.0.0"
... ... @@ -1151,17 +1151,21 @@
1151 1151 resolved "https://registry.npmjs.org/@intlify/shared/-/shared-9.0.0.tgz#d85b3b5f9033f377c5cf2202cf2459aa49948f36"
1152 1152 integrity sha512-0r4v7dnY8g/Jfx2swUWy2GyfH/WvIpWvkU4OIupvxDTWiE8RhcpbOCVvqpVh/xGi0proHQ/r2Dhc0QSItUsfDQ==
1153 1153  
1154   -"@logicflow/core@^0.3.1":
1155   - version "0.3.1"
1156   - resolved "https://registry.npmjs.org/@logicflow/core/-/core-0.3.1.tgz#183402506c3113f391fb5415d3b3de9093fa843b"
1157   - integrity sha512-PZwwaRGURwOWFf4JVDc6GGfDRZtawvVGY6/3Z4cjulNiEFzxtQnz4RH0Zqzd6qFRxpEctqKnZ+eckLPWX4YFug==
  1154 +"@logicflow/core@^0.3.3":
  1155 + version "0.3.3"
  1156 + resolved "https://registry.npmjs.org/@logicflow/core/-/core-0.3.3.tgz#548a51f10bbcc06060354c6b20525a5ab7789d4c"
  1157 + integrity sha512-RT88RhQigVz3/zf6mlULPvHjoqHbrhzWNOIAJ6H4ZGXCAMjlF/WrY+arkBXMgDtVrBPImvsfuzMr+5gDC9Owzg==
  1158 + dependencies:
  1159 + "@types/mousetrap" "^1.6.4"
  1160 + mousetrap "^1.6.5"
  1161 + preact "^10.4.8"
1158 1162  
1159   -"@logicflow/extension@^0.3.1":
1160   - version "0.3.1"
1161   - resolved "https://registry.npmjs.org/@logicflow/extension/-/extension-0.3.1.tgz#984ced98df97a3460ee43ac9a513c20511ebe862"
1162   - integrity sha512-WSPVqwmTvI52e2Go6EQeUEoHs+l6o2h4u47iVuwC39A/cIFcc2skefQ9fTzGJHeWIXjPf7Nl/W5ylrmeVsIJ4Q==
  1163 +"@logicflow/extension@^0.3.3":
  1164 + version "0.3.3"
  1165 + resolved "https://registry.npmjs.org/@logicflow/extension/-/extension-0.3.3.tgz#0402a74531f9fc29eb10f98a831b7829d01e7c44"
  1166 + integrity sha512-d6q7ZmS4Bi2CLRSpgOA1MU5xwnM6NLdA5JtGrq6YxjL/qb4o5AIw8E2xuXrxgw8VBlhhsP/14uJ4uO5ytFSqZQ==
1163 1167 dependencies:
1164   - "@logicflow/core" "^0.3.1"
  1168 + "@logicflow/core" "^0.3.3"
1165 1169 ids "^1.0.0"
1166 1170  
1167 1171 "@nodelib/fs.scandir@2.1.4":
... ... @@ -1435,6 +1439,11 @@
1435 1439 resolved "https://registry.npmjs.org/@types/mockjs/-/mockjs-1.0.3.tgz#bd8ee3c7cbbd9a18788ab677b9e4f97c8d0bb0bf"
1436 1440 integrity sha512-OlwyyyoY81P8f7FU0zILUPxqQQ3/W+CwbqI6dWvOxaH8w948fAl1+hOG9C9ZgJcwzG+aloJcsastY4c4p91R1Q==
1437 1441  
  1442 +"@types/mousetrap@^1.6.4":
  1443 + version "1.6.7"
  1444 + resolved "https://registry.npmjs.org/@types/mousetrap/-/mousetrap-1.6.7.tgz#362411f89ef78a9ece3a5ff71361e85e3ce6febf"
  1445 + integrity sha512-VGAfynzXjVzqx2TzLTrdXURhgn+N/66IgEFFt4LYCJ0JIzRGcFUCX9sTAqgJGnyHKYt/vvlo+B9sJHhpEWaP5w==
  1446 +
1438 1447 "@types/node@*", "@types/node@^14.14.37":
1439 1448 version "14.14.37"
1440 1449 resolved "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"
... ... @@ -1713,32 +1722,32 @@
1713 1722 resolved "https://registry.npmjs.org/@vue/shared/-/shared-3.0.11.tgz#20d22dd0da7d358bb21c17f9bde8628152642c77"
1714 1723 integrity sha512-b+zB8A2so8eCE0JsxjL24J7vdGl8rzPQ09hZNhystm+KqSbKcAej1A+Hbva1rCMmTTqA+hFnUSDc5kouEo0JzA==
1715 1724  
1716   -"@vueuse/core@^4.8.2":
1717   - version "4.8.2"
1718   - resolved "https://registry.npmjs.org/@vueuse/core/-/core-4.8.2.tgz#b14e43ae640c38f59591db146d6e15c551368414"
1719   - integrity sha512-d6SX9YSWC8svdCEZvlKH3zmstPqNS1h1RHgZUbkxAC/zoNIYP88Ivl1pF3SYm0Iksl6D4Zu/oImKXWCBW21r6g==
  1725 +"@vueuse/core@^4.9.0":
  1726 + version "4.9.0"
  1727 + resolved "https://registry.npmjs.org/@vueuse/core/-/core-4.9.0.tgz#a0d048654bdf26b9838d5a6b9b33c5182130902d"
  1728 + integrity sha512-vkGB6T9IgsdvbEyEVLaNu+JlMXonqx/mUX5El1u252ZTOa9khsVIAWWEMfxFyXz245V2hJi+O+TZv6rwyHbOLg==
1720 1729 dependencies:
1721   - "@vueuse/shared" "4.8.2"
  1730 + "@vueuse/shared" "4.9.0"
1722 1731 vue-demi latest
1723 1732  
1724   -"@vueuse/shared@4.8.2":
1725   - version "4.8.2"
1726   - resolved "https://registry.npmjs.org/@vueuse/shared/-/shared-4.8.2.tgz#7c9a738ddba9b60b3eb2e6702d657c2b4c94651c"
1727   - integrity sha512-Bjy15IHyqUpRbg9cRE9afFwD0gLtGI0tJW7fITWGCwYmSWpBoD+EnGBBGvnoP9pOtxkri9Wte/uKwcVnDos7QA==
  1733 +"@vueuse/shared@4.9.0":
  1734 + version "4.9.0"
  1735 + resolved "https://registry.npmjs.org/@vueuse/shared/-/shared-4.9.0.tgz#efc36ed36a6148b794538675309038bdf3df9701"
  1736 + integrity sha512-u5bSe39llw2DjGerZjFK/jv04sF3G1BX5t4aRat1s+9hzm8mEB55uorqA3VxCgTFMNyc0sactZhj6YIzYdG0dg==
1728 1737 dependencies:
1729 1738 vue-demi latest
1730 1739  
1731   -"@windicss/plugin-utils@0.14.6":
1732   - version "0.14.6"
1733   - resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.14.6.tgz#25d3fdda3a8b0a560f3daed6588abd0a4fbef195"
1734   - integrity sha512-jF+dJ6D4/UqVHSbH5kCdSoPnklLTZDf+seck4unICI0qyzmyPsrO15nmSS/gIvnmCedUfBrQj1MfYOX0tccFjQ==
  1740 +"@windicss/plugin-utils@0.15.2":
  1741 + version "0.15.2"
  1742 + resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.15.2.tgz#1207d75cecd26d86028ceb344478654abf70e3ca"
  1743 + integrity sha512-S4mw9pIhsjX/vYX78NuGwu7gwdw4t1aRXad6FE+IexHyjMGD906KCM39KwMVzFGSrcEXtdbQwUiYUdvq4QVRiA==
1735 1744 dependencies:
1736 1745 debug "^4.3.2"
1737 1746 fast-glob "^3.2.5"
1738 1747 magic-string "^0.25.7"
1739 1748 micromatch "^4.0.4"
1740 1749 pirates "^4.0.1"
1741   - sucrase "^3.17.1"
  1750 + sucrase "^3.18.1"
1742 1751 windicss "^2.5.14"
1743 1752  
1744 1753 "@zxcvbn-ts/core@^0.3.0":
... ... @@ -2629,10 +2638,10 @@ coa@^2.0.2:
2629 2638 chalk "^2.4.1"
2630 2639 q "^1.1.2"
2631 2640  
2632   -codemirror@^5.60.0:
2633   - version "5.60.0"
2634   - resolved "https://registry.npmjs.org/codemirror/-/codemirror-5.60.0.tgz#00a8cfd287d5d8737ceb73987f04aee2fe5860da"
2635   - integrity sha512-AEL7LhFOlxPlCL8IdTcJDblJm8yrAGib7I+DErJPdZd4l6imx8IMgKK3RblVgBQqz3TZJR4oknQ03bz+uNjBYA==
  2641 +codemirror@^5.61.0:
  2642 + version "5.61.0"
  2643 + resolved "https://registry.npmjs.org/codemirror/-/codemirror-5.61.0.tgz#318e5b034a707207948b92ffc2862195e8fdb08e"
  2644 + integrity sha512-D3wYH90tYY1BsKlUe0oNj2JAhQ9TepkD51auk3N7q+4uz7A/cgJ5JsWHreT0PqieW1QhOuqxQ2reCXV1YXzecg==
2636 2645  
2637 2646 codepage@~1.14.0:
2638 2647 version "1.14.0"
... ... @@ -6297,6 +6306,11 @@ moment@^2.27.0:
6297 6306 resolved "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
6298 6307 integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
6299 6308  
  6309 +mousetrap@^1.6.5:
  6310 + version "1.6.5"
  6311 + resolved "https://registry.npmjs.org/mousetrap/-/mousetrap-1.6.5.tgz#8a766d8c272b08393d5f56074e0b5ec183485bf9"
  6312 + integrity sha512-QNo4kEepaIBwiT8CDhP98umTetp+JNfQYBWvC1pc6/OAibuXtRcxZ58Qz8skvEHYvURne/7R8T5VoOI7rDsEUA==
  6313 +
6300 6314 mozjpeg@^7.0.0:
6301 6315 version "7.0.0"
6302 6316 resolved "https://registry.npmjs.org/mozjpeg/-/mozjpeg-7.0.0.tgz#c20f67a538fcaaa388d325875c53c0e7bc432f7d"
... ... @@ -7248,6 +7262,11 @@ posthtml@^0.9.2:
7248 7262 posthtml-parser "^0.2.0"
7249 7263 posthtml-render "^1.0.5"
7250 7264  
  7265 +preact@^10.4.8:
  7266 + version "10.5.13"
  7267 + resolved "https://registry.npmjs.org/preact/-/preact-10.5.13.tgz#85f6c9197ecd736ce8e3bec044d08fd1330fa019"
  7268 + integrity sha512-q/vlKIGNwzTLu+jCcvywgGrt+H/1P/oIRSD6mV4ln3hmlC+Aa34C7yfPI4+5bzW8pONyVXYS7SvXosy2dKKtWQ==
  7269 +
7251 7270 prelude-ls@^1.2.1:
7252 7271 version "1.2.1"
7253 7272 resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
... ... @@ -8444,10 +8463,10 @@ stylelint@^13.12.0:
8444 8463 v8-compile-cache "^2.2.0"
8445 8464 write-file-atomic "^3.0.3"
8446 8465  
8447   -sucrase@^3.17.1:
8448   - version "3.17.1"
8449   - resolved "https://registry.npmjs.org/sucrase/-/sucrase-3.17.1.tgz#b5e35ca7d99db2cc82b3e942934c3746b41ff8e2"
8450   - integrity sha512-04cNLFAhS4NBG2Z/MTkLY6HdoBsqErv3wCncymFlfFtnpMthurlWYML2RlID4M2BbiJSu1eZdQnE8Lcz4PCe2g==
  8466 +sucrase@^3.18.1:
  8467 + version "3.18.1"
  8468 + resolved "https://registry.npmjs.org/sucrase/-/sucrase-3.18.1.tgz#7c699d5148734b1105542ca4ea2aa69bcab7f728"
  8469 + integrity sha512-TRyO38wwOPhLLlM8QLOG3TgMj0FKk+arlTrS9pRAanF8cAcHvgRPKIYWGO25mPSp/Rj87zMMTjFfkqIZGI6ZdA==
8451 8470 dependencies:
8452 8471 commander "^4.0.0"
8453 8472 glob "7.1.6"
... ... @@ -9278,20 +9297,20 @@ vite-plugin-theme@^0.7.1:
9278 9297 esbuild-plugin-alias "^0.1.2"
9279 9298 tinycolor2 "^1.4.2"
9280 9299  
9281   -vite-plugin-windicss@0.14.6:
9282   - version "0.14.6"
9283   - resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.14.6.tgz#c17b66b5f35a3b1ffdfc3e969ce28a528305716e"
9284   - integrity sha512-bFyKfvnsa3nAab9LgrFInzdQhsIJyeNdCczgjrYMxjO8WlgiQuIFyJ1RTYQnYmQRlbvU9jpOL5XDxsFUMKRLUg==
  9300 +vite-plugin-windicss@0.15.2:
  9301 + version "0.15.2"
  9302 + resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.15.2.tgz#788ae0cef4c31be40536ef3c25b6b70c37f73275"
  9303 + integrity sha512-F6H79j2sIPa84w6h/GhiGkioHearbuPgKtG1sUbXgnXfvddblvJ62tuLGPtoD27aR1WyRVgTfKmDyFpA2wP4DA==
9285 9304 dependencies:
9286   - "@windicss/plugin-utils" "0.14.6"
  9305 + "@windicss/plugin-utils" "0.15.2"
9287 9306 chalk "^4.1.0"
9288 9307 debug "^4.3.2"
9289 9308 windicss "^2.5.14"
9290 9309  
9291   -vite@2.1.5:
9292   - version "2.1.5"
9293   - resolved "https://registry.npmjs.org/vite/-/vite-2.1.5.tgz#4857da441c62f7982c83cbd5f42a00330f20c9c1"
9294   - integrity sha512-tYU5iaYeUgQYvK/CNNz3tiJ8vYqPWfCE9IQ7K0iuzYovWw7lzty7KRYGWwV3CQPh0NKxWjOczAqiJsCL0Xb+Og==
  9310 +vite@2.2.1:
  9311 + version "2.2.1"
  9312 + resolved "https://registry.npmjs.org/vite/-/vite-2.2.1.tgz#90c481f69371f32867d86a6a623bb064b876ad3d"
  9313 + integrity sha512-KIqK90EoJJpuqE86Y9DSkZjFNGgsyZX/4I1xENIitLRd3hgRtOlIGCJYrNnBD9/eqipz0OroAiIj9/R1JcOdFA==
9295 9314 dependencies:
9296 9315 esbuild "^0.9.3"
9297 9316 postcss "^8.2.1"
... ... @@ -9336,10 +9355,10 @@ vue-router@^4.0.6:
9336 9355 resolved "https://registry.npmjs.org/vue-router/-/vue-router-4.0.6.tgz#91750db507d26642f225b0ec6064568e5fe448d6"
9337 9356 integrity sha512-Y04llmK2PyaESj+N33VxLjGCUDuv9t4q2OpItEGU7POZiuQZaugV6cJpE6Qm1sVFtxufodLKN2y2dQl9nk0Reg==
9338 9357  
9339   -vue-tsc@^0.0.24:
9340   - version "0.0.24"
9341   - resolved "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.0.24.tgz#0cd90db679f53ea1694254b8663fdb3d624a0872"
9342   - integrity sha512-Qx0V7jkWMtvddtaWa1SA8YKkBCRmjq9zZUB2UIMZiso6JSH538oHD2VumSzkoDnAfFbY3t0/j1mB2abpA0bGWA==
  9358 +vue-tsc@^0.0.25:
  9359 + version "0.0.25"
  9360 + resolved "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.0.25.tgz#80852b731ff9bf8dc4d1193a524e1cc06e58e9cd"
  9361 + integrity sha512-9cWIQxjoviLQE2o+8NVfycKeI6nlfPndTDvH9hhG2/5mQhixPYWzXgAjszLXa8pzLKnF3ZiAr/hrTxjIAai5+A==
9343 9362 dependencies:
9344 9363 unzipper "0.10.11"
9345 9364  
... ...