Commit 7f6f8eefe9b1214d5c6dabc526d966dfcaea76e6

Authored by Vben
1 parent e2ddf436

fix(style): fix build style errors,fix #528

Showing 2 changed files with 49 additions and 40 deletions
package.json
... ... @@ -33,8 +33,8 @@
33 33 },
34 34 "dependencies": {
35 35 "@iconify/iconify": "^2.0.0-rc.6",
36   - "@logicflow/core": "^0.3.3",
37   - "@logicflow/extension": "^0.3.3",
  36 + "@logicflow/core": "^0.3.4",
  37 + "@logicflow/extension": "^0.3.4",
38 38 "@vueuse/core": "^4.9.0",
39 39 "@zxcvbn-ts/core": "^0.3.0",
40 40 "ant-design-vue": "^2.1.2",
... ... @@ -86,9 +86,9 @@
86 86 "conventional-changelog-cli": "^2.1.1",
87 87 "cross-env": "^7.0.3",
88 88 "dotenv": "^8.2.0",
89   - "eslint": "^7.24.0",
  89 + "eslint": "^7.25.0",
90 90 "eslint-config-prettier": "^8.2.0",
91   - "eslint-define-config": "^1.0.7",
  91 + "eslint-define-config": "^1.0.8",
92 92 "eslint-plugin-prettier": "^3.4.0",
93 93 "eslint-plugin-vue": "^7.9.0",
94 94 "esno": "^0.5.0",
... ... @@ -99,7 +99,7 @@
99 99 "is-ci": "^3.0.0",
100 100 "less": "^4.1.1",
101 101 "lint-staged": "^10.5.4",
102   - "postcss": "^8.2.10",
  102 + "postcss": "^8.2.12",
103 103 "prettier": "^2.2.1",
104 104 "pretty-quick": "^3.1.0",
105 105 "rimraf": "^3.0.2",
... ... @@ -117,10 +117,10 @@
117 117 "vite-plugin-mock": "^2.5.0",
118 118 "vite-plugin-purge-icons": "^0.7.0",
119 119 "vite-plugin-pwa": "^0.7.2",
120   - "vite-plugin-style-import": "^0.9.2",
  120 + "vite-plugin-style-import": "^0.10.0",
121 121 "vite-plugin-svg-icons": "^0.4.3",
122 122 "vite-plugin-theme": "^0.7.1",
123   - "vite-plugin-windicss": "0.15.2",
  123 + "vite-plugin-windicss": "0.14.6",
124 124 "vue-eslint-parser": "^7.6.0",
125 125 "vue-tsc": "^0.0.25"
126 126 },
... ...
yarn.lock
... ... @@ -1151,21 +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.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==
  1154 +"@logicflow/core@^0.3.4":
  1155 + version "0.3.4"
  1156 + resolved "https://registry.npmjs.org/@logicflow/core/-/core-0.3.4.tgz#99829b045d687f43cc1544e3536cde20b0afc6bc"
  1157 + integrity sha512-C5nte0fZaKEq+d5Bb2lxWnuHOdeT1gHNgmkKsuU4zWAdc45D6V9/qR0QfSdsFOnCKlJeky9r3he3CVBjcXXEOA==
1158 1158 dependencies:
1159 1159 "@types/mousetrap" "^1.6.4"
1160 1160 mousetrap "^1.6.5"
1161 1161 preact "^10.4.8"
1162 1162  
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 +"@logicflow/extension@^0.3.4":
  1164 + version "0.3.4"
  1165 + resolved "https://registry.npmjs.org/@logicflow/extension/-/extension-0.3.4.tgz#ebc06e391d7e24329cba7958931375bd921617db"
  1166 + integrity sha512-IMCTZ8wtSTiJn9dWgNWEs8GRCCiGDXIm8hd+RnikbjWENVqNg1BNTVr/PizGPJ4mr6bDPr2U8tcB30xokEauKw==
1167 1167 dependencies:
1168   - "@logicflow/core" "^0.3.3"
  1168 + "@logicflow/core" "^0.3.4"
