mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-23 11:50:20 +08:00
fix(style): fix build style errors,fix #528
This commit is contained in:
parent
e2ddf43699
commit
7f6f8eefe9
14
package.json
14
package.json
@ -33,8 +33,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify/iconify": "^2.0.0-rc.6",
|
||||
"@logicflow/core": "^0.3.3",
|
||||
"@logicflow/extension": "^0.3.3",
|
||||
"@logicflow/core": "^0.3.4",
|
||||
"@logicflow/extension": "^0.3.4",
|
||||
"@vueuse/core": "^4.9.0",
|
||||
"@zxcvbn-ts/core": "^0.3.0",
|
||||
"ant-design-vue": "^2.1.2",
|
||||
@ -86,9 +86,9 @@
|
||||
"conventional-changelog-cli": "^2.1.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"dotenv": "^8.2.0",
|
||||
"eslint": "^7.24.0",
|
||||
"eslint": "^7.25.0",
|
||||
"eslint-config-prettier": "^8.2.0",
|
||||
"eslint-define-config": "^1.0.7",
|
||||
"eslint-define-config": "^1.0.8",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-vue": "^7.9.0",
|
||||
"esno": "^0.5.0",
|
||||
@ -99,7 +99,7 @@
|
||||
"is-ci": "^3.0.0",
|
||||
"less": "^4.1.1",
|
||||
"lint-staged": "^10.5.4",
|
||||
"postcss": "^8.2.10",
|
||||
"postcss": "^8.2.12",
|
||||
"prettier": "^2.2.1",
|
||||
"pretty-quick": "^3.1.0",
|
||||
"rimraf": "^3.0.2",
|
||||
@ -117,10 +117,10 @@
|
||||
"vite-plugin-mock": "^2.5.0",
|
||||
"vite-plugin-purge-icons": "^0.7.0",
|
||||
"vite-plugin-pwa": "^0.7.2",
|
||||
"vite-plugin-style-import": "^0.9.2",
|
||||
"vite-plugin-style-import": "^0.10.0",
|
||||
"vite-plugin-svg-icons": "^0.4.3",
|
||||
"vite-plugin-theme": "^0.7.1",
|
||||
"vite-plugin-windicss": "0.15.2",
|
||||
"vite-plugin-windicss": "0.14.6",
|
||||
"vue-eslint-parser": "^7.6.0",
|
||||
"vue-tsc": "^0.0.25"
|
||||
},
|
||||
|
75
yarn.lock
75
yarn.lock
@ -1151,21 +1151,21 @@
|
||||
resolved "https://registry.npmjs.org/@intlify/shared/-/shared-9.0.0.tgz#d85b3b5f9033f377c5cf2202cf2459aa49948f36"
|
||||
integrity sha512-0r4v7dnY8g/Jfx2swUWy2GyfH/WvIpWvkU4OIupvxDTWiE8RhcpbOCVvqpVh/xGi0proHQ/r2Dhc0QSItUsfDQ==
|
||||
|
||||
"@logicflow/core@^0.3.3":
|
||||
version "0.3.3"
|
||||
resolved "https://registry.npmjs.org/@logicflow/core/-/core-0.3.3.tgz#548a51f10bbcc06060354c6b20525a5ab7789d4c"
|
||||
integrity sha512-RT88RhQigVz3/zf6mlULPvHjoqHbrhzWNOIAJ6H4ZGXCAMjlF/WrY+arkBXMgDtVrBPImvsfuzMr+5gDC9Owzg==
|
||||
"@logicflow/core@^0.3.4":
|
||||
version "0.3.4"
|
||||
resolved "https://registry.npmjs.org/@logicflow/core/-/core-0.3.4.tgz#99829b045d687f43cc1544e3536cde20b0afc6bc"
|
||||
integrity sha512-C5nte0fZaKEq+d5Bb2lxWnuHOdeT1gHNgmkKsuU4zWAdc45D6V9/qR0QfSdsFOnCKlJeky9r3he3CVBjcXXEOA==
|
||||
dependencies:
|
||||
"@types/mousetrap" "^1.6.4"
|
||||
mousetrap "^1.6.5"
|
||||
preact "^10.4.8"
|
||||
|
||||
"@logicflow/extension@^0.3.3":
|
||||
version "0.3.3"
|
||||
resolved "https://registry.npmjs.org/@logicflow/extension/-/extension-0.3.3.tgz#0402a74531f9fc29eb10f98a831b7829d01e7c44"
|
||||
integrity sha512-d6q7ZmS4Bi2CLRSpgOA1MU5xwnM6NLdA5JtGrq6YxjL/qb4o5AIw8E2xuXrxgw8VBlhhsP/14uJ4uO5ytFSqZQ==
|
||||
"@logicflow/extension@^0.3.4":
|
||||
version "0.3.4"
|
||||
resolved "https://registry.npmjs.org/@logicflow/extension/-/extension-0.3.4.tgz#ebc06e391d7e24329cba7958931375bd921617db"
|
||||
integrity sha512-IMCTZ8wtSTiJn9dWgNWEs8GRCCiGDXIm8hd+RnikbjWENVqNg1BNTVr/PizGPJ4mr6bDPr2U8tcB30xokEauKw==
|
||||
dependencies:
|
||||
"@logicflow/core" "^0.3.3"
|
||||
"@logicflow/core" "^0.3.4"
|
||||
ids "^1.0.0"
|
||||
|
||||
"@nodelib/fs.scandir@2.1.4":
|
||||
@ -1737,17 +1737,17 @@
|
||||
dependencies:
|
||||
vue-demi latest
|
||||
|
||||
"@windicss/plugin-utils@0.15.2":
|
||||
version "0.15.2"
|
||||
resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.15.2.tgz#1207d75cecd26d86028ceb344478654abf70e3ca"
|
||||
integrity sha512-S4mw9pIhsjX/vYX78NuGwu7gwdw4t1aRXad6FE+IexHyjMGD906KCM39KwMVzFGSrcEXtdbQwUiYUdvq4QVRiA==
|
||||
"@windicss/plugin-utils@0.14.6":
|
||||
version "0.14.6"
|
||||
resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.14.6.tgz#25d3fdda3a8b0a560f3daed6588abd0a4fbef195"
|
||||
integrity sha512-jF+dJ6D4/UqVHSbH5kCdSoPnklLTZDf+seck4unICI0qyzmyPsrO15nmSS/gIvnmCedUfBrQj1MfYOX0tccFjQ==
|
||||
dependencies:
|
||||
debug "^4.3.2"
|
||||
fast-glob "^3.2.5"
|
||||
magic-string "^0.25.7"
|
||||
micromatch "^4.0.4"
|
||||
pirates "^4.0.1"
|
||||
sucrase "^3.18.1"
|
||||
sucrase "^3.17.1"
|
||||
windicss "^2.5.14"
|
||||
|
||||
"@zxcvbn-ts/core@^0.3.0":
|
||||
@ -3714,10 +3714,10 @@ eslint-config-prettier@^8.2.0:
|
||||
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.2.0.tgz#78de77d63bca8e9e59dae75a614b5299925bb7b3"
|
||||
integrity sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw==
|
||||
|
||||
eslint-define-config@^1.0.7:
|
||||
version "1.0.7"
|
||||
resolved "https://registry.npmjs.org/eslint-define-config/-/eslint-define-config-1.0.7.tgz#784ae5cc450492b0a8f37753d54f38fd5ac158fb"
|
||||
integrity sha512-aPsytB55H0gNBJb5ZHCGdJgTS0g7vaOVjyvaZYlhDI3yYB1Y4F5k6VV5M7+0FOuD61NOm0ZT72lXOWoah5rCHw==
|
||||
eslint-define-config@^1.0.8:
|
||||
version "1.0.8"
|
||||
resolved "https://registry.npmjs.org/eslint-define-config/-/eslint-define-config-1.0.8.tgz#56cb61f1bcba8ec7a29beec58a85d2ce9299297a"
|
||||
integrity sha512-Vfjv/3l112BQ0s+Ua+WGNxtEyxj++IaFCiBkhjT1wlBWtbHpuZcI0t8eCnJZnJrdv0b9n2GK0mcmQsPRRjVCXg==
|
||||
|
||||
eslint-plugin-prettier@^3.4.0:
|
||||
version "3.4.0"
|
||||
@ -3761,10 +3761,10 @@ eslint-visitor-keys@^2.0.0:
|
||||
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
|
||||
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
|
||||
|
||||
eslint@^7.24.0:
|
||||
version "7.24.0"
|
||||
resolved "https://registry.npmjs.org/eslint/-/eslint-7.24.0.tgz#2e44fa62d93892bfdb100521f17345ba54b8513a"
|
||||
integrity sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==
|
||||
eslint@^7.25.0:
|
||||
version "7.25.0"
|
||||
resolved "https://registry.npmjs.org/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67"
|
||||
integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==
|
||||
dependencies:
|
||||
"@babel/code-frame" "7.12.11"
|
||||
"@eslint/eslintrc" "^0.4.0"
|
||||
@ -7215,7 +7215,7 @@ postcss@^8.1.10:
|
||||
nanoid "^3.1.22"
|
||||
source-map "^0.6.1"
|
||||
|
||||
postcss@^8.2.1, postcss@^8.2.10:
|
||||
postcss@^8.2.1:
|
||||
version "8.2.10"
|
||||
resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b"
|
||||
integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==
|
||||
@ -7224,6 +7224,15 @@ postcss@^8.2.1, postcss@^8.2.10:
|
||||
nanoid "^3.1.22"
|
||||
source-map "^0.6.1"
|
||||
|
||||
postcss@^8.2.12:
|
||||
version "8.2.12"
|
||||
resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.12.tgz#81248a1a87e0f575cc594a99a08207fd1c4addc4"
|
||||
integrity sha512-BJnGT5+0q2tzvs6oQfnY2NpEJ7rIXNfBnZtQOKCIsweeWXBXeDd5k31UgTdS3d/c02ouspufn37mTaHWkJyzMQ==
|
||||
dependencies:
|
||||
colorette "^1.2.2"
|
||||
nanoid "^3.1.22"
|
||||
source-map "^0.6.1"
|
||||
|
||||
posthtml-parser@^0.2.0, posthtml-parser@^0.2.1:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.2.1.tgz#35d530de386740c2ba24ff2eb2faf39ccdf271dd"
|
||||
@ -8463,7 +8472,7 @@ stylelint@^13.12.0:
|
||||
v8-compile-cache "^2.2.0"
|
||||
write-file-atomic "^3.0.3"
|
||||
|
||||
sucrase@^3.18.1:
|
||||
sucrase@^3.17.1:
|
||||
version "3.18.1"
|
||||
resolved "https://registry.npmjs.org/sucrase/-/sucrase-3.18.1.tgz#7c699d5148734b1105542ca4ea2aa69bcab7f728"
|
||||
integrity sha512-TRyO38wwOPhLLlM8QLOG3TgMj0FKk+arlTrS9pRAanF8cAcHvgRPKIYWGO25mPSp/Rj87zMMTjFfkqIZGI6ZdA==
|
||||
@ -9260,10 +9269,10 @@ vite-plugin-pwa@^0.7.2:
|
||||
workbox-build "^6.1.2"
|
||||
workbox-window "^6.1.2"
|
||||
|
||||
vite-plugin-style-import@^0.9.2:
|
||||
version "0.9.2"
|
||||
resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-0.9.2.tgz#7941de6b203418e3e24d09b82e9438e6901cc0a3"
|
||||
integrity sha512-YjPtKzr5WSwAQW6UD7DBtCraxJ4X7pQXUdBOYriowz223n3W3T2RscUs7CxzAhGDEG/ttcc6vvA6A5/eVowRTw==
|
||||
vite-plugin-style-import@^0.10.0:
|
||||
version "0.10.0"
|
||||
resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-0.10.0.tgz#f348ca95b72cdaa212a98c2d4da0dfbf70584165"
|
||||
integrity sha512-mfsyFJTMP+4gOYiTyBiqcJQZ/XADEQt9mnsR16VBsJbccacxcqjcD7ZliDw06nN45PzN06J52+V7iU/tRVohPQ==
|
||||
dependencies:
|
||||
"@rollup/pluginutils" "^4.1.0"
|
||||
change-case "^4.1.2"
|
||||
@ -9297,12 +9306,12 @@ vite-plugin-theme@^0.7.1:
|
||||
esbuild-plugin-alias "^0.1.2"
|
||||
tinycolor2 "^1.4.2"
|
||||
|
||||
vite-plugin-windicss@0.15.2:
|
||||
version "0.15.2"
|
||||
resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.15.2.tgz#788ae0cef4c31be40536ef3c25b6b70c37f73275"
|
||||
integrity sha512-F6H79j2sIPa84w6h/GhiGkioHearbuPgKtG1sUbXgnXfvddblvJ62tuLGPtoD27aR1WyRVgTfKmDyFpA2wP4DA==
|
||||
vite-plugin-windicss@0.14.6:
|
||||
version "0.14.6"
|
||||
resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.14.6.tgz#c17b66b5f35a3b1ffdfc3e969ce28a528305716e"
|
||||
integrity sha512-bFyKfvnsa3nAab9LgrFInzdQhsIJyeNdCczgjrYMxjO8WlgiQuIFyJ1RTYQnYmQRlbvU9jpOL5XDxsFUMKRLUg==
|
||||
dependencies:
|
||||
"@windicss/plugin-utils" "0.15.2"
|
||||
"@windicss/plugin-utils" "0.14.6"
|
||||
chalk "^4.1.0"
|
||||
debug "^4.3.2"
|
||||
windicss "^2.5.14"
|
||||
|
Loading…
Reference in New Issue
Block a user