Commit 7db37eedcce63c300c8326b97319d7a747ae909d
1 parent
6b47a8b9
chore: update deps
Showing
5 changed files
with
61 additions
and
52 deletions
package.json
@@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ | ||
39 | "axios": "^0.21.1", | 39 | "axios": "^0.21.1", |
40 | "cropperjs": "^1.5.11", | 40 | "cropperjs": "^1.5.11", |
41 | "crypto-js": "^4.0.0", | 41 | "crypto-js": "^4.0.0", |
42 | - "echarts": "^5.0.2", | 42 | + "echarts": "^5.1.0", |
43 | "lodash-es": "^4.17.21", | 43 | "lodash-es": "^4.17.21", |
44 | "mockjs": "^1.1.0", | 44 | "mockjs": "^1.1.0", |
45 | "nprogress": "^0.2.0", | 45 | "nprogress": "^0.2.0", |
@@ -59,7 +59,7 @@ | @@ -59,7 +59,7 @@ | ||
59 | "devDependencies": { | 59 | "devDependencies": { |
60 | "@commitlint/cli": "^12.1.1", | 60 | "@commitlint/cli": "^12.1.1", |
61 | "@commitlint/config-conventional": "^12.1.1", | 61 | "@commitlint/config-conventional": "^12.1.1", |
62 | - "@iconify/json": "^1.1.329", | 62 | + "@iconify/json": "^1.1.330", |
63 | "@purge-icons/generated": "^0.7.0", | 63 | "@purge-icons/generated": "^0.7.0", |
64 | "@types/crypto-js": "^4.0.1", | 64 | "@types/crypto-js": "^4.0.1", |
65 | "@types/fs-extra": "^9.0.11", | 65 | "@types/fs-extra": "^9.0.11", |
@@ -84,7 +84,7 @@ | @@ -84,7 +84,7 @@ | ||
84 | "eslint": "^7.24.0", | 84 | "eslint": "^7.24.0", |
85 | "eslint-config-prettier": "^8.2.0", | 85 | "eslint-config-prettier": "^8.2.0", |
86 | "eslint-define-config": "^1.0.7", | 86 | "eslint-define-config": "^1.0.7", |
87 | - "eslint-plugin-prettier": "^3.3.1", | 87 | + "eslint-plugin-prettier": "^3.4.0", |
88 | "eslint-plugin-vue": "^7.9.0", | 88 | "eslint-plugin-vue": "^7.9.0", |
89 | "esno": "^0.5.0", | 89 | "esno": "^0.5.0", |
90 | "fs-extra": "^9.1.0", | 90 | "fs-extra": "^9.1.0", |
@@ -107,23 +107,22 @@ | @@ -107,23 +107,22 @@ | ||
107 | "typescript": "4.2.4", | 107 | "typescript": "4.2.4", |
108 | "vite": "2.1.5", | 108 | "vite": "2.1.5", |
109 | "vite-plugin-compression": "^0.2.4", | 109 | "vite-plugin-compression": "^0.2.4", |
110 | - "vite-plugin-html": "^2.0.6", | 110 | + "vite-plugin-html": "^2.0.7", |
111 | "vite-plugin-imagemin": "^0.3.0", | 111 | "vite-plugin-imagemin": "^0.3.0", |
112 | "vite-plugin-mock": "^2.5.0", | 112 | "vite-plugin-mock": "^2.5.0", |
113 | "vite-plugin-purge-icons": "^0.7.0", | 113 | "vite-plugin-purge-icons": "^0.7.0", |
114 | - "vite-plugin-pwa": "^0.7.1", | 114 | + "vite-plugin-pwa": "^0.7.2", |
115 | "vite-plugin-style-import": "^0.9.2", | 115 | "vite-plugin-style-import": "^0.9.2", |
116 | - "vite-plugin-svg-icons": "^0.4.1", | 116 | + "vite-plugin-svg-icons": "^0.4.3", |
117 | "vite-plugin-theme": "^0.7.1", | 117 | "vite-plugin-theme": "^0.7.1", |
118 | - "vite-plugin-windicss": "0.14.0", | 118 | + "vite-plugin-windicss": "0.14.5", |
119 | "vue-eslint-parser": "^7.6.0", | 119 | "vue-eslint-parser": "^7.6.0", |
120 | "vue-tsc": "^0.0.24" | 120 | "vue-tsc": "^0.0.24" |
121 | }, | 121 | }, |
122 | "resolutions": { | 122 | "resolutions": { |
123 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it", | 123 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it", |
124 | "bin-wrapper": "npm:bin-wrapper-china", | 124 | "bin-wrapper": "npm:bin-wrapper-china", |
125 | - "rollup": "^2.45.2", | ||
126 | - "esbuild": "^0.11.10" | 125 | + "rollup": "^2.45.2" |
127 | }, | 126 | }, |
128 | "repository": { | 127 | "repository": { |
129 | "type": "git", | 128 | "type": "git", |
src/components/Icon/src/IconPicker.vue
@@ -80,7 +80,7 @@ | @@ -80,7 +80,7 @@ | ||
80 | import { useI18n } from '/@/hooks/web/useI18n'; | 80 | import { useI18n } from '/@/hooks/web/useI18n'; |
81 | import { useCopyToClipboard } from '/@/hooks/web/useCopyToClipboard'; | 81 | import { useCopyToClipboard } from '/@/hooks/web/useCopyToClipboard'; |
82 | import { useMessage } from '/@/hooks/web/useMessage'; | 82 | import { useMessage } from '/@/hooks/web/useMessage'; |
83 | - import svgIcons from 'vite-plugin-svg-icons/client'; | 83 | + import svgIcons from 'virtual:svg-icons-names'; |
84 | 84 | ||
85 | function getIcons() { | 85 | function getIcons() { |
86 | const data = iconsData as any; | 86 | const data = iconsData as any; |
src/views/demo/page/list/search/index.vue
@@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
38 | {{ item.title }} | 38 | {{ item.title }} |
39 | </p> | 39 | </p> |
40 | <div> | 40 | <div> |
41 | - <template v-for="(tag, index) in item.description" :key="index"> | 41 | + <template v-for="(tag, index) in item.description" :key="`${index}`"> |
42 | <Tag class="mb-2"> | 42 | <Tag class="mb-2"> |
43 | {{ tag }} | 43 | {{ tag }} |
44 | </Tag> | 44 | </Tag> |
types/module.d.ts
@@ -15,3 +15,8 @@ declare module 'moment/dist/locale/*' { | @@ -15,3 +15,8 @@ declare module 'moment/dist/locale/*' { | ||
15 | const locale: LocaleSpecification & ReadonlyRecordable; | 15 | const locale: LocaleSpecification & ReadonlyRecordable; |
16 | export default locale; | 16 | export default locale; |
17 | } | 17 | } |
18 | + | ||
19 | +declare module 'virtual:*' { | ||
20 | + const result: any; | ||
21 | + export default result; | ||
22 | +} |
yarn.lock
@@ -1108,10 +1108,10 @@ | @@ -1108,10 +1108,10 @@ | ||
1108 | dependencies: | 1108 | dependencies: |
1109 | cross-fetch "^3.0.6" | 1109 | cross-fetch "^3.0.6" |
1110 | 1110 | ||
1111 | -"@iconify/json@^1.1.329": | ||
1112 | - version "1.1.329" | ||
1113 | - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.329.tgz#8780dd95a6e01ab805708c73d0227f09d2859c9a" | ||
1114 | - integrity sha512-meGFTitX6EG0tRB8mt4+1rGZVJ6ElN7kdI+vBmXDHg4pt/rulGbIV+kwFPfxt9dXLEp9ABFUexnfLd9g2GcW2g== | 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== | ||
1115 | 1115 | ||
1116 | "@intlify/core-base@9.0.0": | 1116 | "@intlify/core-base@9.0.0": |
1117 | version "9.0.0" | 1117 | version "9.0.0" |
@@ -1696,10 +1696,10 @@ | @@ -1696,10 +1696,10 @@ | ||
1696 | dependencies: | 1696 | dependencies: |
1697 | vue-demi latest | 1697 | vue-demi latest |
1698 | 1698 | ||
1699 | -"@windicss/plugin-utils@0.14.0": | ||
1700 | - version "0.14.0" | ||
1701 | - resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.14.0.tgz#ca5459e81d38fbe3c1eac0574ffdc8dba06961a4" | ||
1702 | - integrity sha512-PnXKrCX7dl3tQPkfc2RGOQCqzS+3ApTLelGhr0c1kbHgz+EjaS+pK9vhhQm/8xgzyJLyreYUuQEEAvvPtBRBEQ== | 1699 | +"@windicss/plugin-utils@0.14.5": |
1700 | + version "0.14.5" | ||
1701 | + resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.14.5.tgz#f41889c866ca9163981276ab9f2903b8bea091e8" | ||
1702 | + integrity sha512-5BFPFGFskNBm9JudAlWJSgk0Pq5H9fmbhY2O2WZzvy0eZCJ9fY3f9lJrUxZElLSP9Tp72r08kV+9x/39X63bsQ== | ||
1703 | dependencies: | 1703 | dependencies: |
1704 | debug "^4.3.2" | 1704 | debug "^4.3.2" |
1705 | fast-glob "^3.2.5" | 1705 | fast-glob "^3.2.5" |
@@ -3491,13 +3491,13 @@ duplexer3@^0.1.4: | @@ -3491,13 +3491,13 @@ duplexer3@^0.1.4: | ||
3491 | resolved "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" | 3491 | resolved "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" |
3492 | integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= | 3492 | integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= |
3493 | 3493 | ||
3494 | -echarts@^5.0.2: | ||
3495 | - version "5.0.2" | ||
3496 | - resolved "https://registry.npmjs.org/echarts/-/echarts-5.0.2.tgz#1726d17a57cf05d62cd0567b4325e1201a56baf6" | ||
3497 | - integrity sha512-En0VYpc96nw2/2AZoBWPHsGi471zMublttj50kfFpYAeR4geup0Tj9iVgEXh7QYZFPnRiruDJEjcB5PXZ+BYzQ== | 3494 | +echarts@^5.1.0: |
3495 | + version "5.1.0" | ||
3496 | + resolved "https://registry.npmjs.org/echarts/-/echarts-5.1.0.tgz#768cc585aa092560f48f01b2d52de493aeecd2b0" | ||
3497 | + integrity sha512-/X2nnN5BXW2tuA/Hv9YY279rDfwcXaBAjK9Azi//llshbKyUXXxBknsug21GJRpwTmLZbE8rjjbhchdm01bZtw== | ||
3498 | dependencies: | 3498 | dependencies: |
3499 | tslib "2.0.3" | 3499 | tslib "2.0.3" |
3500 | - zrender "5.0.4" | 3500 | + zrender "5.1.0" |
3501 | 3501 | ||
3502 | ecstatic@^3.3.2: | 3502 | ecstatic@^3.3.2: |
3503 | version "3.3.2" | 3503 | version "3.3.2" |
@@ -3638,11 +3638,16 @@ esbuild-register@^2.2.0: | @@ -3638,11 +3638,16 @@ esbuild-register@^2.2.0: | ||
3638 | esbuild "^0.11.5" | 3638 | esbuild "^0.11.5" |
3639 | jsonc-parser "^3.0.0" | 3639 | jsonc-parser "^3.0.0" |
3640 | 3640 | ||
3641 | -esbuild@^0.11.10, esbuild@^0.11.4, esbuild@^0.11.5, esbuild@^0.11.6, esbuild@^0.9.2, esbuild@^0.9.3: | 3641 | +esbuild@^0.11.4, esbuild@^0.11.5, esbuild@^0.11.6: |
3642 | version "0.11.10" | 3642 | version "0.11.10" |
3643 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.11.10.tgz#f5d39e4d9cc130b78d751664fef1b663240f5545" | 3643 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.11.10.tgz#f5d39e4d9cc130b78d751664fef1b663240f5545" |
3644 | integrity sha512-XvGbf+UreVFA24Tlk6sNOqNcvF2z49XAZt4E7A4H80+yqn944QOLTTxaU0lkdYNtZKFiITNea+VxmtrfjvnLPA== | 3644 | integrity sha512-XvGbf+UreVFA24Tlk6sNOqNcvF2z49XAZt4E7A4H80+yqn944QOLTTxaU0lkdYNtZKFiITNea+VxmtrfjvnLPA== |
3645 | 3645 | ||
3646 | +esbuild@^0.9.2, esbuild@^0.9.3: | ||
3647 | + version "0.9.7" | ||
3648 | + resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.9.7.tgz#ea0d639cbe4b88ec25fbed4d6ff00c8d788ef70b" | ||
3649 | + integrity sha512-VtUf6aQ89VTmMLKrWHYG50uByMF4JQlVysb8dmg6cOgW8JnFCipmz7p+HNBl+RR3LLCuBxFGVauAe2wfnF9bLg== | ||
3650 | + | ||
3646 | escalade@^3.1.1: | 3651 | escalade@^3.1.1: |
3647 | version "3.1.1" | 3652 | version "3.1.1" |
3648 | resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" | 3653 | resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" |
@@ -3668,10 +3673,10 @@ eslint-define-config@^1.0.7: | @@ -3668,10 +3673,10 @@ eslint-define-config@^1.0.7: | ||
3668 | resolved "https://registry.npmjs.org/eslint-define-config/-/eslint-define-config-1.0.7.tgz#784ae5cc450492b0a8f37753d54f38fd5ac158fb" | 3673 | resolved "https://registry.npmjs.org/eslint-define-config/-/eslint-define-config-1.0.7.tgz#784ae5cc450492b0a8f37753d54f38fd5ac158fb" |
3669 | integrity sha512-aPsytB55H0gNBJb5ZHCGdJgTS0g7vaOVjyvaZYlhDI3yYB1Y4F5k6VV5M7+0FOuD61NOm0ZT72lXOWoah5rCHw== | 3674 | integrity sha512-aPsytB55H0gNBJb5ZHCGdJgTS0g7vaOVjyvaZYlhDI3yYB1Y4F5k6VV5M7+0FOuD61NOm0ZT72lXOWoah5rCHw== |
3670 | 3675 | ||
3671 | -eslint-plugin-prettier@^3.3.1: | ||
3672 | - version "3.3.1" | ||
3673 | - resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7" | ||
3674 | - integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ== | 3676 | +eslint-plugin-prettier@^3.4.0: |
3677 | + version "3.4.0" | ||
3678 | + resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7" | ||
3679 | + integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw== | ||
3675 | dependencies: | 3680 | dependencies: |
3676 | prettier-linter-helpers "^1.0.0" | 3681 | prettier-linter-helpers "^1.0.0" |
3677 | 3682 | ||
@@ -7145,7 +7150,7 @@ postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.2 | @@ -7145,7 +7150,7 @@ postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.2 | ||
7145 | source-map "^0.6.1" | 7150 | source-map "^0.6.1" |
7146 | supports-color "^6.1.0" | 7151 | supports-color "^6.1.0" |
7147 | 7152 | ||
7148 | -postcss@^8.1.10, postcss@^8.2.1: | 7153 | +postcss@^8.1.10: |
7149 | version "8.2.9" | 7154 | version "8.2.9" |
7150 | resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.9.tgz#fd95ff37b5cee55c409b3fdd237296ab4096fba3" | 7155 | resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.9.tgz#fd95ff37b5cee55c409b3fdd237296ab4096fba3" |
7151 | integrity sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q== | 7156 | integrity sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q== |
@@ -7154,7 +7159,7 @@ postcss@^8.1.10, postcss@^8.2.1: | @@ -7154,7 +7159,7 @@ postcss@^8.1.10, postcss@^8.2.1: | ||
7154 | nanoid "^3.1.22" | 7159 | nanoid "^3.1.22" |
7155 | source-map "^0.6.1" | 7160 | source-map "^0.6.1" |
7156 | 7161 | ||
7157 | -postcss@^8.2.10: | 7162 | +postcss@^8.2.1, postcss@^8.2.10: |
7158 | version "8.2.10" | 7163 | version "8.2.10" |
7159 | resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b" | 7164 | resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b" |
7160 | integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw== | 7165 | integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw== |
@@ -9126,10 +9131,10 @@ vite-plugin-compression@^0.2.4: | @@ -9126,10 +9131,10 @@ vite-plugin-compression@^0.2.4: | ||
9126 | debug "^4.3.2" | 9131 | debug "^4.3.2" |
9127 | fs-extra "^9.1.0" | 9132 | fs-extra "^9.1.0" |
9128 | 9133 | ||
9129 | -vite-plugin-html@^2.0.6: | ||
9130 | - version "2.0.6" | ||
9131 | - resolved "https://registry.npmjs.org/vite-plugin-html/-/vite-plugin-html-2.0.6.tgz#223fad84f499e763c1e17ff9286c2a0fd1cf9982" | ||
9132 | - integrity sha512-7aeg2T6gvsyWwRrU08ELjfIp2JkPAIx5fbmzAw5E/gEN+o32p1Pz/dOJrPClf/rJjNYWpqJsz3ikJyCDpnYRrw== | 9134 | +vite-plugin-html@^2.0.7: |
9135 | + version "2.0.7" | ||
9136 | + resolved "https://registry.npmjs.org/vite-plugin-html/-/vite-plugin-html-2.0.7.tgz#55139ff8a843ba3b3d5cd48610ca6f6afdf7c23d" | ||
9137 | + integrity sha512-c2fFBxRqP+jbJX/uMZ6pTXcOWZHEtjcki+u609+KIOIjhR+nDY6zBbRvCy29n9Sc0X+CBhFcj2pPLLAtS5ERJQ== | ||
9133 | dependencies: | 9138 | dependencies: |
9134 | ejs "^3.1.6" | 9139 | ejs "^3.1.6" |
9135 | fs-extra "^9.1.0" | 9140 | fs-extra "^9.1.0" |
@@ -9182,10 +9187,10 @@ vite-plugin-purge-icons@^0.7.0: | @@ -9182,10 +9187,10 @@ vite-plugin-purge-icons@^0.7.0: | ||
9182 | "@purge-icons/generated" "^0.7.0" | 9187 | "@purge-icons/generated" "^0.7.0" |
9183 | rollup-plugin-purge-icons "^0.7.0" | 9188 | rollup-plugin-purge-icons "^0.7.0" |
9184 | 9189 | ||
9185 | -vite-plugin-pwa@^0.7.1: | ||
9186 | - version "0.7.1" | ||
9187 | - resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.7.1.tgz#fb217335687d217cc2a0973781ec2fe66523167b" | ||
9188 | - integrity sha512-cweBld0QnNYvV93UdHdyu7YieJW6vOQPNNutmvuZ0jgWscoX2v9qwXM76tw5w0aZu4ShUFYVAvboxZ2Avmbt6Q== | 9190 | +vite-plugin-pwa@^0.7.2: |
9191 | + version "0.7.2" | ||
9192 | + resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.7.2.tgz#266ddd6089807d9edf6fe3aea068b3f5c75c8d27" | ||
9193 | + integrity sha512-F8yAH3lJxyXS9Qv8aThdqyB4zaMGad8rcdAJCj4c+ogKCmoQExA/2Acwd5nUq2g66mlXJYIRhMwMczCOdEjAIw== | ||
9189 | dependencies: | 9194 | dependencies: |
9190 | debug "^4.3.2" | 9195 | debug "^4.3.2" |
9191 | fast-glob "^3.2.5" | 9196 | fast-glob "^3.2.5" |
@@ -9205,10 +9210,10 @@ vite-plugin-style-import@^0.9.2: | @@ -9205,10 +9210,10 @@ vite-plugin-style-import@^0.9.2: | ||
9205 | es-module-lexer "^0.4.1" | 9210 | es-module-lexer "^0.4.1" |
9206 | magic-string "^0.25.7" | 9211 | magic-string "^0.25.7" |
9207 | 9212 | ||
9208 | -vite-plugin-svg-icons@^0.4.1: | ||
9209 | - version "0.4.1" | ||
9210 | - resolved "https://registry.npmjs.org/vite-plugin-svg-icons/-/vite-plugin-svg-icons-0.4.1.tgz#fdeb6e85d2d94716be8dd65b7808fbc1b5f33d9b" | ||
9211 | - integrity sha512-O/kAQnXuQygMBvx2QJukS079nQMHeJwhsb6ZVY23HEQ1LOZM0PTPsPke92IlmnYlMgO6aF++En8OwbqEQKnauQ== | 9213 | +vite-plugin-svg-icons@^0.4.3: |
9214 | + version "0.4.3" | ||
9215 | + resolved "https://registry.npmjs.org/vite-plugin-svg-icons/-/vite-plugin-svg-icons-0.4.3.tgz#18093dd7634aacb72ae606a307b9f94af0531851" | ||
9216 | + integrity sha512-347V7E1lQfpyZDoRImhBWrZBCpDaiEL9OCZ2dFtkyBD0mbWG6XELQ2XY0pwQgyDTqfcadmU/uNex9LQVctSlLg== | ||
9212 | dependencies: | 9217 | dependencies: |
9213 | "@types/svgo" "^1.3.5" | 9218 | "@types/svgo" "^1.3.5" |
9214 | debug "^4.3.2" | 9219 | debug "^4.3.2" |
@@ -9231,12 +9236,12 @@ vite-plugin-theme@^0.7.1: | @@ -9231,12 +9236,12 @@ vite-plugin-theme@^0.7.1: | ||
9231 | esbuild-plugin-alias "^0.1.2" | 9236 | esbuild-plugin-alias "^0.1.2" |
9232 | tinycolor2 "^1.4.2" | 9237 | tinycolor2 "^1.4.2" |
9233 | 9238 | ||
9234 | -vite-plugin-windicss@0.14.0: | ||
9235 | - version "0.14.0" | ||
9236 | - resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.14.0.tgz#e2e1c2a14eff7a5a3c417c388e5d865fa6157967" | ||
9237 | - integrity sha512-f4Dgvpgq1i2rvqJ3He4gZ+BYrgz6OiQwHOLMOMU4RbyWY1Vr7gdNs71E/AbN2DWdkm+L/fj/4BNhvlp35I8+fw== | 9239 | +vite-plugin-windicss@0.14.5: |
9240 | + version "0.14.5" | ||
9241 | + resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.14.5.tgz#399cbe8964595f02ba9d6d66dc3503f4cf983de0" | ||
9242 | + integrity sha512-TOYb4Bz5FpWfJavzAtvjuhGew6tJnjx1ZxRmEBOG7RUFFdclWG0CRcHXSVvwpigYHl2TaNwkpHmpM8dyhN6Scw== | ||
9238 | dependencies: | 9243 | dependencies: |
9239 | - "@windicss/plugin-utils" "0.14.0" | 9244 | + "@windicss/plugin-utils" "0.14.5" |
9240 | chalk "^4.1.0" | 9245 | chalk "^4.1.0" |
9241 | debug "^4.3.2" | 9246 | debug "^4.3.2" |
9242 | windicss "^2.5.14" | 9247 | windicss "^2.5.14" |
@@ -9691,10 +9696,10 @@ yocto-queue@^0.1.0: | @@ -9691,10 +9696,10 @@ yocto-queue@^0.1.0: | ||
9691 | resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" | 9696 | resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" |
9692 | integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== | 9697 | integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== |
9693 | 9698 | ||
9694 | -zrender@5.0.4: | ||
9695 | - version "5.0.4" | ||
9696 | - resolved "https://registry.npmjs.org/zrender/-/zrender-5.0.4.tgz#89c355af908b9f64a301b38f751b7951f2c8a95a" | ||
9697 | - integrity sha512-DJpy0yrHYY5CuH6vhb9IINWbjvBUe/56J8aH86Jb7O8rRPAYZ3M2E469Qf5B3EOIfM3o3aUrO5edRQfLJ+l1Qw== | 9699 | +zrender@5.1.0: |
9700 | + version "5.1.0" | ||
9701 | + resolved "https://registry.npmjs.org/zrender/-/zrender-5.1.0.tgz#b6a84c3aa7ccc6642ee0519901ca4c0835c4d85e" | ||
9702 | + integrity sha512-c+8VRx52ycbmqwHeHLlo/BAfIHBl/JZNLM6cfDQFgzIH05yb+f5J9F/fbRsP+zGc8dW9XHuhdt8/iqukgMZSeg== | ||
9698 | dependencies: | 9703 | dependencies: |
9699 | tslib "2.0.3" | 9704 | tslib "2.0.3" |
9700 | 9705 |