1169 1169 ids "^1.0.0"
1170 1170  
1171 1171 "@nodelib/fs.scandir@2.1.4":
... ... @@ -1737,17 +1737,17 @@
1737 1737 dependencies:
1738 1738 vue-demi latest
1739 1739  
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==
  1740 +"@windicss/plugin-utils@0.14.6":
  1741 + version "0.14.6"
  1742 + resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.14.6.tgz#25d3fdda3a8b0a560f3daed6588abd0a4fbef195"
  1743 + integrity sha512-jF+dJ6D4/UqVHSbH5kCdSoPnklLTZDf+seck4unICI0qyzmyPsrO15nmSS/gIvnmCedUfBrQj1MfYOX0tccFjQ==
1744 1744 dependencies:
1745 1745 debug "^4.3.2"
1746 1746 fast-glob "^3.2.5"
1747 1747 magic-string "^0.25.7"
1748 1748 micromatch "^4.0.4"
1749 1749 pirates "^4.0.1"
1750   - sucrase "^3.18.1"
  1750 + sucrase "^3.17.1"
1751 1751 windicss "^2.5.14"
1752 1752  
1753 1753 "@zxcvbn-ts/core@^0.3.0":
... ... @@ -3714,10 +3714,10 @@ eslint-config-prettier@^8.2.0:
3714 3714 resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.2.0.tgz#78de77d63bca8e9e59dae75a614b5299925bb7b3"
3715 3715 integrity sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw==
3716 3716  
3717   -eslint-define-config@^1.0.7:
3718   - version "1.0.7"
3719   - resolved "https://registry.npmjs.org/eslint-define-config/-/eslint-define-config-1.0.7.tgz#784ae5cc450492b0a8f37753d54f38fd5ac158fb"
3720   - integrity sha512-aPsytB55H0gNBJb5ZHCGdJgTS0g7vaOVjyvaZYlhDI3yYB1Y4F5k6VV5M7+0FOuD61NOm0ZT72lXOWoah5rCHw==
  3717 +eslint-define-config@^1.0.8:
  3718 + version "1.0.8"
  3719 + resolved "https://registry.npmjs.org/eslint-define-config/-/eslint-define-config-1.0.8.tgz#56cb61f1bcba8ec7a29beec58a85d2ce9299297a"
  3720 + integrity sha512-Vfjv/3l112BQ0s+Ua+WGNxtEyxj++IaFCiBkhjT1wlBWtbHpuZcI0t8eCnJZnJrdv0b9n2GK0mcmQsPRRjVCXg==
3721 3721  
3722 3722 eslint-plugin-prettier@^3.4.0:
3723 3723 version "3.4.0"
... ... @@ -3761,10 +3761,10 @@ eslint-visitor-keys@^2.0.0:
3761 3761 resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
3762 3762 integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
3763 3763  
3764   -eslint@^7.24.0:
3765   - version "7.24.0"
3766   - resolved "https://registry.npmjs.org/eslint/-/eslint-7.24.0.tgz#2e44fa62d93892bfdb100521f17345ba54b8513a"
3767   - integrity sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==
  3764 +eslint@^7.25.0:
  3765 + version "7.25.0"
  3766 + resolved "https://registry.npmjs.org/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67"
  3767 + integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==
3768 3768 dependencies:
3769 3769 "@babel/code-frame" "7.12.11"
3770 3770 "@eslint/eslintrc" "^0.4.0"
... ... @@ -7215,7 +7215,7 @@ postcss@^8.1.10:
7215 7215 nanoid "^3.1.22"
7216 7216 source-map "^0.6.1"
7217 7217  
7218   -postcss@^8.2.1, postcss@^8.2.10:
  7218 +postcss@^8.2.1:
