Commit 8b5cbca35a8749811c1f79d3500e72c78f2b4a07
1 parent
3576d0b5
chore: update deps
Showing
3 changed files
with
142 additions
and
72 deletions
.env.production
@@ -13,7 +13,7 @@ VITE_DROP_CONSOLE = true | @@ -13,7 +13,7 @@ VITE_DROP_CONSOLE = true | ||
13 | VITE_BUILD_COMPRESS = 'none' | 13 | VITE_BUILD_COMPRESS = 'none' |
14 | 14 | ||
15 | # Whether to delete origin files when using compress, default false | 15 | # Whether to delete origin files when using compress, default false |
16 | -VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = true | 16 | +VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false |
17 | 17 | ||
18 | # Basic interface address SPA | 18 | # Basic interface address SPA |
19 | VITE_GLOB_API_URL=/basic-api | 19 | VITE_GLOB_API_URL=/basic-api |
package.json
@@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
32 | }, | 32 | }, |
33 | "dependencies": { | 33 | "dependencies": { |
34 | "@iconify/iconify": "^2.0.0-rc.6", | 34 | "@iconify/iconify": "^2.0.0-rc.6", |
35 | - "@vueuse/core": "^4.6.3", | 35 | + "@vueuse/core": "^4.7.0", |
36 | "@zxcvbn-ts/core": "^0.3.0", | 36 | "@zxcvbn-ts/core": "^0.3.0", |
37 | "ant-design-vue": "^2.1.2", | 37 | "ant-design-vue": "^2.1.2", |
38 | "apexcharts": "^3.26.0", | 38 | "apexcharts": "^3.26.0", |
@@ -60,10 +60,10 @@ | @@ -60,10 +60,10 @@ | ||
60 | "devDependencies": { | 60 | "devDependencies": { |
61 | "@commitlint/cli": "^12.1.1", | 61 | "@commitlint/cli": "^12.1.1", |
62 | "@commitlint/config-conventional": "^12.1.1", | 62 | "@commitlint/config-conventional": "^12.1.1", |
63 | - "@iconify/json": "^1.1.323", | 63 | + "@iconify/json": "^1.1.325", |
64 | "@purge-icons/generated": "^0.7.0", | 64 | "@purge-icons/generated": "^0.7.0", |
65 | "@types/crypto-js": "^4.0.1", | 65 | "@types/crypto-js": "^4.0.1", |
66 | - "@types/fs-extra": "^9.0.9", | 66 | + "@types/fs-extra": "^9.0.10", |
67 | "@types/inquirer": "^7.3.1", | 67 | "@types/inquirer": "^7.3.1", |
68 | "@types/lodash-es": "^4.17.4", | 68 | "@types/lodash-es": "^4.17.4", |
69 | "@types/mockjs": "^1.0.3", | 69 | "@types/mockjs": "^1.0.3", |
@@ -71,8 +71,8 @@ | @@ -71,8 +71,8 @@ | ||
71 | "@types/qrcode": "^1.4.0", | 71 | "@types/qrcode": "^1.4.0", |
72 | "@types/qs": "^6.9.6", | 72 | "@types/qs": "^6.9.6", |
73 | "@types/sortablejs": "^1.10.6", | 73 | "@types/sortablejs": "^1.10.6", |
74 | - "@typescript-eslint/eslint-plugin": "^4.20.0", | ||
75 | - "@typescript-eslint/parser": "^4.20.0", | 74 | + "@typescript-eslint/eslint-plugin": "^4.21.0", |
75 | + "@typescript-eslint/parser": "^4.21.0", | ||
76 | "@vitejs/plugin-legacy": "^1.3.2", | 76 | "@vitejs/plugin-legacy": "^1.3.2", |
77 | "@vitejs/plugin-vue": "^1.2.1", | 77 | "@vitejs/plugin-vue": "^1.2.1", |
78 | "@vitejs/plugin-vue-jsx": "^1.1.3", | 78 | "@vitejs/plugin-vue-jsx": "^1.1.3", |
@@ -99,7 +99,7 @@ | @@ -99,7 +99,7 @@ | ||
99 | "prettier": "^2.2.1", | 99 | "prettier": "^2.2.1", |
100 | "pretty-quick": "^3.1.0", | 100 | "pretty-quick": "^3.1.0", |
101 | "rimraf": "^3.0.2", | 101 | "rimraf": "^3.0.2", |
102 | - "rollup-plugin-visualizer": "5.2.1", | 102 | + "rollup-plugin-visualizer": "5.3.0", |
103 | "stylelint": "^13.12.0", | 103 | "stylelint": "^13.12.0", |
104 | "stylelint-config-prettier": "^8.0.2", | 104 | "stylelint-config-prettier": "^8.0.2", |
105 | "stylelint-config-standard": "^21.0.0", | 105 | "stylelint-config-standard": "^21.0.0", |
@@ -107,16 +107,16 @@ | @@ -107,16 +107,16 @@ | ||
107 | "ts-node": "^9.1.1", | 107 | "ts-node": "^9.1.1", |
108 | "typescript": "4.2.3", | 108 | "typescript": "4.2.3", |
109 | "vite": "2.1.5", | 109 | "vite": "2.1.5", |
110 | - "vite-plugin-compression": "^0.2.3", | ||
111 | - "vite-plugin-html": "^2.0.3", | ||
112 | - "vite-plugin-imagemin": "^0.2.9", | 110 | + "vite-plugin-compression": "^0.2.4", |
111 | + "vite-plugin-html": "^2.0.6", | ||
112 | + "vite-plugin-imagemin": "^0.3.0", | ||
113 | "vite-plugin-mock": "^2.4.2", | 113 | "vite-plugin-mock": "^2.4.2", |
114 | "vite-plugin-purge-icons": "^0.7.0", | 114 | "vite-plugin-purge-icons": "^0.7.0", |
115 | - "vite-plugin-pwa": "^0.6.4", | ||
116 | - "vite-plugin-style-import": "^0.9.1", | ||
117 | - "vite-plugin-svg-icons": "^0.4.0", | 115 | + "vite-plugin-pwa": "^0.6.5", |
116 | + "vite-plugin-style-import": "^0.9.2", | ||
117 | + "vite-plugin-svg-icons": "^0.4.1", | ||
118 | "vite-plugin-theme": "^0.5.0", | 118 | "vite-plugin-theme": "^0.5.0", |
119 | - "vite-plugin-windicss": "0.12.1", | 119 | + "vite-plugin-windicss": "0.12.5", |
120 | "vue-eslint-parser": "^7.6.0" | 120 | "vue-eslint-parser": "^7.6.0" |
121 | }, | 121 | }, |
122 | "resolutions": { | 122 | "resolutions": { |
yarn.lock
@@ -1683,10 +1683,10 @@ | @@ -1683,10 +1683,10 @@ | ||
1683 | resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" | 1683 | resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" |
1684 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== | 1684 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== |
1685 | 1685 | ||
1686 | -"@types/fs-extra@^9.0.9": | ||
1687 | - version "9.0.9" | ||
1688 | - resolved "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.9.tgz#11ed43b3f3c6b3490f1ef9bd17f58da896e2d861" | ||
1689 | - integrity sha512-5TqDycCl0oMzwzd1cIjSJWMKMvLCDVErle4ZTjU4EmHDURR/+yZghe6GDHMCpHtcVfq0x0gMoOM546/5TbYHrg== | 1686 | +"@types/fs-extra@^9.0.10": |
1687 | + version "9.0.10" | ||
1688 | + resolved "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.10.tgz#8023a72e3d06cf54929ea47ec7634e47f33f4046" | ||
1689 | + integrity sha512-O9T2LLkRDiTlalOBdjEkcnT0MRdT2+wglCl7pJUJ3mkWkR8hX4K+5bg2raQNJcLv4V8zGuTXe7Ud3wSqkTyuyQ== | ||
1690 | dependencies: | 1690 | dependencies: |
1691 | "@types/node" "*" | 1691 | "@types/node" "*" |
1692 | 1692 | ||
@@ -1733,7 +1733,7 @@ | @@ -1733,7 +1733,7 @@ | ||
1733 | dependencies: | 1733 | dependencies: |
1734 | imagemin-pngquant "*" | 1734 | imagemin-pngquant "*" |
1735 | 1735 | ||
1736 | -"@types/imagemin-svgo@^8.0.0": | 1736 | +"@types/imagemin-svgo@^8.0.1": |
1737 | version "8.0.1" | 1737 | version "8.0.1" |
1738 | resolved "https://registry.npmjs.org/@types/imagemin-svgo/-/imagemin-svgo-8.0.1.tgz#03af689b75dbdeb634c2457ba22043530a00d87e" | 1738 | resolved "https://registry.npmjs.org/@types/imagemin-svgo/-/imagemin-svgo-8.0.1.tgz#03af689b75dbdeb634c2457ba22043530a00d87e" |
1739 | integrity sha512-YafkdrVAcr38U0Ln1C+L1n4SIZqC47VBHTyxCq7gTUSd1R9MdIvMcrljWlgU1M9O68WZDeQWUrKipKYfEOCOvQ== | 1739 | integrity sha512-YafkdrVAcr38U0Ln1C+L1n4SIZqC47VBHTyxCq7gTUSd1R9MdIvMcrljWlgU1M9O68WZDeQWUrKipKYfEOCOvQ== |
@@ -1922,7 +1922,7 @@ | @@ -1922,7 +1922,7 @@ | ||
1922 | dependencies: | 1922 | dependencies: |
1923 | "@types/yargs-parser" "*" | 1923 | "@types/yargs-parser" "*" |
1924 | 1924 | ||
1925 | -"@typescript-eslint/eslint-plugin@^4.16.1", "@typescript-eslint/eslint-plugin@^4.20.0": | 1925 | +"@typescript-eslint/eslint-plugin@^4.16.1": |
1926 | version "4.20.0" | 1926 | version "4.20.0" |
1927 | resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.20.0.tgz#9d8794bd99aad9153092ad13c96164e3082e9a92" | 1927 | resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.20.0.tgz#9d8794bd99aad9153092ad13c96164e3082e9a92" |
1928 | integrity sha512-sw+3HO5aehYqn5w177z2D82ZQlqHCwcKSMboueo7oE4KU9QiC0SAgfS/D4z9xXvpTc8Bt41Raa9fBR8T2tIhoQ== | 1928 | integrity sha512-sw+3HO5aehYqn5w177z2D82ZQlqHCwcKSMboueo7oE4KU9QiC0SAgfS/D4z9xXvpTc8Bt41Raa9fBR8T2tIhoQ== |
@@ -1936,6 +1936,20 @@ | @@ -1936,6 +1936,20 @@ | ||
1936 | semver "^7.3.2" | 1936 | semver "^7.3.2" |
1937 | tsutils "^3.17.1" | 1937 | tsutils "^3.17.1" |
1938 | 1938 | ||
1939 | +"@typescript-eslint/eslint-plugin@^4.21.0": | ||
1940 | + version "4.21.0" | ||
1941 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.21.0.tgz#3fce2bfa76d95c00ac4f33dff369cb593aab8878" | ||
1942 | + integrity sha512-FPUyCPKZbVGexmbCFI3EQHzCZdy2/5f+jv6k2EDljGdXSRc0cKvbndd2nHZkSLqCNOPk0jB6lGzwIkglXcYVsQ== | ||
1943 | + dependencies: | ||
1944 | + "@typescript-eslint/experimental-utils" "4.21.0" | ||
1945 | + "@typescript-eslint/scope-manager" "4.21.0" | ||
1946 | + debug "^4.1.1" | ||
1947 | + functional-red-black-tree "^1.0.1" | ||
1948 | + lodash "^4.17.15" | ||
1949 | + regexpp "^3.0.0" | ||
1950 | + semver "^7.3.2" | ||
1951 | + tsutils "^3.17.1" | ||
1952 | + | ||
1939 | "@typescript-eslint/experimental-utils@4.20.0", "@typescript-eslint/experimental-utils@^4.0.1": | 1953 | "@typescript-eslint/experimental-utils@4.20.0", "@typescript-eslint/experimental-utils@^4.0.1": |
1940 | version "4.20.0" | 1954 | version "4.20.0" |
1941 | resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.20.0.tgz#a8ab2d7b61924f99042b7d77372996d5f41dc44b" | 1955 | resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.20.0.tgz#a8ab2d7b61924f99042b7d77372996d5f41dc44b" |
@@ -1948,7 +1962,19 @@ | @@ -1948,7 +1962,19 @@ | ||
1948 | eslint-scope "^5.0.0" | 1962 | eslint-scope "^5.0.0" |
1949 | eslint-utils "^2.0.0" | 1963 | eslint-utils "^2.0.0" |
1950 | 1964 | ||
1951 | -"@typescript-eslint/parser@^4.16.1", "@typescript-eslint/parser@^4.20.0": | 1965 | +"@typescript-eslint/experimental-utils@4.21.0": |
1966 | + version "4.21.0" | ||
1967 | + resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.21.0.tgz#0b0bb7c15d379140a660c003bdbafa71ae9134b6" | ||
1968 | + integrity sha512-cEbgosW/tUFvKmkg3cU7LBoZhvUs+ZPVM9alb25XvR0dal4qHL3SiUqHNrzoWSxaXA9gsifrYrS1xdDV6w/gIA== | ||
1969 | + dependencies: | ||
1970 | + "@types/json-schema" "^7.0.3" | ||
1971 | + "@typescript-eslint/scope-manager" "4.21.0" | ||
1972 | + "@typescript-eslint/types" "4.21.0" | ||
1973 | + "@typescript-eslint/typescript-estree" "4.21.0" | ||
1974 | + eslint-scope "^5.0.0" | ||
1975 | + eslint-utils "^2.0.0" | ||
1976 | + | ||
1977 | +"@typescript-eslint/parser@^4.16.1": | ||
1952 | version "4.20.0" | 1978 | version "4.20.0" |
1953 | resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.20.0.tgz#8dd403c8b4258b99194972d9799e201b8d083bdd" | 1979 | resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.20.0.tgz#8dd403c8b4258b99194972d9799e201b8d083bdd" |
1954 | integrity sha512-m6vDtgL9EABdjMtKVw5rr6DdeMCH3OA1vFb0dAyuZSa3e5yw1YRzlwFnm9knma9Lz6b2GPvoNSa8vOXrqsaglA== | 1980 | integrity sha512-m6vDtgL9EABdjMtKVw5rr6DdeMCH3OA1vFb0dAyuZSa3e5yw1YRzlwFnm9knma9Lz6b2GPvoNSa8vOXrqsaglA== |
@@ -1958,6 +1984,16 @@ | @@ -1958,6 +1984,16 @@ | ||
1958 | "@typescript-eslint/typescript-estree" "4.20.0" | 1984 | "@typescript-eslint/typescript-estree" "4.20.0" |
1959 | debug "^4.1.1" | 1985 | debug "^4.1.1" |
1960 | 1986 | ||
1987 | +"@typescript-eslint/parser@^4.21.0": | ||
1988 | + version "4.21.0" | ||
1989 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.21.0.tgz#a227fc2af4001668c3e3f7415d4feee5093894c1" | ||
1990 | + integrity sha512-eyNf7QmE5O/l1smaQgN0Lj2M/1jOuNg2NrBm1dqqQN0sVngTLyw8tdCbih96ixlhbF1oINoN8fDCyEH9SjLeIA== | ||
1991 | + dependencies: | ||
1992 | + "@typescript-eslint/scope-manager" "4.21.0" | ||
1993 | + "@typescript-eslint/types" "4.21.0" | ||
1994 | + "@typescript-eslint/typescript-estree" "4.21.0" | ||
1995 | + debug "^4.1.1" | ||
1996 | + | ||
1961 | "@typescript-eslint/scope-manager@4.20.0": | 1997 | "@typescript-eslint/scope-manager@4.20.0": |
1962 | version "4.20.0" | 1998 | version "4.20.0" |
1963 | resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.20.0.tgz#953ecbf3b00845ece7be66246608be9d126d05ca" | 1999 | resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.20.0.tgz#953ecbf3b00845ece7be66246608be9d126d05ca" |
@@ -1966,11 +2002,24 @@ | @@ -1966,11 +2002,24 @@ | ||
1966 | "@typescript-eslint/types" "4.20.0" | 2002 | "@typescript-eslint/types" "4.20.0" |
1967 | "@typescript-eslint/visitor-keys" "4.20.0" | 2003 | "@typescript-eslint/visitor-keys" "4.20.0" |
1968 | 2004 | ||
2005 | +"@typescript-eslint/scope-manager@4.21.0": | ||
2006 | + version "4.21.0" | ||
2007 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.21.0.tgz#c81b661c4b8af1ec0c010d847a8f9ab76ab95b4d" | ||
2008 | + integrity sha512-kfOjF0w1Ix7+a5T1knOw00f7uAP9Gx44+OEsNQi0PvvTPLYeXJlsCJ4tYnDj5PQEYfpcgOH5yBlw7K+UEI9Agw== | ||
2009 | + dependencies: | ||
2010 | + "@typescript-eslint/types" "4.21.0" | ||
2011 | + "@typescript-eslint/visitor-keys" "4.21.0" | ||
2012 | + | ||
1969 | "@typescript-eslint/types@4.20.0": | 2013 | "@typescript-eslint/types@4.20.0": |
1970 | version "4.20.0" | 2014 | version "4.20.0" |
1971 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.20.0.tgz#c6cf5ef3c9b1c8f699a9bbdafb7a1da1ca781225" | 2015 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.20.0.tgz#c6cf5ef3c9b1c8f699a9bbdafb7a1da1ca781225" |
1972 | integrity sha512-cYY+1PIjei1nk49JAPnH1VEnu7OYdWRdJhYI5wiKOUMhLTG1qsx5cQxCUTuwWCmQoyriadz3Ni8HZmGSofeC+w== | 2016 | integrity sha512-cYY+1PIjei1nk49JAPnH1VEnu7OYdWRdJhYI5wiKOUMhLTG1qsx5cQxCUTuwWCmQoyriadz3Ni8HZmGSofeC+w== |
1973 | 2017 | ||
2018 | +"@typescript-eslint/types@4.21.0": | ||
2019 | + version "4.21.0" | ||
2020 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.21.0.tgz#abdc3463bda5d31156984fa5bc316789c960edef" | ||
2021 | + integrity sha512-+OQaupjGVVc8iXbt6M1oZMwyKQNehAfLYJJ3SdvnofK2qcjfor9pEM62rVjBknhowTkh+2HF+/KdRAc/wGBN2w== | ||
2022 | + | ||
1974 | "@typescript-eslint/typescript-estree@4.20.0": | 2023 | "@typescript-eslint/typescript-estree@4.20.0": |
1975 | version "4.20.0" | 2024 | version "4.20.0" |
1976 | resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.20.0.tgz#8b3b08f85f18a8da5d88f65cb400f013e88ab7be" | 2025 | resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.20.0.tgz#8b3b08f85f18a8da5d88f65cb400f013e88ab7be" |
@@ -1984,6 +2033,19 @@ | @@ -1984,6 +2033,19 @@ | ||
1984 | semver "^7.3.2" | 2033 | semver "^7.3.2" |
1985 | tsutils "^3.17.1" | 2034 | tsutils "^3.17.1" |
1986 | 2035 | ||
2036 | +"@typescript-eslint/typescript-estree@4.21.0": | ||
2037 | + version "4.21.0" | ||
2038 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.21.0.tgz#3817bd91857beeaeff90f69f1f112ea58d350b0a" | ||
2039 | + integrity sha512-ZD3M7yLaVGVYLw4nkkoGKumb7Rog7QID9YOWobFDMQKNl+vPxqVIW/uDk+MDeGc+OHcoG2nJ2HphwiPNajKw3w== | ||
2040 | + dependencies: | ||
2041 | + "@typescript-eslint/types" "4.21.0" | ||
2042 | + "@typescript-eslint/visitor-keys" "4.21.0" | ||
2043 | + debug "^4.1.1" | ||
2044 | + globby "^11.0.1" | ||
2045 | + is-glob "^4.0.1" | ||
2046 | + semver "^7.3.2" | ||
2047 | + tsutils "^3.17.1" | ||
2048 | + | ||
1987 | "@typescript-eslint/visitor-keys@4.20.0": | 2049 | "@typescript-eslint/visitor-keys@4.20.0": |
1988 | version "4.20.0" | 2050 | version "4.20.0" |
1989 | resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.20.0.tgz#1e84db034da13f208325e6bfc995c3b75f7dbd62" | 2051 | resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.20.0.tgz#1e84db034da13f208325e6bfc995c3b75f7dbd62" |
@@ -1992,6 +2054,14 @@ | @@ -1992,6 +2054,14 @@ | ||
1992 | "@typescript-eslint/types" "4.20.0" | 2054 | "@typescript-eslint/types" "4.20.0" |
1993 | eslint-visitor-keys "^2.0.0" | 2055 | eslint-visitor-keys "^2.0.0" |
1994 | 2056 | ||
2057 | +"@typescript-eslint/visitor-keys@4.21.0": | ||
2058 | + version "4.21.0" | ||
2059 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.21.0.tgz#990a9acdc124331f5863c2cf21c88ba65233cd8d" | ||
2060 | + integrity sha512-dH22dROWGi5Z6p+Igc8bLVLmwy7vEe8r+8c+raPQU0LxgogPUrRAtRGtvBWmlr9waTu3n+QLt/qrS/hWzk1x5w== | ||
2061 | + dependencies: | ||
2062 | + "@typescript-eslint/types" "4.21.0" | ||
2063 | + eslint-visitor-keys "^2.0.0" | ||
2064 | + | ||
1995 | "@vitejs/plugin-legacy@^1.3.2": | 2065 | "@vitejs/plugin-legacy@^1.3.2": |
1996 | version "1.3.2" | 2066 | version "1.3.2" |
1997 | resolved "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-1.3.2.tgz#e93db3020daf08a3585b08de648e5c486ff20e4d" | 2067 | resolved "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-1.3.2.tgz#e93db3020daf08a3585b08de648e5c486ff20e4d" |
@@ -2185,10 +2255,10 @@ | @@ -2185,10 +2255,10 @@ | ||
2185 | dependencies: | 2255 | dependencies: |
2186 | vue-demi latest | 2256 | vue-demi latest |
2187 | 2257 | ||
2188 | -"@windicss/plugin-utils@0.12.1": | ||
2189 | - version "0.12.1" | ||
2190 | - resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.12.1.tgz#3db1069dd6dd580ac97a6c3f9fd2693e7a58c45e" | ||
2191 | - integrity sha512-fNAKGG9+qno0ZnzHiYnG7L6F3Rx1uRA8EjuMKq/KxHlbCMP+vRl8HQc0xnAmjYEnCWxEf1X7lMNbfijPCRvjfQ== | 2258 | +"@windicss/plugin-utils@0.12.5": |
2259 | + version "0.12.5" | ||
2260 | + resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.12.5.tgz#d03517d1ae7a48b5b459e3d670e873d38b63e4a1" | ||
2261 | + integrity sha512-4ux2o4s6D/gRTD68os41oxs/0NFk/eSJxHhZL9nN2wy4RGt+pPMQJyOHV56l7zDh9B0ywU5+ZRxDjdw2cl5Yvg== | ||
2192 | dependencies: | 2262 | dependencies: |
2193 | debug "^4.3.2" | 2263 | debug "^4.3.2" |
2194 | fast-glob "^3.2.5" | 2264 | fast-glob "^3.2.5" |
@@ -2196,7 +2266,7 @@ | @@ -2196,7 +2266,7 @@ | ||
2196 | micromatch "^4.0.2" | 2266 | micromatch "^4.0.2" |
2197 | pirates "^4.0.1" | 2267 | pirates "^4.0.1" |
2198 | sucrase "^3.17.1" | 2268 | sucrase "^3.17.1" |
2199 | - windicss "^2.5.9" | 2269 | + windicss "^2.5.11" |
2200 | 2270 | ||
2201 | "@zxcvbn-ts/core@^0.3.0": | 2271 | "@zxcvbn-ts/core@^0.3.0": |
2202 | version "0.3.0" | 2272 | version "0.3.0" |
@@ -5788,7 +5858,7 @@ imagemin-optipng@^8.0.0: | @@ -5788,7 +5858,7 @@ imagemin-optipng@^8.0.0: | ||
5788 | is-png "^2.0.0" | 5858 | is-png "^2.0.0" |
5789 | optipng-bin "^7.0.0" | 5859 | optipng-bin "^7.0.0" |
5790 | 5860 | ||
5791 | -imagemin-pngquant@*, imagemin-pngquant@^9.0.1: | 5861 | +imagemin-pngquant@*, imagemin-pngquant@^9.0.2: |
5792 | version "9.0.2" | 5862 | version "9.0.2" |
5793 | resolved "https://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-9.0.2.tgz#38155702b0cc4f60f671ba7c2b086ea3805d9567" | 5863 | resolved "https://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-9.0.2.tgz#38155702b0cc4f60f671ba7c2b086ea3805d9567" |
5794 | integrity sha512-cj//bKo8+Frd/DM8l6Pg9pws1pnDUjgb7ae++sUX1kUVdv2nrngPykhiUOgFeE0LGY/LmUbCf4egCHC4YUcZSg== | 5864 | integrity sha512-cj//bKo8+Frd/DM8l6Pg9pws1pnDUjgb7ae++sUX1kUVdv2nrngPykhiUOgFeE0LGY/LmUbCf4egCHC4YUcZSg== |
@@ -9191,10 +9261,10 @@ rollup-plugin-terser@^7.0.0: | @@ -9191,10 +9261,10 @@ rollup-plugin-terser@^7.0.0: | ||
9191 | serialize-javascript "^4.0.0" | 9261 | serialize-javascript "^4.0.0" |
9192 | terser "^5.0.0" | 9262 | terser "^5.0.0" |
9193 | 9263 | ||
9194 | -rollup-plugin-visualizer@5.2.1: | ||
9195 | - version "5.2.1" | ||
9196 | - resolved "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.2.1.tgz#1526fd35ff47ff5e190e03331caab3bb42e7ebab" | ||
9197 | - integrity sha512-1y6XThim1mKi7v1k2DvFbeD42vGT9mc8Xvhyzn+M9ffa7bzkow/Rye2khcoozN/W/8Oi36grhAbL0i+m+I5qtA== | 9264 | +rollup-plugin-visualizer@5.3.0: |
9265 | + version "5.3.0" | ||
9266 | + resolved "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.3.0.tgz#2aafea2626f430a5eb84cf4a42b2f01948a4681b" | ||
9267 | + integrity sha512-beMaHDF1BgqYLY7URjSzawzQP/sBi+1cnInwXOsUdkWy84VZNQRXanitfmdz0lkSKupkE/KtiU61qbedAU5Kfg== | ||
9198 | dependencies: | 9268 | dependencies: |
9199 | nanoid "^3.1.22" | 9269 | nanoid "^3.1.22" |
9200 | open "^7.4.2" | 9270 | open "^7.4.2" |
@@ -10124,10 +10194,10 @@ svgo@^1.3.2: | @@ -10124,10 +10194,10 @@ svgo@^1.3.2: | ||
10124 | unquote "~1.1.1" | 10194 | unquote "~1.1.1" |
10125 | util.promisify "~1.0.0" | 10195 | util.promisify "~1.0.0" |
10126 | 10196 | ||
10127 | -svgo@^2.2.2: | ||
10128 | - version "2.2.2" | ||
10129 | - resolved "https://registry.npmjs.org/svgo/-/svgo-2.2.2.tgz#51d67c7149661282d22a3c8683f4795cdb40f687" | ||
10130 | - integrity sha512-kJugY2d0yrsONnG4YavppVkKmKULMw2iFRbB9+usyWqzTaqoBuUaqdMnQ2G1n5P1dmOA2tZvc5zmMM6sPOVBSQ== | 10197 | +svgo@^2.3.0: |
10198 | + version "2.3.0" | ||
10199 | + resolved "https://registry.npmjs.org/svgo/-/svgo-2.3.0.tgz#6b3af81d0cbd1e19c83f5f63cec2cb98c70b5373" | ||
10200 | + integrity sha512-fz4IKjNO6HDPgIQxu4IxwtubtbSfGEAJUq/IXyTPIkGhWck/faiiwfkvsB8LnBkKLvSoyNNIY6d13lZprJMc9Q== | ||
10131 | dependencies: | 10201 | dependencies: |
10132 | "@trysound/sax" "0.1.1" | 10202 | "@trysound/sax" "0.1.1" |
10133 | chalk "^4.1.0" | 10203 | chalk "^4.1.0" |
@@ -10830,35 +10900,35 @@ vfile@^4.0.0: | @@ -10830,35 +10900,35 @@ vfile@^4.0.0: | ||
10830 | unist-util-stringify-position "^2.0.0" | 10900 | unist-util-stringify-position "^2.0.0" |
10831 | vfile-message "^2.0.0" | 10901 | vfile-message "^2.0.0" |
10832 | 10902 | ||
10833 | -vite-plugin-compression@^0.2.3: | ||
10834 | - version "0.2.3" | ||
10835 | - resolved "https://registry.npmjs.org/vite-plugin-compression/-/vite-plugin-compression-0.2.3.tgz#ddc876132966b2abcf9ab6ed387433bd188a2682" | ||
10836 | - integrity sha512-enF0xRQTC5hzjNYVyjg8IKF/4jl9Z1jFf8gQTdT6TI1jjd5dsOc9dvJwk/xJHi78jKhTTYgX74PicqYQ4HBg1w== | 10903 | +vite-plugin-compression@^0.2.4: |
10904 | + version "0.2.4" | ||
10905 | + resolved "https://registry.npmjs.org/vite-plugin-compression/-/vite-plugin-compression-0.2.4.tgz#815d3708379f2eb6c2137b5bfcf40d58f6dc82b0" | ||
10906 | + integrity sha512-nouXgeLzX9sjYxTH+0pp3z5PLdWIa7gAY0gnavAUhnInklpBwqDdMOvNrfv5xWPkQS28VqduPwsWZ7j37hAyIg== | ||
10837 | dependencies: | 10907 | dependencies: |
10838 | chalk "^4.1.0" | 10908 | chalk "^4.1.0" |
10839 | debug "^4.3.2" | 10909 | debug "^4.3.2" |
10840 | fs-extra "^9.1.0" | 10910 | fs-extra "^9.1.0" |
10841 | 10911 | ||
10842 | -vite-plugin-html@^2.0.3: | ||
10843 | - version "2.0.3" | ||
10844 | - resolved "https://registry.npmjs.org/vite-plugin-html/-/vite-plugin-html-2.0.3.tgz#9c610042b4181e95ec6c7d4b4125f3c00cbbd84b" | ||
10845 | - integrity sha512-1+vFAXc8G1h5NRPNsV0e3GbD8KJL71nv2N8w5y4wdt6VwwAEe6zE2WI66PBVneRBJKOw56LH7C5WJvkMxec92g== | 10912 | +vite-plugin-html@^2.0.6: |
10913 | + version "2.0.6" | ||
10914 | + resolved "https://registry.npmjs.org/vite-plugin-html/-/vite-plugin-html-2.0.6.tgz#223fad84f499e763c1e17ff9286c2a0fd1cf9982" | ||
10915 | + integrity sha512-7aeg2T6gvsyWwRrU08ELjfIp2JkPAIx5fbmzAw5E/gEN+o32p1Pz/dOJrPClf/rJjNYWpqJsz3ikJyCDpnYRrw== | ||
10846 | dependencies: | 10916 | dependencies: |
10847 | ejs "^3.1.6" | 10917 | ejs "^3.1.6" |
10848 | fs-extra "^9.1.0" | 10918 | fs-extra "^9.1.0" |
10849 | html-minifier-terser "^5.1.1" | 10919 | html-minifier-terser "^5.1.1" |
10850 | 10920 | ||
10851 | -vite-plugin-imagemin@^0.2.9: | ||
10852 | - version "0.2.9" | ||
10853 | - resolved "https://registry.npmjs.org/vite-plugin-imagemin/-/vite-plugin-imagemin-0.2.9.tgz#073b6a2042808bec33f1253ed9794359c9d51c39" | ||
10854 | - integrity sha512-qCu2lOCLrIly8bONbqL/dJdcXxbVM+ZwLanD2vFzX6S1rCj11bXXXORGw72XC1OgxBm8SnstM1qL5hC25cV28w== | 10921 | +vite-plugin-imagemin@^0.3.0: |
10922 | + version "0.3.0" | ||
10923 | + resolved "https://registry.npmjs.org/vite-plugin-imagemin/-/vite-plugin-imagemin-0.3.0.tgz#269e27656f5f81d8efc5a9e2deac9d0765e773a3" | ||
10924 | + integrity sha512-LhMDztQIBrff3IcaRdfz+F4rHNHzW374hJT24VHB+OVY+qZVayxPwE8e4AtPo901KAc7zUL4KlmWstg/BHRHDA== | ||
10855 | dependencies: | 10925 | dependencies: |
10856 | "@types/imagemin" "^7.0.0" | 10926 | "@types/imagemin" "^7.0.0" |
10857 | "@types/imagemin-gifsicle" "^7.0.0" | 10927 | "@types/imagemin-gifsicle" "^7.0.0" |
10858 | "@types/imagemin-mozjpeg" "^8.0.0" | 10928 | "@types/imagemin-mozjpeg" "^8.0.0" |
10859 | "@types/imagemin-optipng" "^5.2.0" | 10929 | "@types/imagemin-optipng" "^5.2.0" |
10860 | "@types/imagemin-pngquant" "^8.0.0" | 10930 | "@types/imagemin-pngquant" "^8.0.0" |
10861 | - "@types/imagemin-svgo" "^8.0.0" | 10931 | + "@types/imagemin-svgo" "^8.0.1" |
10862 | "@types/imagemin-webp" "^5.1.1" | 10932 | "@types/imagemin-webp" "^5.1.1" |
10863 | chalk "^4.1.0" | 10933 | chalk "^4.1.0" |
10864 | debug "^4.3.2" | 10934 | debug "^4.3.2" |
@@ -10867,7 +10937,7 @@ vite-plugin-imagemin@^0.2.9: | @@ -10867,7 +10937,7 @@ vite-plugin-imagemin@^0.2.9: | ||
10867 | imagemin-gifsicle "^7.0.0" | 10937 | imagemin-gifsicle "^7.0.0" |
10868 | imagemin-mozjpeg "^9.0.0" | 10938 | imagemin-mozjpeg "^9.0.0" |
10869 | imagemin-optipng "^8.0.0" | 10939 | imagemin-optipng "^8.0.0" |
10870 | - imagemin-pngquant "^9.0.1" | 10940 | + imagemin-pngquant "^9.0.2" |
10871 | imagemin-svgo "^8.0.0" | 10941 | imagemin-svgo "^8.0.0" |
10872 | imagemin-webp "^6.0.0" | 10942 | imagemin-webp "^6.0.0" |
10873 | 10943 | ||
@@ -10895,10 +10965,10 @@ vite-plugin-purge-icons@^0.7.0: | @@ -10895,10 +10965,10 @@ vite-plugin-purge-icons@^0.7.0: | ||
10895 | "@purge-icons/generated" "^0.7.0" | 10965 | "@purge-icons/generated" "^0.7.0" |
10896 | rollup-plugin-purge-icons "^0.7.0" | 10966 | rollup-plugin-purge-icons "^0.7.0" |
10897 | 10967 | ||
10898 | -vite-plugin-pwa@^0.6.4: | ||
10899 | - version "0.6.4" | ||
10900 | - resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.6.4.tgz#50294b67c545c689d9e234e266e042a68ddb9c56" | ||
10901 | - integrity sha512-YEKloivP8400uax8aqfYN2ygYjfok9xD/VgM9fyi1KVtP2JAgZKNPZnBc66HyaKPPDPr1TCeeXvB+aCSDSznqw== | 10968 | +vite-plugin-pwa@^0.6.5: |
10969 | + version "0.6.5" | ||
10970 | + resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.6.5.tgz#04bb01c7363260bfb6ee8d6b976ef954e23b8adc" | ||
10971 | + integrity sha512-OBp1hIuVVwA0gEVCF3RsfaRrZWlIUOS4yYttLpznCH69BoGvgPH8M9qVGMj7/KbMI4+2YbTo7YzwSl+LWHX49A== | ||
10902 | dependencies: | 10972 | dependencies: |
10903 | debug "^4.3.2" | 10973 | debug "^4.3.2" |
10904 | fast-glob "^3.2.5" | 10974 | fast-glob "^3.2.5" |
@@ -10906,10 +10976,10 @@ vite-plugin-pwa@^0.6.4: | @@ -10906,10 +10976,10 @@ vite-plugin-pwa@^0.6.4: | ||
10906 | workbox-build "^6.1.2" | 10976 | workbox-build "^6.1.2" |
10907 | workbox-window "^6.1.2" | 10977 | workbox-window "^6.1.2" |
10908 | 10978 | ||
10909 | -vite-plugin-style-import@^0.9.1: | ||
10910 | - version "0.9.1" | ||
10911 | - resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-0.9.1.tgz#259a0358c20628e9814cc6c4cf25f389b5761945" | ||
10912 | - integrity sha512-qQmeglG+3kYjHPq+XhyKOsXrKm1k3zLcEicTeFKcU+mbzhQA6lCaIn9EpBgAd7mSBF5HDiMNClCfpoSkShJMyw== | 10979 | +vite-plugin-style-import@^0.9.2: |
10980 | + version "0.9.2" | ||
10981 | + resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-0.9.2.tgz#7941de6b203418e3e24d09b82e9438e6901cc0a3" | ||
10982 | + integrity sha512-YjPtKzr5WSwAQW6UD7DBtCraxJ4X7pQXUdBOYriowz223n3W3T2RscUs7CxzAhGDEG/ttcc6vvA6A5/eVowRTw== | ||
10913 | dependencies: | 10983 | dependencies: |
10914 | "@rollup/pluginutils" "^4.1.0" | 10984 | "@rollup/pluginutils" "^4.1.0" |
10915 | change-case "^4.1.2" | 10985 | change-case "^4.1.2" |
@@ -10917,17 +10987,17 @@ vite-plugin-style-import@^0.9.1: | @@ -10917,17 +10987,17 @@ vite-plugin-style-import@^0.9.1: | ||
10917 | es-module-lexer "^0.4.1" | 10987 | es-module-lexer "^0.4.1" |
10918 | magic-string "^0.25.7" | 10988 | magic-string "^0.25.7" |
10919 | 10989 | ||
10920 | -vite-plugin-svg-icons@^0.4.0: | ||
10921 | - version "0.4.0" | ||
10922 | - resolved "https://registry.npmjs.org/vite-plugin-svg-icons/-/vite-plugin-svg-icons-0.4.0.tgz#c0139d363520a4303719255276ca50e7e63889bb" | ||
10923 | - integrity sha512-I6ESoID1B5H+gAYOB1K0nNJHrbw1O+KjOQv5PN9wSODLN6Y8L1ibqKa3+k3q08pvVku298J6lgaJaU2c8emttA== | 10990 | +vite-plugin-svg-icons@^0.4.1: |
10991 | + version "0.4.1" | ||
10992 | + resolved "https://registry.npmjs.org/vite-plugin-svg-icons/-/vite-plugin-svg-icons-0.4.1.tgz#fdeb6e85d2d94716be8dd65b7808fbc1b5f33d9b" | ||
10993 | + integrity sha512-O/kAQnXuQygMBvx2QJukS079nQMHeJwhsb6ZVY23HEQ1LOZM0PTPsPke92IlmnYlMgO6aF++En8OwbqEQKnauQ== | ||
10924 | dependencies: | 10994 | dependencies: |
10925 | "@types/svgo" "^1.3.5" | 10995 | "@types/svgo" "^1.3.5" |
10926 | debug "^4.3.2" | 10996 | debug "^4.3.2" |
10927 | etag "^1.8.1" | 10997 | etag "^1.8.1" |
10928 | fs-extra "^9.1.0" | 10998 | fs-extra "^9.1.0" |
10929 | svg-baker "1.7.0" | 10999 | svg-baker "1.7.0" |
10930 | - svgo "^2.2.2" | 11000 | + svgo "^2.3.0" |
10931 | 11001 | ||
10932 | vite-plugin-theme@^0.5.0: | 11002 | vite-plugin-theme@^0.5.0: |
10933 | version "0.5.0" | 11003 | version "0.5.0" |
@@ -10959,15 +11029,15 @@ vite-plugin-theme@^0.5.0: | @@ -10959,15 +11029,15 @@ vite-plugin-theme@^0.5.0: | ||
10959 | tinycolor2 "^1.4.2" | 11029 | tinycolor2 "^1.4.2" |
10960 | ts-jest "^26.5.3" | 11030 | ts-jest "^26.5.3" |
10961 | 11031 | ||
10962 | -vite-plugin-windicss@0.12.1: | ||
10963 | - version "0.12.1" | ||
10964 | - resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.12.1.tgz#b084c34898b3dc532767218c008e92a1897673ec" | ||
10965 | - integrity sha512-W/9Lg/yhzfcpxQ4nXJRIFq2YKpG3vyqCrQ/7lvlB5y4BD76mfq4HrMDgVizU4q3eygVWeCx23GGM2NDf7LI1Tg== | 11032 | +vite-plugin-windicss@0.12.5: |
11033 | + version "0.12.5" | ||
11034 | + resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.12.5.tgz#74a5043db3615fe432855f6ecff13be36f7a6843" | ||
11035 | + integrity sha512-M/eEA+x94kxZNpEEkJLdY7M6Lp3WFhN0Kb/a2zhdPxBviMwaHSA5A7fUqN1xTYMxlQe4xM7D7naxL7EpnSNlmg== | ||
10966 | dependencies: | 11036 | dependencies: |
10967 | - "@windicss/plugin-utils" "0.12.1" | 11037 | + "@windicss/plugin-utils" "0.12.5" |
10968 | chalk "^4.1.0" | 11038 | chalk "^4.1.0" |
10969 | debug "^4.3.2" | 11039 | debug "^4.3.2" |
10970 | - windicss "^2.5.9" | 11040 | + windicss "^2.5.11" |
10971 | 11041 | ||
10972 | vite@2.1.5: | 11042 | vite@2.1.5: |
10973 | version "2.1.5" | 11043 | version "2.1.5" |
@@ -11150,10 +11220,10 @@ which@^2.0.1, which@^2.0.2: | @@ -11150,10 +11220,10 @@ which@^2.0.1, which@^2.0.2: | ||
11150 | dependencies: | 11220 | dependencies: |
11151 | isexe "^2.0.0" | 11221 | isexe "^2.0.0" |
11152 | 11222 | ||
11153 | -windicss@^2.5.9: | ||
11154 | - version "2.5.9" | ||
11155 | - resolved "https://registry.npmjs.org/windicss/-/windicss-2.5.9.tgz#167811594e1d791839c58f2a97762f114499b1ca" | ||
11156 | - integrity sha512-nldl2eVxK2qLwYLhh1/+fnvT8lhxckQp8cK+Gd8nPAjJOnuvWogNiQZ/9h1jTMAkYWxWUrxT5mhP3F0Klxa99Q== | 11223 | +windicss@^2.5.11: |
11224 | + version "2.5.11" | ||
11225 | + resolved "https://registry.npmjs.org/windicss/-/windicss-2.5.11.tgz#dd4027c724c7b12a37746d1474b96a52239157d1" | ||
11226 | + integrity sha512-u7b4rOPb8MwO1glkf0gdDygZ+lIzXb/PYLNjqni5Fe2684DCEt6dWTKdk3iMxXgbKoqRNncKu7xt3pFwXHdSAw== | ||
11157 | 11227 | ||
11158 | wmf@~1.0.1: | 11228 | wmf@~1.0.1: |
11159 | version "1.0.2" | 11229 | version "1.0.2" |