Commit 948219c576547d9a064d901235c5771eba42e0ee
1 parent
60577d67
chore: update deps
Showing
4 changed files
with
245 additions
and
198 deletions
CHANGELOG.zh_CN.md
package.json
... | ... | @@ -35,11 +35,11 @@ |
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | 37 | "@iconify/iconify": "^2.0.3", |
38 | - "@logicflow/core": "^0.6.8", | |
39 | - "@logicflow/extension": "^0.6.8", | |
40 | - "@vueuse/core": "^5.2.0", | |
38 | + "@logicflow/core": "^0.6.9", | |
39 | + "@logicflow/extension": "^0.6.9", | |
40 | + "@vueuse/core": "^5.3.0", | |
41 | 41 | "@zxcvbn-ts/core": "^1.0.0-beta.0", |
42 | - "ant-design-vue": "2.2.3", | |
42 | + "ant-design-vue": "2.2.6", | |
43 | 43 | "axios": "^0.21.1", |
44 | 44 | "codemirror": "^5.62.2", |
45 | 45 | "cropperjs": "^1.5.12", |
... | ... | @@ -50,44 +50,44 @@ |
50 | 50 | "mockjs": "^1.1.0", |
51 | 51 | "nprogress": "^0.2.0", |
52 | 52 | "path-to-regexp": "^6.2.0", |
53 | - "pinia": "2.0.0-beta.5", | |
53 | + "pinia": "2.0.0-rc.4", | |
54 | 54 | "print-js": "^1.6.0", |
55 | 55 | "qrcode": "^1.4.4", |
56 | 56 | "resize-observer-polyfill": "^1.5.1", |
57 | 57 | "sortablejs": "^1.14.0", |
58 | 58 | "tinymce": "^5.8.2", |
59 | 59 | "vditor": "^3.8.6", |
60 | - "vue": "3.1.5", | |
60 | + "vue": "3.2.2", | |
61 | 61 | "vue-i18n": "9.1.7", |
62 | 62 | "vue-json-pretty": "^2.0.3", |
63 | - "vue-router": "^4.0.10", | |
64 | - "vue-types": "^4.0.2", | |
63 | + "vue-router": "^4.0.11", | |
64 | + "vue-types": "^4.0.3", | |
65 | 65 | "xlsx": "^0.17.0" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | 68 | "@commitlint/cli": "^13.1.0", |
69 | 69 | "@commitlint/config-conventional": "^13.1.0", |
70 | - "@iconify/json": "^1.1.384", | |
70 | + "@iconify/json": "^1.1.386", | |
71 | 71 | "@purge-icons/generated": "^0.7.0", |
72 | 72 | "@types/codemirror": "^5.60.2", |
73 | 73 | "@types/crypto-js": "^4.0.2", |
74 | 74 | "@types/fs-extra": "^9.0.12", |
75 | 75 | "@types/inquirer": "^7.3.3", |
76 | 76 | "@types/intro.js": "^3.0.2", |
77 | - "@types/jest": "^26.0.24", | |
77 | + "@types/jest": "^27.0.0", | |
78 | 78 | "@types/lodash-es": "^4.17.4", |
79 | 79 | "@types/mockjs": "^1.0.4", |
80 | - "@types/node": "^16.4.13", | |
80 | + "@types/node": "^16.6.0", | |
81 | 81 | "@types/nprogress": "^0.2.0", |
82 | 82 | "@types/qrcode": "^1.4.1", |
83 | 83 | "@types/qs": "^6.9.7", |
84 | 84 | "@types/sortablejs": "^1.10.7", |
85 | - "@typescript-eslint/eslint-plugin": "^4.29.0", | |
86 | - "@typescript-eslint/parser": "^4.29.0", | |
85 | + "@typescript-eslint/eslint-plugin": "^4.29.1", | |
86 | + "@typescript-eslint/parser": "^4.29.1", | |
87 | 87 | "@vitejs/plugin-legacy": "^1.5.1", |
88 | 88 | "@vitejs/plugin-vue": "^1.4.0", |
89 | 89 | "@vitejs/plugin-vue-jsx": "^1.1.7", |
90 | - "@vue/compiler-sfc": "3.1.5", | |
90 | + "@vue/compiler-sfc": "3.2.2", | |
91 | 91 | "@vue/test-utils": "^2.0.0-rc.12", |
92 | 92 | "autoprefixer": "^10.3.1", |
93 | 93 | "commitizen": "^4.2.4", |
... | ... | @@ -99,7 +99,7 @@ |
99 | 99 | "eslint-define-config": "^1.0.9", |
100 | 100 | "eslint-plugin-jest": "^24.4.0", |
101 | 101 | "eslint-plugin-prettier": "^3.4.0", |
102 | - "eslint-plugin-vue": "^7.15.1", | |
102 | + "eslint-plugin-vue": "^7.16.0", | |
103 | 103 | "esno": "^0.8.0", |
104 | 104 | "fs-extra": "^10.0.0", |
105 | 105 | "http-server": "^13.0.0", |
... | ... | @@ -120,9 +120,9 @@ |
120 | 120 | "stylelint-config-standard": "^22.0.0", |
121 | 121 | "stylelint-order": "^4.1.0", |
122 | 122 | "ts-jest": "^27.0.4", |
123 | - "ts-node": "^10.1.0", | |
123 | + "ts-node": "^10.2.0", | |
124 | 124 | "typescript": "4.3.5", |
125 | - "vite": "2.4.4", | |
125 | + "vite": "2.5.0-beta.2", | |
126 | 126 | "vite-plugin-compression": "^0.3.3", |
127 | 127 | "vite-plugin-html": "^2.0.7", |
128 | 128 | "vite-plugin-imagemin": "^0.4.3", |
... | ... | @@ -139,7 +139,7 @@ |
139 | 139 | "resolutions": { |
140 | 140 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", |
141 | 141 | "bin-wrapper": "npm:bin-wrapper-china", |
142 | - "rollup": "^2.56.1" | |
142 | + "rollup": "^2.56.2" | |
143 | 143 | }, |
144 | 144 | "repository": { |
145 | 145 | "type": "git", | ... | ... |
tests/server/package.json
... | ... | @@ -11,9 +11,9 @@ |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | 13 | "fs-extra": "^10.0.0", |
14 | - "koa": "^2.7.0", | |
14 | + "koa": "^2.13.1", | |
15 | 15 | "koa-body": "^4.2.0", |
16 | - "koa-bodyparser": "^4.2.1", | |
16 | + "koa-bodyparser": "^4.3.0", | |
17 | 17 | "koa-route": "^3.2.0", |
18 | 18 | "koa-router": "^10.0.0", |
19 | 19 | "koa-static": "^5.0.0", |
... | ... | @@ -21,16 +21,16 @@ |
21 | 21 | "koa2-cors": "^2.0.6" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | - "@types/koa": "^2.0.48", | |
25 | - "@types/koa-bodyparser": "^4.2.2", | |
26 | - "@types/koa-router": "^7.0.40", | |
27 | - "@types/node": "^15.12.1", | |
28 | - "nodemon": "^2.0.7", | |
29 | - "pm2": "^4.5.6", | |
24 | + "@types/koa": "^2.13.4", | |
25 | + "@types/koa-bodyparser": "^5.0.2", | |
26 | + "@types/koa-router": "^7.4.4", | |
27 | + "@types/node": "^16.6.0", | |
28 | + "nodemon": "^2.0.12", | |
29 | + "pm2": "^5.1.0", | |
30 | 30 | "rimraf": "^3.0.2", |
31 | - "ts-node": "^10.0.0", | |
32 | - "tsconfig-paths": "^3.8.0", | |
33 | - "tsup": "^4.11.2", | |
34 | - "typescript": "^4.2.5" | |
31 | + "ts-node": "^10.2.0", | |
32 | + "tsconfig-paths": "^3.10.1", | |
33 | + "tsup": "^4.13.1", | |
34 | + "typescript": "^4.3.5" | |
35 | 35 | } |
36 | 36 | } | ... | ... |
yarn.lock
... | ... | @@ -1217,6 +1217,18 @@ |
1217 | 1217 | dependencies: |
1218 | 1218 | chalk "^4.0.0" |
1219 | 1219 | |
1220 | +"@cspotcode/source-map-consumer@0.8.0": | |
1221 | + version "0.8.0" | |
1222 | + resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b" | |
1223 | + integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg== | |
1224 | + | |
1225 | +"@cspotcode/source-map-support@0.6.1": | |
1226 | + version "0.6.1" | |
1227 | + resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.6.1.tgz#118511f316e2e87ee4294761868e254d3da47960" | |
1228 | + integrity sha512-DX3Z+T5dt1ockmPdobJS/FAsQPW4V4SrWEhD2iYQT2Cb2tQsiMnYxrcUH9By/Z3B+v0S5LMBkQtV/XOBbpLEOg== | |
1229 | + dependencies: | |
1230 | + "@cspotcode/source-map-consumer" "0.8.0" | |
1231 | + | |
1220 | 1232 | "@ctrl/tinycolor@^3.3.1": |
1221 | 1233 | version "3.4.0" |
1222 | 1234 | resolved "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.4.0.tgz#c3c5ae543c897caa9c2a68630bed355be5f9990f" |
... | ... | @@ -1329,10 +1341,10 @@ |
1329 | 1341 | dependencies: |
1330 | 1342 | cross-fetch "^3.0.6" |
1331 | 1343 | |
1332 | -"@iconify/json@^1.1.384": | |
1333 | - version "1.1.384" | |
1334 | - resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.384.tgz#57e67469e6bd731ad54342322375049da60bc4a7" | |
1335 | - integrity sha512-WoOrYwF6RkehwA9eQKkg1IWxyHXCskmcp/VHuK6sGMVmIKINUccop/rADLBvlI3MA7m0F03yaHxc2C+T/kCJAg== | |
1344 | +"@iconify/json@^1.1.386": | |
1345 | + version "1.1.386" | |
1346 | + resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.386.tgz#e9e637ff15bb1f4b7cb4ae086026cc0b09313ac3" | |
1347 | + integrity sha512-HXX6vwagakC7ASwJvSDQ7nROI0TZ/7E5Lv5M675SDTkmgJ8VO5dR09rU9csBqiVs37hdhZzTUscOiVyTkD208g== | |
1336 | 1348 | |
1337 | 1349 | "@intlify/core-base@9.1.7": |
1338 | 1350 | version "9.1.7" |
... | ... | @@ -1606,10 +1618,19 @@ |
1606 | 1618 | mousetrap "^1.6.5" |
1607 | 1619 | preact "^10.4.8" |
1608 | 1620 | |
1609 | -"@logicflow/extension@^0.6.8": | |
1610 | - version "0.6.8" | |
1611 | - resolved "https://registry.yarnpkg.com/@logicflow/extension/-/extension-0.6.8.tgz#bd58f10a0ee3af193b0b65eeb3f8e8d8bf13e328" | |
1612 | - integrity sha512-0gdAqsNMV0N4cEXhAAvUv7YQuZNuNkJekndonqH2Ge3Tpw7eLaChkrkAaISKDpP60U4HLxKmRthCDstiU9e8pg== | |
1621 | +"@logicflow/core@^0.6.9": | |
1622 | + version "0.6.9" | |
1623 | + resolved "https://registry.yarnpkg.com/@logicflow/core/-/core-0.6.9.tgz#e88f34ff002b3864a02c7caa448018e0fe9628e5" | |
1624 | + integrity sha512-5kBgX2Ve5JtMxEHEqVFK//Ccy883IYlYQWrO6ac0t3/d8+xjBConi2a9iLir6TqkFSlQV1B90N+Rhwt3NfZbcA== | |
1625 | + dependencies: | |
1626 | + "@types/mousetrap" "^1.6.4" | |
1627 | + mousetrap "^1.6.5" | |
1628 | + preact "^10.4.8" | |
1629 | + | |
1630 | +"@logicflow/extension@^0.6.9": | |
1631 | + version "0.6.9" | |
1632 | + resolved "https://registry.yarnpkg.com/@logicflow/extension/-/extension-0.6.9.tgz#ce3c269dba20b17b87e82dd6604c1362c2932bb7" | |
1633 | + integrity sha512-9fF6NQrpDZskRpuOKElyzfN3D+2ghhF8fdvn1JpkLq8lKQoFSJEw7vJPqmaQVq+aRJxn0rQnaHVdnUnLd3oKSg== | |
1613 | 1634 | dependencies: |
1614 | 1635 | "@logicflow/core" "^0.6.8" |
1615 | 1636 | ids "^1.0.0" |
... | ... | @@ -1786,10 +1807,10 @@ |
1786 | 1807 | resolved "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2" |
1787 | 1808 | integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg== |
1788 | 1809 | |
1789 | -"@tsconfig/node16@^1.0.1": | |
1790 | - version "1.0.1" | |
1791 | - resolved "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.1.tgz#a6ca6a9a0ff366af433f42f5f0e124794ff6b8f1" | |
1792 | - integrity sha512-FTgBI767POY/lKNDNbIzgAX6miIDBs6NTCbdlDb8TrWovHsSvaVIZDlTqym29C6UqhzwcJx4CYr+AlrMywA0cA== | |
1810 | +"@tsconfig/node16@^1.0.2": | |
1811 | + version "1.0.2" | |
1812 | + resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e" | |
1813 | + integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA== | |
1793 | 1814 | |
1794 | 1815 | "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14": |
1795 | 1816 | version "7.1.14" |
... | ... | @@ -1957,10 +1978,10 @@ |
1957 | 1978 | dependencies: |
1958 | 1979 | "@types/istanbul-lib-report" "*" |
1959 | 1980 | |
1960 | -"@types/jest@^26.0.24": | |
1961 | - version "26.0.24" | |
1962 | - resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a" | |
1963 | - integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w== | |
1981 | +"@types/jest@^27.0.0": | |
1982 | + version "27.0.0" | |
1983 | + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.0.tgz#f1c28f741371739c7cd0e8edb5ed8e67acfa6c35" | |
1984 | + integrity sha512-IlpQZVpxufe+3qPaAqEoSPHVSxnJh1cf0BqqWHJeKiAUbwnHdmNzjP3ZCWSZSTbmAGXQPNk9QmM3Bif0pR54rg== | |
1964 | 1985 | dependencies: |
1965 | 1986 | jest-diff "^26.0.0" |
1966 | 1987 | pretty-format "^26.0.0" |
... | ... | @@ -2019,10 +2040,10 @@ |
2019 | 2040 | resolved "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d" |
2020 | 2041 | integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw== |
2021 | 2042 | |
2022 | -"@types/node@^16.4.13": | |
2023 | - version "16.4.13" | |
2024 | - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.13.tgz#7dfd9c14661edc65cccd43a29eb454174642370d" | |
2025 | - integrity sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg== | |
2043 | +"@types/node@^16.6.0": | |
2044 | + version "16.6.0" | |
2045 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.6.0.tgz#0d5685f85066f94e97f19e8a67fe003c5fadacc4" | |
2046 | + integrity sha512-OyiZPohMMjZEYqcVo/UJ04GyAxXOJEZO/FpzyXxcH4r/ArrVoXHf4MbUrkLp0Tz7/p1mMKpo5zJ6ZHl8XBNthQ== | |
2026 | 2047 | |
2027 | 2048 | "@types/normalize-package-data@^2.4.0": |
2028 | 2049 | version "2.4.0" |
... | ... | @@ -2131,28 +2152,28 @@ |
2131 | 2152 | dependencies: |
2132 | 2153 | "@types/yargs-parser" "*" |
2133 | 2154 | |
2134 | -"@typescript-eslint/eslint-plugin@^4.29.0": | |
2135 | - version "4.29.0" | |
2136 | - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.0.tgz#b866c9cd193bfaba5e89bade0015629ebeb27996" | |
2137 | - integrity sha512-eiREtqWRZ8aVJcNru7cT/AMVnYd9a2UHsfZT8MR1dW3UUEg6jDv9EQ9Cq4CUPZesyQ58YUpoAADGv71jY8RwgA== | |
2155 | +"@typescript-eslint/eslint-plugin@^4.29.1": | |
2156 | + version "4.29.1" | |
2157 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.1.tgz#808d206e2278e809292b5de752a91105da85860b" | |
2158 | + integrity sha512-AHqIU+SqZZgBEiWOrtN94ldR3ZUABV5dUG94j8Nms9rQnHFc8fvDOue/58K4CFz6r8OtDDc35Pw9NQPWo0Ayrw== | |
2138 | 2159 | dependencies: |
2139 | - "@typescript-eslint/experimental-utils" "4.29.0" | |
2140 | - "@typescript-eslint/scope-manager" "4.29.0" | |
2160 | + "@typescript-eslint/experimental-utils" "4.29.1" | |
2161 | + "@typescript-eslint/scope-manager" "4.29.1" | |
2141 | 2162 | debug "^4.3.1" |
2142 | 2163 | functional-red-black-tree "^1.0.1" |
2143 | 2164 | regexpp "^3.1.0" |
2144 | 2165 | semver "^7.3.5" |
2145 | 2166 | tsutils "^3.21.0" |
2146 | 2167 | |
2147 | -"@typescript-eslint/experimental-utils@4.29.0": | |
2148 | - version "4.29.0" | |
2149 | - resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.0.tgz#19b1417602d0e1ef325b3312ee95f61220542df5" | |
2150 | - integrity sha512-FpNVKykfeaIxlArLUP/yQfv/5/3rhl1ov6RWgud4OgbqWLkEq7lqgQU9iiavZRzpzCRQV4XddyFz3wFXdkiX9w== | |
2168 | +"@typescript-eslint/experimental-utils@4.29.1": | |
2169 | + version "4.29.1" | |
2170 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.1.tgz#0af2b17b0296b60c6b207f11062119fa9c5a8994" | |
2171 | + integrity sha512-kl6QG6qpzZthfd2bzPNSJB2YcZpNOrP6r9jueXupcZHnL74WiuSjaft7WSu17J9+ae9zTlk0KJMXPUj0daBxMw== | |
2151 | 2172 | dependencies: |
2152 | 2173 | "@types/json-schema" "^7.0.7" |
2153 | - "@typescript-eslint/scope-manager" "4.29.0" | |
2154 | - "@typescript-eslint/types" "4.29.0" | |
2155 | - "@typescript-eslint/typescript-estree" "4.29.0" | |
2174 | + "@typescript-eslint/scope-manager" "4.29.1" | |
2175 | + "@typescript-eslint/types" "4.29.1" | |
2176 | + "@typescript-eslint/typescript-estree" "4.29.1" | |
2156 | 2177 | eslint-scope "^5.1.1" |
2157 | 2178 | eslint-utils "^3.0.0" |
2158 | 2179 | |
... | ... | @@ -2168,14 +2189,14 @@ |
2168 | 2189 | eslint-scope "^5.1.1" |
2169 | 2190 | eslint-utils "^3.0.0" |
2170 | 2191 | |
2171 | -"@typescript-eslint/parser@^4.29.0": | |
2172 | - version "4.29.0" | |
2173 | - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.29.0.tgz#e5367ca3c63636bb5d8e0748fcbab7a4f4a04289" | |
2174 | - integrity sha512-+92YRNHFdXgq+GhWQPT2bmjX09X7EH36JfgN2/4wmhtwV/HPxozpCNst8jrWcngLtEVd/4zAwA6BKojAlf+YqA== | |
2192 | +"@typescript-eslint/parser@^4.29.1": | |
2193 | + version "4.29.1" | |
2194 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.1.tgz#17dfbb45c9032ffa0fe15881d20fbc2a4bdeb02d" | |
2195 | + integrity sha512-3fL5iN20hzX3Q4OkG7QEPFjZV2qsVGiDhEwwh+EkmE/w7oteiOvUNzmpu5eSwGJX/anCryONltJ3WDmAzAoCMg== | |
2175 | 2196 | dependencies: |
2176 | - "@typescript-eslint/scope-manager" "4.29.0" | |
2177 | - "@typescript-eslint/types" "4.29.0" | |
2178 | - "@typescript-eslint/typescript-estree" "4.29.0" | |
2197 | + "@typescript-eslint/scope-manager" "4.29.1" | |
2198 | + "@typescript-eslint/types" "4.29.1" | |
2199 | + "@typescript-eslint/typescript-estree" "4.29.1" | |
2179 | 2200 | debug "^4.3.1" |
2180 | 2201 | |
2181 | 2202 | "@typescript-eslint/scope-manager@4.27.0": |
... | ... | @@ -2186,23 +2207,23 @@ |
2186 | 2207 | "@typescript-eslint/types" "4.27.0" |
2187 | 2208 | "@typescript-eslint/visitor-keys" "4.27.0" |
2188 | 2209 | |
2189 | -"@typescript-eslint/scope-manager@4.29.0": | |
2190 | - version "4.29.0" | |
2191 | - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.29.0.tgz#cf5474f87321bedf416ef65839b693bddd838599" | |
2192 | - integrity sha512-HPq7XAaDMM3DpmuijxLV9Io8/6pQnliiXMQUcAdjpJJSR+fdmbD/zHCd7hMkjJn04UQtCQBtshgxClzg6NIS2w== | |
2210 | +"@typescript-eslint/scope-manager@4.29.1": | |
2211 | + version "4.29.1" | |
2212 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.1.tgz#f25da25bc6512812efa2ce5ebd36619d68e61358" | |
2213 | + integrity sha512-Hzv/uZOa9zrD/W5mftZa54Jd5Fed3tL6b4HeaOpwVSabJK8CJ+2MkDasnX/XK4rqP5ZTWngK1ZDeCi6EnxPQ7A== | |
2193 | 2214 | dependencies: |
2194 | - "@typescript-eslint/types" "4.29.0" | |
2195 | - "@typescript-eslint/visitor-keys" "4.29.0" | |
2215 | + "@typescript-eslint/types" "4.29.1" | |
2216 | + "@typescript-eslint/visitor-keys" "4.29.1" | |
2196 | 2217 | |
2197 | 2218 | "@typescript-eslint/types@4.27.0": |
2198 | 2219 | version "4.27.0" |
2199 | 2220 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8" |
2200 | 2221 | integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA== |
2201 | 2222 | |
2202 | -"@typescript-eslint/types@4.29.0": | |
2203 | - version "4.29.0" | |
2204 | - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.29.0.tgz#c8f1a1e4441ea4aca9b3109241adbc145f7f8a4e" | |
2205 | - integrity sha512-2YJM6XfWfi8pgU2HRhTp7WgRw78TCRO3dOmSpAvIQ8MOv4B46JD2chnhpNT7Jq8j0APlIbzO1Bach734xxUl4A== | |
2223 | +"@typescript-eslint/types@4.29.1": | |
2224 | + version "4.29.1" | |
2225 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5" | |
2226 | + integrity sha512-Jj2yu78IRfw4nlaLtKjVaGaxh/6FhofmQ/j8v3NXmAiKafbIqtAPnKYrf0sbGjKdj0hS316J8WhnGnErbJ4RCA== | |
2206 | 2227 | |
2207 | 2228 | "@typescript-eslint/typescript-estree@4.27.0": |
2208 | 2229 | version "4.27.0" |
... | ... | @@ -2217,13 +2238,13 @@ |
2217 | 2238 | semver "^7.3.5" |
2218 | 2239 | tsutils "^3.21.0" |
2219 | 2240 | |
2220 | -"@typescript-eslint/typescript-estree@4.29.0": | |
2221 | - version "4.29.0" | |
2222 | - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.0.tgz#af7ab547757b86c91bfdbc54ff86845410856256" | |
2223 | - integrity sha512-8ZpNHDIOyqzzgZrQW9+xQ4k5hM62Xy2R4RPO3DQxMc5Rq5QkCdSpk/drka+DL9w6sXNzV5nrdlBmf8+x495QXQ== | |
2241 | +"@typescript-eslint/typescript-estree@4.29.1": | |
2242 | + version "4.29.1" | |
2243 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.1.tgz#7b32a25ff8e51f2671ccc6b26cdbee3b1e6c5e7f" | |
2244 | + integrity sha512-lIkkrR9E4lwZkzPiRDNq0xdC3f2iVCUjw/7WPJ4S2Sl6C3nRWkeE1YXCQ0+KsiaQRbpY16jNaokdWnm9aUIsfw== | |
2224 | 2245 | dependencies: |
2225 | - "@typescript-eslint/types" "4.29.0" | |
2226 | - "@typescript-eslint/visitor-keys" "4.29.0" | |
2246 | + "@typescript-eslint/types" "4.29.1" | |
2247 | + "@typescript-eslint/visitor-keys" "4.29.1" | |
2227 | 2248 | debug "^4.3.1" |
2228 | 2249 | globby "^11.0.3" |
2229 | 2250 | is-glob "^4.0.1" |
... | ... | @@ -2238,12 +2259,12 @@ |
2238 | 2259 | "@typescript-eslint/types" "4.27.0" |
2239 | 2260 | eslint-visitor-keys "^2.0.0" |
2240 | 2261 | |
2241 | -"@typescript-eslint/visitor-keys@4.29.0": | |
2242 | - version "4.29.0" | |
2243 | - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.0.tgz#1ff60f240def4d85ea68d4fd2e4e9759b7850c04" | |
2244 | - integrity sha512-LoaofO1C/jAJYs0uEpYMXfHboGXzOJeV118X4OsZu9f7rG7Pr9B3+4HTU8+err81rADa4xfQmAxnRnPAI2jp+Q== | |
2262 | +"@typescript-eslint/visitor-keys@4.29.1": | |
2263 | + version "4.29.1" | |
2264 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.1.tgz#0615be8b55721f5e854f3ee99f1a714f2d093e5d" | |
2265 | + integrity sha512-zLqtjMoXvgdZY/PG6gqA73V8BjqPs4af1v2kiiETBObp+uC6gRYnJLmJHxC0QyUrrHDLJPIWNYxoBV3wbcRlag== | |
2245 | 2266 | dependencies: |
2246 | - "@typescript-eslint/types" "4.29.0" | |
2267 | + "@typescript-eslint/types" "4.29.1" | |
2247 | 2268 | eslint-visitor-keys "^2.0.0" |
2248 | 2269 | |
2249 | 2270 | "@vitejs/plugin-legacy@^1.5.1": |
... | ... | @@ -2334,17 +2355,6 @@ |
2334 | 2355 | html-tags "^3.1.0" |
2335 | 2356 | svg-tags "^1.0.0" |
2336 | 2357 | |
2337 | -"@vue/compiler-core@3.1.5": | |
2338 | - version "3.1.5" | |
2339 | - resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.1.5.tgz#298f905b6065d6d81ff63756f98c60876b393c87" | |
2340 | - integrity sha512-TXBhFinoBaXKDykJzY26UEuQU1K07FOp/0Ie+OXySqqk0bS0ZO7Xvl7UmiTUPYcLrWbxWBR7Bs/y55AI0MNc2Q== | |
2341 | - dependencies: | |
2342 | - "@babel/parser" "^7.12.0" | |
2343 | - "@babel/types" "^7.12.0" | |
2344 | - "@vue/shared" "3.1.5" | |
2345 | - estree-walker "^2.0.1" | |
2346 | - source-map "^0.6.1" | |
2347 | - | |
2348 | 2358 | "@vue/compiler-core@3.2.0-beta.3": |
2349 | 2359 | version "3.2.0-beta.3" |
2350 | 2360 | resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.0-beta.3.tgz#3a10628c6bb4d4b5df28bcdb6522a6c7702fc152" |
... | ... | @@ -2356,13 +2366,16 @@ |
2356 | 2366 | estree-walker "^2.0.1" |
2357 | 2367 | source-map "^0.6.1" |
2358 | 2368 | |
2359 | -"@vue/compiler-dom@3.1.5": | |
2360 | - version "3.1.5" | |
2361 | - resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.1.5.tgz#cbb97020c62a5faa3fbc2a97916bd98041ac9856" | |
2362 | - integrity sha512-ZsL3jqJ52OjGU/YiT/9XiuZAmWClKInZM2aFJh9gnsAPqOrj2JIELMbkIFpVKR/CrVO/f2VxfPiiQdQTr65jcQ== | |
2369 | +"@vue/compiler-core@3.2.2": | |
2370 | + version "3.2.2" | |
2371 | + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.2.tgz#8d3e29f129579ed9b14f48af735fd8d95f248504" | |
2372 | + integrity sha512-QhCI0ZU5nAR0LMcLgzW3v75374tIrHGp8XG5CzJS7Nsy+iuignbE4MZ2XJfh5TGIrtpuzfWA4eTIfukZf/cRdg== | |
2363 | 2373 | dependencies: |
2364 | - "@vue/compiler-core" "3.1.5" | |
2365 | - "@vue/shared" "3.1.5" | |
2374 | + "@babel/parser" "^7.12.0" | |
2375 | + "@babel/types" "^7.12.0" | |
2376 | + "@vue/shared" "3.2.2" | |
2377 | + estree-walker "^2.0.1" | |
2378 | + source-map "^0.6.1" | |
2366 | 2379 | |
2367 | 2380 | "@vue/compiler-dom@3.2.0-beta.3", "@vue/compiler-dom@^3.2.0-beta.3": |
2368 | 2381 | version "3.2.0-beta.3" |
... | ... | @@ -2372,18 +2385,26 @@ |
2372 | 2385 | "@vue/compiler-core" "3.2.0-beta.3" |
2373 | 2386 | "@vue/shared" "3.2.0-beta.3" |
2374 | 2387 | |
2375 | -"@vue/compiler-sfc@3.1.5": | |
2376 | - version "3.1.5" | |
2377 | - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.5.tgz#e61e54f3a963b0f4a8e523fbb8632390dc52b0d6" | |
2378 | - integrity sha512-mtMY6xMvZeSRx9MTa1+NgJWndrkzVTdJ1pQAmAKQuxyb5LsHVvrgP7kcQFvxPHVpLVTORbTJWHaiqoKrJvi1iA== | |
2388 | +"@vue/compiler-dom@3.2.2": | |
2389 | + version "3.2.2" | |
2390 | + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.2.tgz#26e198498746c53047c3744d26fc95e670692ab7" | |
2391 | + integrity sha512-ggcc+NV/ENIE0Uc3TxVE/sKrhYVpLepMAAmEiQ047332mbKOvUkowz4TTFZ+YkgOIuBOPP0XpCxmCMg7p874mA== | |
2392 | + dependencies: | |
2393 | + "@vue/compiler-core" "3.2.2" | |
2394 | + "@vue/shared" "3.2.2" | |
2395 | + | |
2396 | +"@vue/compiler-sfc@3.2.2": | |
2397 | + version "3.2.2" | |
2398 | + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.2.tgz#5b7b13b07689be8e4880d856f72d1be500785be9" | |
2399 | + integrity sha512-hrtqpQ5L6IPn5v7yVRo7uvLcQxv0z1+KBjZBWMBOcrXz4t+PKUxU/SWd6Tl9T8FDmYlunzKUh6lcx+2CLo6f5A== | |
2379 | 2400 | dependencies: |
2380 | 2401 | "@babel/parser" "^7.13.9" |
2381 | 2402 | "@babel/types" "^7.13.0" |
2382 | 2403 | "@types/estree" "^0.0.48" |
2383 | - "@vue/compiler-core" "3.1.5" | |
2384 | - "@vue/compiler-dom" "3.1.5" | |
2385 | - "@vue/compiler-ssr" "3.1.5" | |
2386 | - "@vue/shared" "3.1.5" | |
2404 | + "@vue/compiler-core" "3.2.2" | |
2405 | + "@vue/compiler-dom" "3.2.2" | |
2406 | + "@vue/compiler-ssr" "3.2.2" | |
2407 | + "@vue/shared" "3.2.2" | |
2387 | 2408 | consolidate "^0.16.0" |
2388 | 2409 | estree-walker "^2.0.1" |
2389 | 2410 | hash-sum "^2.0.0" |
... | ... | @@ -2418,14 +2439,6 @@ |
2418 | 2439 | postcss-selector-parser "^6.0.4" |
2419 | 2440 | source-map "^0.6.1" |
2420 | 2441 | |
2421 | -"@vue/compiler-ssr@3.1.5": | |
2422 | - version "3.1.5" | |
2423 | - resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.1.5.tgz#f068652774293256a1e53084bed48a67682df9d2" | |
2424 | - integrity sha512-CU5N7Di/a4lyJ18LGJxJYZS2a8PlLdWpWHX9p/XcsjT2TngMpj3QvHVRkuik2u8QrIDZ8OpYmTyj1WDNsOV+Dg== | |
2425 | - dependencies: | |
2426 | - "@vue/compiler-dom" "3.1.5" | |
2427 | - "@vue/shared" "3.1.5" | |
2428 | - | |
2429 | 2442 | "@vue/compiler-ssr@3.2.0-beta.3": |
2430 | 2443 | version "3.2.0-beta.3" |
2431 | 2444 | resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.0-beta.3.tgz#88106c28f915a17131652eace2032f8d70b05734" |
... | ... | @@ -2434,6 +2447,14 @@ |
2434 | 2447 | "@vue/compiler-dom" "3.2.0-beta.3" |
2435 | 2448 | "@vue/shared" "3.2.0-beta.3" |
2436 | 2449 | |
2450 | +"@vue/compiler-ssr@3.2.2": | |
2451 | + version "3.2.2" | |
2452 | + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.2.tgz#633bb8e01f00a969c35ca12db32be7fe4c7185a9" | |
2453 | + integrity sha512-rVl1agMFhdEN3Go0bCriXo+3cysxKIuRP0yh1Wd8ysRrKfAmokyDhUA8PrGSq2Ymj/LdZTh+4OKfj3p2+C+hlA== | |
2454 | + dependencies: | |
2455 | + "@vue/compiler-dom" "3.2.2" | |
2456 | + "@vue/shared" "3.2.2" | |
2457 | + | |
2437 | 2458 | "@vue/devtools-api@^6.0.0-beta.14", "@vue/devtools-api@^6.0.0-beta.7": |
2438 | 2459 | version "6.0.0-beta.14" |
2439 | 2460 | resolved "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.0.0-beta.14.tgz#6ed2d6f8d66a9256c9ad04bfff08309ba87b9723" |
... | ... | @@ -2444,12 +2465,12 @@ |
2444 | 2465 | resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.15.tgz#ad7cb384e062f165bcf9c83732125bffbc2ad83d" |
2445 | 2466 | integrity sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA== |
2446 | 2467 | |
2447 | -"@vue/reactivity@3.1.5": | |
2448 | - version "3.1.5" | |
2449 | - resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.1.5.tgz#dbec4d9557f7c8f25c2635db1e23a78a729eb991" | |
2450 | - integrity sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg== | |
2468 | +"@vue/reactivity@3.2.2": | |
2469 | + version "3.2.2" | |
2470 | + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.2.tgz#d37011a68395e038a3cf5256af52d48c591b06b6" | |
2471 | + integrity sha512-IHjhtmrhK6dzacj/EnLQDWOaA3HuzzVk6w84qgV8EpS4uWGIJXiRalMRg6XvGW2ykJvIl3pLsF0aBFlTMRiLOA== | |
2451 | 2472 | dependencies: |
2452 | - "@vue/shared" "3.1.5" | |
2473 | + "@vue/shared" "3.2.2" | |
2453 | 2474 | |
2454 | 2475 | "@vue/reactivity@^3.2.0-beta.3": |
2455 | 2476 | version "3.2.0-beta.3" |
... | ... | @@ -2458,50 +2479,50 @@ |
2458 | 2479 | dependencies: |
2459 | 2480 | "@vue/shared" "3.2.0-beta.3" |
2460 | 2481 | |
2461 | -"@vue/runtime-core@3.1.5": | |
2462 | - version "3.1.5" | |
2463 | - resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.1.5.tgz#a545b7f146092929cb5e833e85439150f17ac87b" | |
2464 | - integrity sha512-YQbG5cBktN1RowQDKA22itmvQ+b40f0WgQ6CXK4VYoYICAiAfu6Cc14777ve8zp1rJRGtk5oIeS149TOculrTg== | |
2482 | +"@vue/runtime-core@3.2.2": | |
2483 | + version "3.2.2" | |
2484 | + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.2.tgz#b9a7250783de19dd8dd6febf008084b0f9144586" | |
2485 | + integrity sha512-/aUk1+GO/VPX0oVxhbzSWE1zrf3/wGCsO1ALNisVokYftKqfqLDjbJHE6mrI2hx3MiuwbHrWjJClkGUVTIOPEQ== | |
2465 | 2486 | dependencies: |
2466 | - "@vue/reactivity" "3.1.5" | |
2467 | - "@vue/shared" "3.1.5" | |
2487 | + "@vue/reactivity" "3.2.2" | |
2488 | + "@vue/shared" "3.2.2" | |
2468 | 2489 | |
2469 | -"@vue/runtime-dom@3.1.5": | |
2470 | - version "3.1.5" | |
2471 | - resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.1.5.tgz#4fa28947d408aa368fa17ea0edc1beb9af1472a1" | |
2472 | - integrity sha512-tNcf3JhVR0RfW0kw1p8xZgv30nvX8Y9rsz7eiQ0dHe273sfoCngAG0y4GvMaY4Xd8FsjUwFedd4suQ8Lu8meXg== | |
2490 | +"@vue/runtime-dom@3.2.2": | |
2491 | + version "3.2.2" | |
2492 | + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.2.tgz#6d0da23ed1cfc702477f4b8c5dc4f9335c94e119" | |
2493 | + integrity sha512-1Le/NpCfawCOfePfJezvWUF+oCVLU8N+IHN4oFDOxRe6/PgHNJ+yT+YdxFifBfI+TIAoXI/9PsnqzmJZV+xsmw== | |
2473 | 2494 | dependencies: |
2474 | - "@vue/runtime-core" "3.1.5" | |
2475 | - "@vue/shared" "3.1.5" | |
2495 | + "@vue/runtime-core" "3.2.2" | |
2496 | + "@vue/shared" "3.2.2" | |
2476 | 2497 | csstype "^2.6.8" |
2477 | 2498 | |
2478 | -"@vue/shared@3.1.5": | |
2479 | - version "3.1.5" | |
2480 | - resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.1.5.tgz#74ee3aad995d0a3996a6bb9533d4d280514ede03" | |
2481 | - integrity sha512-oJ4F3TnvpXaQwZJNF3ZK+kLPHKarDmJjJ6jyzVNDKH9md1dptjC7lWR//jrGuLdek/U6iltWxqAnYOu8gCiOvA== | |
2482 | - | |
2483 | 2499 | "@vue/shared@3.2.0-beta.3", "@vue/shared@^3.2.0-beta.3": |
2484 | 2500 | version "3.2.0-beta.3" |
2485 | 2501 | resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.0-beta.3.tgz#043c5a4d3bc9676508557e9199c625995cf14929" |
2486 | 2502 | integrity sha512-IzJBLNwh2CDTbVqQt979f5rczw9Uib97RkaGckmUGuC9bAG1sw/EXskrxc87p8xxaiI70LdVHnOhriprfKjmMw== |
2487 | 2503 | |
2504 | +"@vue/shared@3.2.2": | |
2505 | + version "3.2.2" | |
2506 | + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.2.tgz#6104185ebd57af5a14ac51c1f491b2205fc24054" | |
2507 | + integrity sha512-dvYb318tk9uOzHtSaT3WII/HscQSIRzoCZ5GyxEb3JlkEXASpAUAQwKnvSe2CudnF8XHFRTB7VITWSnWNLZUtA== | |
2508 | + | |
2488 | 2509 | "@vue/test-utils@^2.0.0-rc.12": |
2489 | 2510 | version "2.0.0-rc.12" |
2490 | 2511 | resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.0.0-rc.12.tgz#716a84d915d6045640eeac416cc2a2acd514e06e" |
2491 | 2512 | integrity sha512-G9BGRYlfwWjhorGjnpniC3hcYn1pCG2NqKG68fdUpk3DgWKordZ+BsEFD/SAmKdTZVMCY1huFwY3XAbPc+AgRw== |
2492 | 2513 | |
2493 | -"@vueuse/core@^5.2.0": | |
2494 | - version "5.2.0" | |
2495 | - resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-5.2.0.tgz#c2c0b89d9506fdfca41cd3056e38478226bc5e31" | |
2496 | - integrity sha512-IS2QnVZ4lTlRUtgPHJ4ttTatXGWRZuvj/GJDVp8FRlUjzKXD0YjZtx0280FCg7y3YejXV2QGhY+/YrXybMjpPw== | |
2514 | +"@vueuse/core@^5.3.0": | |
2515 | + version "5.3.0" | |
2516 | + resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-5.3.0.tgz#d8c6e939e18089afa224fab6e443fae2bdb57a51" | |
2517 | + integrity sha512-bBL1/JMRHFWmbgQzUZHF4WOwlqfenR1B8+elriXsbnHlogQM5foSz9++WyDBR0YPIVgCJq7fvNLqd4T7+cjc5w== | |
2497 | 2518 | dependencies: |
2498 | - "@vueuse/shared" "5.2.0" | |
2519 | + "@vueuse/shared" "5.3.0" | |
2499 | 2520 | vue-demi "*" |
2500 | 2521 | |
2501 | -"@vueuse/shared@5.2.0": | |
2502 | - version "5.2.0" | |
2503 | - resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-5.2.0.tgz#894921cf5e5fc7f9afa7d7870800b0c9cd265e0c" | |
2504 | - integrity sha512-PD2PBaEcdl+pXXeKjhU+LZqQuA9xX/6mtVGIYG29xsjH7W3IjU164nwCAfDe2Lsy8rMaYmVqVSB6PHtiZZyDSg== | |
2522 | +"@vueuse/shared@5.3.0": | |
2523 | + version "5.3.0" | |
2524 | + resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-5.3.0.tgz#2b9583f80f1284242f808925e7e141310e400e45" | |
2525 | + integrity sha512-qZfkPFH0qTScFpYiPOFpTcxWriRhlM3bgSzl3DFTgr/U0eZg3w2EFWaRZHdWeSvAUdNQyjOC4Toa8S0zJyEjHw== | |
2505 | 2526 | dependencies: |
2506 | 2527 | vue-demi "*" |
2507 | 2528 | |
... | ... | @@ -2563,6 +2584,11 @@ acorn-walk@^7.1.1: |
2563 | 2584 | resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" |
2564 | 2585 | integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== |
2565 | 2586 | |
2587 | +acorn-walk@^8.1.1: | |
2588 | + version "8.1.1" | |
2589 | + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.1.1.tgz#3ddab7f84e4a7e2313f6c414c5b7dac85f4e3ebc" | |
2590 | + integrity sha512-FbJdceMlPHEAWJOILDk1fXD8lnTlEIWFkqtfk+MvmL5q/qlHfN7GEHcsFZWt/Tea9jRNPWUZG4G976nqAAmU9w== | |
2591 | + | |
2566 | 2592 | acorn@^7.1.1, acorn@^7.4.0: |
2567 | 2593 | version "7.4.1" |
2568 | 2594 | resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" |
... | ... | @@ -2573,6 +2599,11 @@ acorn@^8.2.4: |
2573 | 2599 | resolved "https://registry.npmjs.org/acorn/-/acorn-8.4.0.tgz#af53266e698d7cffa416714b503066a82221be60" |
2574 | 2600 | integrity sha512-ULr0LDaEqQrMFGyQ3bhJkLsbtrQ8QibAseGZeaSUiT/6zb9IvIkomWHJIvgvwad+hinRAgsI51JcWk2yvwyL+w== |
2575 | 2601 | |
2602 | +acorn@^8.4.1: | |
2603 | + version "8.4.1" | |
2604 | + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c" | |
2605 | + integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA== | |
2606 | + | |
2576 | 2607 | add-stream@^1.0.0: |
2577 | 2608 | version "1.0.0" |
2578 | 2609 | resolved "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" |
... | ... | @@ -2682,10 +2713,10 @@ ansi-styles@^5.0.0: |
2682 | 2713 | resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" |
2683 | 2714 | integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== |
2684 | 2715 | |
2685 | -ant-design-vue@2.2.3: | |
2686 | - version "2.2.3" | |
2687 | - resolved "https://registry.yarnpkg.com/ant-design-vue/-/ant-design-vue-2.2.3.tgz#1fccd5f0143e24461c509848c7d38c2569ba6fe1" | |
2688 | - integrity sha512-7A+dw9ESJic71g5AZPjVP65KMT/8LO8mEzX1XVrZfyevsiLu1P51Vw/tJ85dkrwQNeYvAaqq+hUE4LjKjDdVwg== | |
2716 | +ant-design-vue@2.2.6: | |
2717 | + version "2.2.6" | |
2718 | + resolved "https://registry.yarnpkg.com/ant-design-vue/-/ant-design-vue-2.2.6.tgz#2acf45ea8bb2bb8a0e48a83fa9c6a827fef5236f" | |
2719 | + integrity sha512-WgZow4FtrsAZON01wv+ObuXWL1Elaq/fhPRdmOEfFx5f8azTDBYL75A8dVl59TNBKW8FdSGBTl9PZYzW5eO6Gw== | |
2689 | 2720 | dependencies: |
2690 | 2721 | "@ant-design/icons-vue" "^6.0.0" |
2691 | 2722 | "@babel/runtime" "^7.10.5" |
... | ... | @@ -2698,6 +2729,7 @@ ant-design-vue@2.2.3: |
2698 | 2729 | lodash-es "^4.17.15" |
2699 | 2730 | moment "^2.27.0" |
2700 | 2731 | omit.js "^2.0.0" |
2732 | + resize-observer-polyfill "^1.5.1" | |
2701 | 2733 | scroll-into-view-if-needed "^2.2.25" |
2702 | 2734 | shallow-equal "^1.0.0" |
2703 | 2735 | vue-types "^3.0.0" |
... | ... | @@ -4689,6 +4721,11 @@ esbuild@^0.11.23: |
4689 | 4721 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.11.23.tgz#c42534f632e165120671d64db67883634333b4b8" |
4690 | 4722 | integrity sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q== |
4691 | 4723 | |
4724 | +esbuild@^0.12.17: | |
4725 | + version "0.12.19" | |
4726 | + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.19.tgz#ab849766705a5093df5acd8ec2f6ba2159a38a6c" | |
4727 | + integrity sha512-5NuT1G6THW7l3fsSCDkcPepn24R0XtyPjKoqKHD8LfhqMXzCdz0mrS9HgO6hIhzVT7zt0T+JGbzCqF5AH8hS9w== | |
4728 | + | |
4692 | 4729 | esbuild@^0.12.6, esbuild@^0.12.8: |
4693 | 4730 | version "0.12.9" |
4694 | 4731 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.12.9.tgz#bed4e7087c286cd81d975631f77d47feb1660070" |
... | ... | @@ -4755,10 +4792,10 @@ eslint-plugin-prettier@^3.4.0: |
4755 | 4792 | dependencies: |
4756 | 4793 | prettier-linter-helpers "^1.0.0" |
4757 | 4794 | |
4758 | -eslint-plugin-vue@^7.15.1: | |
4759 | - version "7.15.1" | |
4760 | - resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.15.1.tgz#699c1f3ce2032ea8843b8d5d1adb863b7979965c" | |
4761 | - integrity sha512-4/r+n/i+ovyeW2gVRRH92kpy4lkpFbyPR4BMxGBTLtGnwqOKKzjSo6EMSaT0RhWPvEjK9uifcY8e7z5n8BIEgw== | |
4795 | +eslint-plugin-vue@^7.16.0: | |
4796 | + version "7.16.0" | |
4797 | + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.16.0.tgz#7fe9fea039a190b108319c1380adf543ef57707d" | |
4798 | + integrity sha512-0E2dVvVC7I2Xm1HXyx+ZwPj9CNX4NJjs4K4r+GVsHWyt5Pew3JLD4fI7A91b2jeL0TXE7LlszrwLSTJU9eqehw== | |
4762 | 4799 | dependencies: |
4763 | 4800 | eslint-utils "^2.1.0" |
4764 | 4801 | natural-compare "^1.4.0" |
... | ... | @@ -8744,12 +8781,13 @@ pify@^4.0.1: |
8744 | 8781 | resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" |
8745 | 8782 | integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== |
8746 | 8783 | |
8747 | -pinia@2.0.0-beta.5: | |
8748 | - version "2.0.0-beta.5" | |
8749 | - resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.0.0-beta.5.tgz#4825e66f939a50d6b11ffc4816b6e56b22fd0752" | |
8750 | - integrity sha512-0XvufXNkEvl7Fk6wrg5DH/JYPihkoknet950SQNIlWxXpeI7omwR0H00QPIiEYkrdbsiHXJyvI2XndWGvD4v5A== | |
8784 | +pinia@2.0.0-rc.4: | |
8785 | + version "2.0.0-rc.4" | |
8786 | + resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.0.0-rc.4.tgz#43fca89aeb8d397ca9900f001c2125c4d6765dd6" | |
8787 | + integrity sha512-I43V1TIFyDWT4UTi1CPLQXQZYXGQHQMKpDPI+oxC2fv0c+ej0fQBoKCn4WbfRWB+Vf5chhWM97GFLI+OWmUQEQ== | |
8751 | 8788 | dependencies: |
8752 | 8789 | "@vue/devtools-api" "^6.0.0-beta.15" |
8790 | + vue-demi latest | |
8753 | 8791 | |
8754 | 8792 | pinkie-promise@^2.0.0: |
8755 | 8793 | version "2.0.1" |
... | ... | @@ -9689,10 +9727,10 @@ rollup-plugin-visualizer@5.5.2: |
9689 | 9727 | source-map "^0.7.3" |
9690 | 9728 | yargs "^16.2.0" |
9691 | 9729 | |
9692 | -rollup@^2.38.5, rollup@^2.43.1, rollup@^2.55.1, rollup@^2.56.1: | |
9693 | - version "2.56.1" | |
9694 | - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.1.tgz#f29dbc04a5d532dfa904f76b62395f359506211e" | |
9695 | - integrity sha512-KkrsNjeiTfGJMUFBi/PNfj3fnt70akqdoNXOjlzwo98uA1qrlkmgt6SGaK5OwhyDYCVnJb6jb2Xa2wbI47P4Nw== | |
9730 | +rollup@^2.38.5, rollup@^2.43.1, rollup@^2.55.1, rollup@^2.56.2: | |
9731 | + version "2.56.2" | |
9732 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.2.tgz#a045ff3f6af53ee009b5f5016ca3da0329e5470f" | |
9733 | + integrity sha512-s8H00ZsRi29M2/lGdm1u8DJpJ9ML8SUOpVVBd33XNeEeL3NVaTiUcSBHzBdF3eAyR0l7VSpsuoVUGrRHq7aPwQ== | |
9696 | 9734 | optionalDependencies: |
9697 | 9735 | fsevents "~2.3.2" |
9698 | 9736 | |
... | ... | @@ -10010,7 +10048,7 @@ source-map-resolve@^0.5.0: |
10010 | 10048 | source-map-url "^0.4.0" |
10011 | 10049 | urix "^0.1.0" |
10012 | 10050 | |
10013 | -source-map-support@^0.5.17, source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.19: | |
10051 | +source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.19: | |
10014 | 10052 | version "0.5.19" |
10015 | 10053 | resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" |
10016 | 10054 | integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== |
... | ... | @@ -10806,20 +10844,22 @@ ts-jest@^27.0.4: |
10806 | 10844 | semver "7.x" |
10807 | 10845 | yargs-parser "20.x" |
10808 | 10846 | |
10809 | -ts-node@^10.1.0: | |
10810 | - version "10.1.0" | |
10811 | - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.1.0.tgz#e656d8ad3b61106938a867f69c39a8ba6efc966e" | |
10812 | - integrity sha512-6szn3+J9WyG2hE+5W8e0ruZrzyk1uFLYye6IGMBadnOzDh8aP7t8CbFpsfCiEx2+wMixAhjFt7lOZC4+l+WbEA== | |
10847 | +ts-node@^10.2.0: | |
10848 | + version "10.2.0" | |
10849 | + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.0.tgz#f1e88249a00e26aa95e9a93c50f70241a8a1c4bb" | |
10850 | + integrity sha512-FstYHtQz6isj8rBtYMN4bZdnXN1vq4HCbqn9vdNQcInRqtB86PePJQIxE6es0PhxKWhj2PHuwbG40H+bxkZPmg== | |
10813 | 10851 | dependencies: |
10852 | + "@cspotcode/source-map-support" "0.6.1" | |
10814 | 10853 | "@tsconfig/node10" "^1.0.7" |
10815 | 10854 | "@tsconfig/node12" "^1.0.7" |
10816 | 10855 | "@tsconfig/node14" "^1.0.0" |
10817 | - "@tsconfig/node16" "^1.0.1" | |
10856 | + "@tsconfig/node16" "^1.0.2" | |
10857 | + acorn "^8.4.1" | |
10858 | + acorn-walk "^8.1.1" | |
10818 | 10859 | arg "^4.1.0" |
10819 | 10860 | create-require "^1.1.0" |
10820 | 10861 | diff "^4.0.1" |
10821 | 10862 | make-error "^1.1.1" |
10822 | - source-map-support "^0.5.17" | |
10823 | 10863 | yn "3.1.1" |
10824 | 10864 | |
10825 | 10865 | tslib@2.0.3: |
... | ... | @@ -11306,12 +11346,12 @@ vite-plugin-windicss@^1.2.7: |
11306 | 11346 | debug "^4.3.2" |
11307 | 11347 | windicss "^3.1.6" |
11308 | 11348 | |
11309 | -vite@2.4.4: | |
11310 | - version "2.4.4" | |
11311 | - resolved "https://registry.yarnpkg.com/vite/-/vite-2.4.4.tgz#8c402a07ad45f168f6eb5428bead38f3e4363e47" | |
11312 | - integrity sha512-m1wK6pFJKmaYA6AeZIUXyiAgUAAJzVXhIMYCdZUpCaFMGps0v0IlNJtbmPvkUhVEyautalajmnW5X6NboUPsnw== | |
11349 | +vite@2.5.0-beta.2: | |
11350 | + version "2.5.0-beta.2" | |
11351 | + resolved "https://registry.yarnpkg.com/vite/-/vite-2.5.0-beta.2.tgz#3b71eecb17b7e62869366a91e92bd26578bb4f7f" | |
11352 | + integrity sha512-PgPOlTg7w6VGDx1HCUHfDoXeQ6cWKCO2tHz3om27VLjfu/92T1kyhuJf/VM6sa+orPOkTLUZWaHI9bPQjgtLrA== | |
11313 | 11353 | dependencies: |
11314 | - esbuild "^0.12.8" | |
11354 | + esbuild "^0.12.17" | |
11315 | 11355 | postcss "^8.3.6" |
11316 | 11356 | resolve "^1.20.0" |
11317 | 11357 | rollup "^2.38.5" |
... | ... | @@ -11470,6 +11510,11 @@ vue-demi@*: |
11470 | 11510 | resolved "https://registry.npmjs.org/vue-demi/-/vue-demi-0.9.1.tgz#25d6e1ebd4d4010757ff3571e2bf6a1d7bf3de82" |
11471 | 11511 | integrity sha512-7s1lufRD2l369eFWPjgLvhqCRk0XzGWJsQc7K4q+0mZtixyGIvsK1Cg88P4NcaRIEiBuuN4q1NN4SZKFKwQswA== |
11472 | 11512 | |
11513 | +vue-demi@latest: | |
11514 | + version "0.11.2" | |
11515 | + resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.11.2.tgz#faa06da53887c493a695b997f4fcb4784a667990" | |
11516 | + integrity sha512-J+X8Au6BhQdcej6LY4O986634hZLu55L0ewU2j8my7WIKlu8cK0dqmdUxqVHHMd/cMrKKZ9SywB/id6aLhwCtA== | |
11517 | + | |
11473 | 11518 | vue-eslint-parser@^7.10.0: |
11474 | 11519 | version "7.10.0" |
11475 | 11520 | resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.10.0.tgz#ea4e4b10fd10aa35c8a79ac783488d8abcd29be8" |
... | ... | @@ -11498,10 +11543,10 @@ vue-json-pretty@^2.0.3: |
11498 | 11543 | resolved "https://registry.yarnpkg.com/vue-json-pretty/-/vue-json-pretty-2.0.3.tgz#9b618a18643d6ac0ebf866c1a98722c5628dbec3" |
11499 | 11544 | integrity sha512-z6W4CQK+KH3r5G/hssTf8AzLGKU5wx5gw7sPFLP+FDHVQRRLmP5x3T1ag9PmBH3PxlkFwiMk8OdXtq619iPXTw== |
11500 | 11545 | |
11501 | -vue-router@^4.0.10: | |
11502 | - version "4.0.10" | |
11503 | - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.10.tgz#ec8fda032949b2a31d3273170f8f376e86eb52ac" | |
11504 | - integrity sha512-YbPf6QnZpyyWfnk7CUt2Bme+vo7TLfg1nGZNkvYqKYh4vLaFw6Gn8bPGdmt5m4qrGnKoXLqc4htAsd3dIukICA== | |
11546 | +vue-router@^4.0.11: | |
11547 | + version "4.0.11" | |
11548 | + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.11.tgz#cd649a0941c635281763a20965b599643ddc68ed" | |
11549 | + integrity sha512-sha6I8fx9HWtvTrFZfxZkiQQBpqSeT+UCwauYjkdOQYRvwsGwimlQQE2ayqUwuuXGzquFpCPoXzYKWlzL4OuXg== | |
11505 | 11550 | dependencies: |
11506 | 11551 | "@vue/devtools-api" "^6.0.0-beta.14" |
11507 | 11552 | |
... | ... | @@ -11519,21 +11564,21 @@ vue-types@^3.0.0: |
11519 | 11564 | dependencies: |
11520 | 11565 | is-plain-object "3.0.1" |
11521 | 11566 | |
11522 | -vue-types@^4.0.2: | |
11523 | - version "4.0.2" | |
11524 | - resolved "https://registry.yarnpkg.com/vue-types/-/vue-types-4.0.2.tgz#aef6ed1ef92f1347e2e5d3ee05553453b7c86722" | |
11525 | - integrity sha512-DimV9K0BPMYCs3iE52L8LzktydLU3DTYLNnWg11l3C5DFIhrQd1m6tP/37glyrFDFM48WdYm7rOOahYnLFdIhA== | |
11567 | +vue-types@^4.0.3: | |
11568 | + version "4.0.3" | |
11569 | + resolved "https://registry.yarnpkg.com/vue-types/-/vue-types-4.0.3.tgz#0e0a3b88dd426b39bf161442c573b44ed34e2bb2" | |
11570 | + integrity sha512-Yn/TNUaYhkC9ezET5aYJuvxDzPTfEWPIvvRWVjgVAv9vuJG3VTLoTsgJvF4KmdyliBzMum6yoD6uUYVG6245yg== | |
11526 | 11571 | dependencies: |
11527 | 11572 | is-plain-object "5.0.0" |
11528 | 11573 | |
11529 | -vue@3.1.5: | |
11530 | - version "3.1.5" | |
11531 | - resolved "https://registry.yarnpkg.com/vue/-/vue-3.1.5.tgz#12879b11d0685ee4478c8869551799630a52f9fe" | |
11532 | - integrity sha512-Ho7HNb1nfDoO+HVb6qYZgeaobt1XbY6KXFe4HGs1b9X6RhkWG/113n4/SrtM1LUclM6OrP/Se5aPHHvAPG1iVQ== | |
11574 | +vue@3.2.2: | |
11575 | + version "3.2.2" | |
11576 | + resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.2.tgz#11715cb71a02baefd0f6e6552dc623680eb1bf32" | |
11577 | + integrity sha512-D/LuzAV30CgNJYGyNheE/VUs5N4toL2IgmS6c9qeOxvyh0xyn4exyRqizpXIrsvfx34zG9x5gCI2tdRHCGvF9w== | |
11533 | 11578 | dependencies: |
11534 | - "@vue/compiler-dom" "3.1.5" | |
11535 | - "@vue/runtime-dom" "3.1.5" | |
11536 | - "@vue/shared" "3.1.5" | |
11579 | + "@vue/compiler-dom" "3.2.2" | |
11580 | + "@vue/runtime-dom" "3.2.2" | |
11581 | + "@vue/shared" "3.2.2" | |
11537 | 11582 | |
11538 | 11583 | w3c-hr-time@^1.0.2: |
11539 | 11584 | version "1.0.2" | ... | ... |