7219 7219 version "8.2.10"
7220 7220 resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b"
7221 7221 integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==
... ... @@ -7224,6 +7224,15 @@ postcss@^8.2.1, postcss@^8.2.10:
7224 7224 nanoid "^3.1.22"
7225 7225 source-map "^0.6.1"
7226 7226  
  7227 +postcss@^8.2.12:
  7228 + version "8.2.12"
  7229 + resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.12.tgz#81248a1a87e0f575cc594a99a08207fd1c4addc4"
  7230 + integrity sha512-BJnGT5+0q2tzvs6oQfnY2NpEJ7rIXNfBnZtQOKCIsweeWXBXeDd5k31UgTdS3d/c02ouspufn37mTaHWkJyzMQ==
  7231 + dependencies:
  7232 + colorette "^1.2.2"
  7233 + nanoid "^3.1.22"
  7234 + source-map "^0.6.1"
  7235 +
7227 7236 posthtml-parser@^0.2.0, posthtml-parser@^0.2.1:
7228 7237 version "0.2.1"
7229 7238 resolved "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.2.1.tgz#35d530de386740c2ba24ff2eb2faf39ccdf271dd"
... ... @@ -8463,7 +8472,7 @@ stylelint@^13.12.0:
8463 8472 v8-compile-cache "^2.2.0"
8464 8473 write-file-atomic "^3.0.3"
8465 8474  
8466   -sucrase@^3.18.1:
  8475 +sucrase@^3.17.1:
8467 8476 version "3.18.1"
8468 8477 resolved "https://registry.npmjs.org/sucrase/-/sucrase-3.18.1.tgz#7c699d5148734b1105542ca4ea2aa69bcab7f728"
8469 8478 integrity sha512-TRyO38wwOPhLLlM8QLOG3TgMj0FKk+arlTrS9pRAanF8cAcHvgRPKIYWGO25mPSp/Rj87zMMTjFfkqIZGI6ZdA==
... ... @@ -9260,10 +9269,10 @@ vite-plugin-pwa@^0.7.2:
9260 9269 workbox-build "^6.1.2"
9261 9270 workbox-window "^6.1.2"
9262 9271  
9263   -vite-plugin-style-import@^0.9.2:
9264   - version "0.9.2"
9265   - resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-0.9.2.tgz#7941de6b203418e3e24d09b82e9438e6901cc0a3"
9266   - integrity sha512-YjPtKzr5WSwAQW6UD7DBtCraxJ4X7pQXUdBOYriowz223n3W3T2RscUs7CxzAhGDEG/ttcc6vvA6A5/eVowRTw==
  9272 +vite-plugin-style-import@^0.10.0:
  9273 + version "0.10.0"
  9274 + resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-0.10.0.tgz#f348ca95b72cdaa212a98c2d4da0dfbf70584165"
  9275 + integrity sha512-mfsyFJTMP+4gOYiTyBiqcJQZ/XADEQt9mnsR16VBsJbccacxcqjcD7ZliDw06nN45PzN06J52+V7iU/tRVohPQ==
9267 9276 dependencies:
9268 9277 "@rollup/pluginutils" "^4.1.0"
9269 9278 change-case "^4.1.2"
... ... @@ -9297,12 +9306,12 @@ vite-plugin-theme@^0.7.1:
9297 9306 esbuild-plugin-alias "^0.1.2"
9298 9307 tinycolor2 "^1.4.2"
9299 9308  
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==
  9309 +vite-plugin-windicss@0.14.6:
  9310 + version "0.14.6"
  9311 + resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.14.6.tgz#c17b66b5f35a3b1ffdfc3e969ce28a528305716e"
  9312 + integrity sha512-bFyKfvnsa3nAab9LgrFInzdQhsIJyeNdCczgjrYMxjO8WlgiQuIFyJ1RTYQnYmQRlbvU9jpOL5XDxsFUMKRLUg==
9304 9313 dependencies:
9305   - "@windicss/plugin-utils" "0.15.2"
  9314 + "@windicss/plugin-utils" "0.14.6"
9306 9315 chalk "^4.1.0"
9307 9316 debug "^4.3.2"
9308 9317 windicss "^2.5.14"
... ...