From 4382bfa9baed869a631980487bad0188b66ddb9c Mon Sep 17 00:00:00 2001 From: Soybean <2570172956@qq.com> Date: Fri, 4 Jun 2021 01:41:16 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=20=E4=BE=9D=E8=B5=96=E5=8D=87?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 4 +- package.json | 27 +++-- src/App.vue | 4 +- yarn.lock | 335 ++++++++++++++++++++++++++------------------------- 4 files changed, 190 insertions(+), 180 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index d5ccc3d6..89bf89f4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,7 +3,7 @@ module.exports = { browser: true, es2021: true }, - extends: ['plugin:vue/vue3-essential', 'airbnb-base', 'plugin:prettier/recommended'], + extends: ['plugin:vue/vue3-recommended', 'airbnb-base', 'plugin:prettier/recommended'], parserOptions: { ecmaVersion: 12, parser: '@typescript-eslint/parser', @@ -11,7 +11,7 @@ module.exports = { }, plugins: ['vue', '@typescript-eslint'], rules: { - 'no-unused-vars': 0, + 'no-unused-vars': 1, 'import/extensions': ['error', 'never'], 'import/no-extraneous-dependencies': [2, { devDependencies: true }], 'import/no-unresolved': 0, diff --git a/package.json b/package.json index 3e3da272..c5702b7c 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "dev": "vite", "build": "vue-tsc --noEmit --skipLibCheck && vite build", "serve": "vite preview", + "lint": "eslint ./src --ext .vue,.js,jsx,.ts,tsx", "lint:fix": "eslint --fix ./src --ext .vue,.js,jsx,.ts,tsx", "prepare": "husky install" }, @@ -14,7 +15,7 @@ "dependencies": { "axios": "^0.21.1", "dayjs": "^1.10.5", - "element-plus": "^1.0.2-beta.44", + "element-plus": "^1.0.2-beta.46", "nprogress": "^0.2.0", "qs": "^6.10.1", "smoothscroll-polyfill": "^0.4.4", @@ -23,13 +24,13 @@ "devDependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", - "@iconify/json": "^1.1.349", + "@iconify/json": "^1.1.352", "@types/nprogress": "^0.2.0", "@types/qs": "^6.9.6", "@types/smoothscroll-polyfill": "^0.3.1", - "@typescript-eslint/eslint-plugin": "^4.25.0", - "@typescript-eslint/parser": "^4.25.0", - "@vitejs/plugin-vue": "^1.2.2", + "@typescript-eslint/eslint-plugin": "^4.26.0", + "@typescript-eslint/parser": "^4.26.0", + "@vitejs/plugin-vue": "^1.2.3", "@vue/compiler-sfc": "^3.0.11", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", @@ -38,21 +39,21 @@ "eslint": "^7.27.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.23.3", + "eslint-plugin-import": "^2.23.4", "eslint-plugin-prettier": "^3.4.0", - "eslint-plugin-vue": "^7.9.0", + "eslint-plugin-vue": "^7.10.0", "husky": "^6.0.0", "lint-staged": "^11.0.0", "prettier": "^2.3.0", - "sass": "^1.34.0", + "sass": "^1.34.1", "typescript": "^4.3.2", - "vite": "^2.3.4", - "vite-plugin-components": "^0.10.2", + "vite": "^2.3.6", + "vite-plugin-components": "^0.10.4", "vite-plugin-html": "^2.0.7", - "vite-plugin-icons": "^0.5.1", + "vite-plugin-icons": "^0.6.0", "vite-plugin-style-import": "^0.10.1", - "vite-plugin-windicss": "^0.16.5", - "vue-tsc": "^0.1.6", + "vite-plugin-windicss": "^0.17.0", + "vue-tsc": "^0.1.7", "windicss": "^3.0.12" }, "config": { diff --git a/src/App.vue b/src/App.vue index d99c46a5..0b16dbb8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,7 @@ diff --git a/yarn.lock b/yarn.lock index 3efa82b9..d01c7f72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -224,10 +224,10 @@ resolved "https://registry.npm.taobao.org/@iconify/json-tools/download/@iconify/json-tools-1.0.10.tgz#d9a7050dbbe8bb29d684d4b3f9446ed2d0bea3cc" integrity sha1-2acFDbvouynWhNSz+URu0tC+o8w= -"@iconify/json@^1.1.349": - version "1.1.349" - resolved "https://registry.nlark.com/@iconify/json/download/@iconify/json-1.1.349.tgz#c3784ea0fb63e348c3f251cfd7f376808c2c15f8" - integrity sha1-w3hOoPtj40jD8lHP1/N2gIwsFfg= +"@iconify/json@^1.1.352": + version "1.1.352" + resolved "https://registry.nlark.com/@iconify/json/download/@iconify/json-1.1.352.tgz#d4708290f2d8505ecac97ab907d0a834d0bdb623" + integrity sha1-1HCCkPLYUF7KyXq5B9CoNNC9tiM= "@nodelib/fs.scandir@2.1.4": version "2.1.4" @@ -394,7 +394,7 @@ dependencies: defer-to-connect "^1.0.1" -"@types/json-schema@^7.0.3": +"@types/json-schema@^7.0.7": version "7.0.7" resolved "https://registry.nlark.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad" integrity sha1-mKmTUWyFnrDVxMjwmDF6nqaNua0= @@ -465,88 +465,88 @@ "@types/unist" "*" "@types/vfile-message" "*" -"@typescript-eslint/eslint-plugin@^4.25.0": - version "4.25.0" - resolved "https://registry.nlark.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.25.0.tgz#d82657b6ab4caa4c3f888ff923175fadc2f31f2a" - integrity sha1-2CZXtqtMqkw/iI/5IxdfrcLzHyo= +"@typescript-eslint/eslint-plugin@^4.26.0": + version "4.26.0" + resolved "https://registry.nlark.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.26.0.tgz?cache=0&sync_timestamp=1622481650462&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Feslint-plugin%2Fdownload%2F%40typescript-eslint%2Feslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242" + integrity sha1-ErvW69Xn+r0y5I4eYO+h81VKMkI= dependencies: - "@typescript-eslint/experimental-utils" "4.25.0" - "@typescript-eslint/scope-manager" "4.25.0" - debug "^4.1.1" + "@typescript-eslint/experimental-utils" "4.26.0" + "@typescript-eslint/scope-manager" "4.26.0" + debug "^4.3.1" functional-red-black-tree "^1.0.1" - lodash "^4.17.15" - regexpp "^3.0.0" - semver "^7.3.2" - tsutils "^3.17.1" + lodash "^4.17.21" + regexpp "^3.1.0" + semver "^7.3.5" + tsutils "^3.21.0" -"@typescript-eslint/experimental-utils@4.25.0": - version "4.25.0" - resolved "https://registry.nlark.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.25.0.tgz#b2febcfa715d2c1806fd5f0335193a6cd270df54" - integrity sha1-sv68+nFdLBgG/V8DNRk6bNJw31Q= +"@typescript-eslint/experimental-utils@4.26.0": + version "4.26.0" + resolved "https://registry.nlark.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a" + integrity sha1-unhIs/CIZZzfcbziJFR5X8Vb6Zo= dependencies: - "@types/json-schema" "^7.0.3" - "@typescript-eslint/scope-manager" "4.25.0" - "@typescript-eslint/types" "4.25.0" - "@typescript-eslint/typescript-estree" "4.25.0" - eslint-scope "^5.0.0" - eslint-utils "^2.0.0" + "@types/json-schema" "^7.0.7" + "@typescript-eslint/scope-manager" "4.26.0" + "@typescript-eslint/types" "4.26.0" + "@typescript-eslint/typescript-estree" "4.26.0" + eslint-scope "^5.1.1" + eslint-utils "^3.0.0" -"@typescript-eslint/parser@^4.25.0": - version "4.25.0" - resolved "https://registry.nlark.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb" - integrity sha1-ayy2KFqj1Vv7JjxlBzkJGw8ZrOs= +"@typescript-eslint/parser@^4.26.0": + version "4.26.0" + resolved "https://registry.nlark.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.26.0.tgz?cache=0&sync_timestamp=1622481648805&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Fparser%2Fdownload%2F%40typescript-eslint%2Fparser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf" + integrity sha1-Mba3MslFT3V7Ag2rm2dUESql7q8= dependencies: - "@typescript-eslint/scope-manager" "4.25.0" - "@typescript-eslint/types" "4.25.0" - "@typescript-eslint/typescript-estree" "4.25.0" - debug "^4.1.1" + "@typescript-eslint/scope-manager" "4.26.0" + "@typescript-eslint/types" "4.26.0" + "@typescript-eslint/typescript-estree" "4.26.0" + debug "^4.3.1" -"@typescript-eslint/scope-manager@4.25.0": - version "4.25.0" - resolved "https://registry.nlark.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca" - integrity sha1-nYalvMRu9ArNA9ha1OkI5aq41Mo= +"@typescript-eslint/scope-manager@4.26.0": + version "4.26.0" + resolved "https://registry.nlark.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.26.0.tgz?cache=0&sync_timestamp=1622481648776&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Fscope-manager%2Fdownload%2F%40typescript-eslint%2Fscope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194" + integrity sha1-YNGnHfFiQE6VS50cY0P/O+5JYZQ= dependencies: - "@typescript-eslint/types" "4.25.0" - "@typescript-eslint/visitor-keys" "4.25.0" + "@typescript-eslint/types" "4.26.0" + "@typescript-eslint/visitor-keys" "4.26.0" -"@typescript-eslint/types@4.25.0": - version "4.25.0" - resolved "https://registry.nlark.com/@typescript-eslint/types/download/@typescript-eslint/types-4.25.0.tgz?cache=0&sync_timestamp=1621906796658&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Ftypes%2Fdownload%2F%40typescript-eslint%2Ftypes-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87" - integrity sha1-DkRKXF48Itf/peFuDmBRCz3lr4c= +"@typescript-eslint/types@4.26.0": + version "4.26.0" + resolved "https://registry.nlark.com/@typescript-eslint/types/download/@typescript-eslint/types-4.26.0.tgz?cache=0&sync_timestamp=1622481649848&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Ftypes%2Fdownload%2F%40typescript-eslint%2Ftypes-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546" + integrity sha1-fGcywEFPCmlZX0+Ebr4SYWJD1UY= -"@typescript-eslint/typescript-estree@4.25.0": - version "4.25.0" - resolved "https://registry.nlark.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25" - integrity sha1-lC5OJYiHNr/1s2DZsLYeAT0M+iU= +"@typescript-eslint/typescript-estree@4.26.0": + version "4.26.0" + resolved "https://registry.nlark.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109" + integrity sha1-rqF6QOYtwxxj1bG76adXg/LOcQk= dependencies: - "@typescript-eslint/types" "4.25.0" - "@typescript-eslint/visitor-keys" "4.25.0" - debug "^4.1.1" - globby "^11.0.1" + "@typescript-eslint/types" "4.26.0" + "@typescript-eslint/visitor-keys" "4.26.0" + debug "^4.3.1" + globby "^11.0.3" is-glob "^4.0.1" - semver "^7.3.2" - tsutils "^3.17.1" + semver "^7.3.5" + tsutils "^3.21.0" -"@typescript-eslint/visitor-keys@4.25.0": - version "4.25.0" - resolved "https://registry.nlark.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.25.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Fvisitor-keys%2Fdownload%2F%40typescript-eslint%2Fvisitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7" - integrity sha1-hj5+0j2kKHxbRpsTIjJV0P3mqqc= +"@typescript-eslint/visitor-keys@4.26.0": + version "4.26.0" + resolved "https://registry.nlark.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.26.0.tgz?cache=0&sync_timestamp=1622481648275&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Fvisitor-keys%2Fdownload%2F%40typescript-eslint%2Fvisitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23" + integrity sha1-JtJYMWkiKBW+Tc0dpP5UWbw7zCM= dependencies: - "@typescript-eslint/types" "4.25.0" + "@typescript-eslint/types" "4.26.0" eslint-visitor-keys "^2.0.0" -"@vitejs/plugin-vue@^1.2.2": - version "1.2.2" - resolved "https://registry.nlark.com/@vitejs/plugin-vue/download/@vitejs/plugin-vue-1.2.2.tgz#b0038fc11b9099f4cd01fcbf0ee419adda417b52" - integrity sha1-sAOPwRuQmfTNAfy/DuQZrdpBe1I= +"@vitejs/plugin-vue@^1.2.3": + version "1.2.3" + resolved "https://registry.nlark.com/@vitejs/plugin-vue/download/@vitejs/plugin-vue-1.2.3.tgz#2e8e008b1cc3a6ad1dfbec75743c7ffd9b4872a6" + integrity sha1-Lo4AixzDpq0d++x1dDx//ZtIcqY= -"@volar/code-gen@^0.25.4": - version "0.25.4" - resolved "https://registry.nlark.com/@volar/code-gen/download/@volar/code-gen-0.25.4.tgz#f6bf2aa286e650c8dbe11006684ef5cbd6e2c5aa" - integrity sha1-9r8qoobmUMjb4RAGaE71y9bixao= +"@volar/code-gen@^0.25.18": + version "0.25.18" + resolved "https://registry.nlark.com/@volar/code-gen/download/@volar/code-gen-0.25.18.tgz#7b73f7e813ce7354ec9bce860ba6f9918112ebce" + integrity sha1-e3P36BPOc1Tsm86GC6b5kYES684= dependencies: - "@volar/shared" "^0.25.4" - "@volar/source-map" "^0.25.4" + "@volar/shared" "^0.25.18" + "@volar/source-map" "^0.25.18" "@volar/html2pug@^0.25.4": version "0.25.4" @@ -558,27 +558,27 @@ htmlparser2 "^6.1.0" pug "^3.0.2" -"@volar/shared@^0.25.4": - version "0.25.4" - resolved "https://registry.nlark.com/@volar/shared/download/@volar/shared-0.25.4.tgz#3d4c820a554e6de10d7cfe1dc0fc1eb3782f4313" - integrity sha1-PUyCClVObeENfP4dwPwes3gvQxM= +"@volar/shared@^0.25.18": + version "0.25.18" + resolved "https://registry.nlark.com/@volar/shared/download/@volar/shared-0.25.18.tgz#1358fb8d1f3677404063705a7cc085cf4daaa07d" + integrity sha1-E1j7jR82d0BAY3BafMCFz02qoH0= dependencies: upath "^2.0.1" vscode-languageserver "^7.1.0-next.4" -"@volar/source-map@^0.25.4": - version "0.25.4" - resolved "https://registry.nlark.com/@volar/source-map/download/@volar/source-map-0.25.4.tgz#6ef71dda451c8babc4e5b6c93d399107913c2364" - integrity sha1-bvcd2kUci6vE5bbJPTmRB5E8I2Q= +"@volar/source-map@^0.25.18": + version "0.25.18" + resolved "https://registry.nlark.com/@volar/source-map/download/@volar/source-map-0.25.18.tgz#6d0f60d50b944eebe151d57647b27a931839a378" + integrity sha1-bQ9g1QuUTuvhUdV2R7J6kxg5o3g= dependencies: - "@volar/shared" "^0.25.4" + "@volar/shared" "^0.25.18" -"@volar/transforms@^0.25.4": - version "0.25.4" - resolved "https://registry.nlark.com/@volar/transforms/download/@volar/transforms-0.25.4.tgz#65045e5ecf1a14fe750f3a7d8d069166aa169ba5" - integrity sha1-ZQReXs8aFP51Dzp9jQaRZqoWm6U= +"@volar/transforms@^0.25.18": + version "0.25.18" + resolved "https://registry.nlark.com/@volar/transforms/download/@volar/transforms-0.25.18.tgz#0faa3e07226f7285eda1977614b3841334e0cdff" + integrity sha1-D6o+ByJvcoXtoZd2FLOEEzTgzf8= dependencies: - "@volar/shared" "^0.25.4" + "@volar/shared" "^0.25.18" "@vue/compiler-core@3.0.11": version "3.0.11" @@ -658,15 +658,15 @@ resolved "https://registry.nlark.com/@vue/shared/download/@vue/shared-3.0.11.tgz#20d22dd0da7d358bb21c17f9bde8628152642c77" integrity sha1-INIt0Np9NYuyHBf5vehigVJkLHc= -"@windicss/plugin-utils@0.16.5": - version "0.16.5" - resolved "https://registry.nlark.com/@windicss/plugin-utils/download/@windicss/plugin-utils-0.16.5.tgz#00e11dd5b5a51c96e494a8fe3aa705e5fb2eb3a0" - integrity sha1-AOEd1bWlHJbklKj+OqcF5fsus6A= +"@windicss/plugin-utils@0.17.0": + version "0.17.0" + resolved "https://registry.nlark.com/@windicss/plugin-utils/download/@windicss/plugin-utils-0.17.0.tgz#c12123d6025b0aa439932aeef01467b58c4cc6a1" + integrity sha1-wSEj1gJbCqQ5kyru8BRntYxMxqE= dependencies: "@antfu/utils" "^0.1.6" debug "^4.3.2" fast-glob "^3.2.5" - jiti "^1.9.2" + jiti "^1.10.1" magic-string "^0.25.7" micromatch "^4.0.4" windicss "^3.0.12" @@ -1615,10 +1615,10 @@ ejs@^3.1.6: dependencies: jake "^10.6.1" -element-plus@^1.0.2-beta.44: - version "1.0.2-beta.44" - resolved "https://registry.nlark.com/element-plus/download/element-plus-1.0.2-beta.44.tgz#7aff122e6181088223027adb65a4a8321e1ef4e9" - integrity sha1-ev8SLmGBCIIjAnrbZaSoMh4e9Ok= +element-plus@^1.0.2-beta.46: + version "1.0.2-beta.46" + resolved "https://registry.nlark.com/element-plus/download/element-plus-1.0.2-beta.46.tgz?cache=0&sync_timestamp=1622703503930&other_urls=https%3A%2F%2Fregistry.nlark.com%2Felement-plus%2Fdownload%2Felement-plus-1.0.2-beta.46.tgz#2423dcc56ce4285d7f2365ebd5622b8b3c7d053b" + integrity sha1-JCPcxWzkKF1/I2Xr1WIrizx9BTs= dependencies: "@popperjs/core" "^2.4.4" "@types/lodash" "^4.14.161" @@ -1714,10 +1714,10 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" -esbuild@^0.11.23: - version "0.11.23" - resolved "https://registry.nlark.com/esbuild/download/esbuild-0.11.23.tgz?cache=0&sync_timestamp=1622080632605&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fesbuild%2Fdownload%2Fesbuild-0.11.23.tgz#c42534f632e165120671d64db67883634333b4b8" - integrity sha1-xCU09jLhZRIGcdZNtniDY0MztLg= +esbuild@^0.12.5: + version "0.12.5" + resolved "https://registry.nlark.com/esbuild/download/esbuild-0.12.5.tgz?cache=0&sync_timestamp=1622164632679&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fesbuild%2Fdownload%2Fesbuild-0.12.5.tgz#36076a6bc1966ba2741981d30512e95e8aaff495" + integrity sha1-Ngdqa8GWa6J0GYHTBRLpXoqv9JU= escalade@^3.1.1: version "3.1.1" @@ -1764,10 +1764,10 @@ eslint-module-utils@^2.6.1: debug "^3.2.7" pkg-dir "^2.0.0" -eslint-plugin-import@^2.23.3: - version "2.23.3" - resolved "https://registry.nlark.com/eslint-plugin-import/download/eslint-plugin-import-2.23.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-plugin-import%2Fdownload%2Feslint-plugin-import-2.23.3.tgz#8a1b073289fff03c4af0f04b6df956b7d463e191" - integrity sha1-ihsHMon/8DxK8PBLbflWt9Rj4ZE= +eslint-plugin-import@^2.23.4: + version "2.23.4" + resolved "https://registry.nlark.com/eslint-plugin-import/download/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97" + integrity sha1-jc6x7Wtz5G5Q7JpbskEbZF59PZc= dependencies: array-includes "^3.1.3" array.prototype.flat "^1.2.4" @@ -1792,10 +1792,10 @@ eslint-plugin-prettier@^3.4.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-vue@^7.9.0: - version "7.9.0" - resolved "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-7.9.0.tgz?cache=0&sync_timestamp=1618213545245&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-7.9.0.tgz#f8e83a2a908f4c43fc8304f5401d4ff671f3d560" - integrity sha1-+Og6KpCPTEP8gwT1QB1P9nHz1WA= +eslint-plugin-vue@^7.10.0: + version "7.10.0" + resolved "https://registry.nlark.com/eslint-plugin-vue/download/eslint-plugin-vue-7.10.0.tgz#251749aa99e089e085275f011042c6e74189f89a" + integrity sha1-JRdJqpngieCFJ18BEELG50GJ+Jo= dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0" @@ -1810,13 +1810,20 @@ eslint-scope@^5.0.0, eslint-scope@^5.1.1: esrecurse "^4.3.0" estraverse "^4.1.1" -eslint-utils@^2.0.0, eslint-utils@^2.1.0: +eslint-utils@^2.1.0: version "2.1.0" resolved "https://registry.nlark.com/eslint-utils/download/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" integrity sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc= dependencies: eslint-visitor-keys "^1.1.0" +eslint-utils@^3.0.0: + version "3.0.0" + resolved "https://registry.nlark.com/eslint-utils/download/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672" + integrity sha1-iuuvrOc0W7M1WdsKHxOh0tSMNnI= + dependencies: + eslint-visitor-keys "^2.0.0" + eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: version "1.3.0" resolved "https://registry.nlark.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" @@ -2312,7 +2319,7 @@ globals@^13.6.0: dependencies: type-fest "^0.20.2" -globby@^11.0.1: +globby@^11.0.3: version "11.0.3" resolved "https://registry.nlark.com/globby/download/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb" integrity sha1-mx8MtSPhcd0a2MeyqftLZEuVk8s= @@ -2863,10 +2870,10 @@ jake@^10.6.1: filelist "^1.0.1" minimatch "^3.0.4" -jiti@^1.9.2: - version "1.9.2" - resolved "https://registry.nlark.com/jiti/download/jiti-1.9.2.tgz?cache=0&sync_timestamp=1620726245540&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fjiti%2Fdownload%2Fjiti-1.9.2.tgz#2ee44830883dbb1b2e222adc053c3052d0bf3b61" - integrity sha1-LuRIMIg9uxsuIircBTwwUtC/O2E= +jiti@^1.10.1: + version "1.10.1" + resolved "https://registry.nlark.com/jiti/download/jiti-1.10.1.tgz#bc2a175b9435274dc8659d3d9a121a91c6b3a1af" + integrity sha1-vCoXW5Q1J03IZZ09mhIakcazoa8= js-stringify@^1.0.2: version "1.0.2" @@ -3109,7 +3116,7 @@ lodash.truncate@^4.4.2: resolved "https://registry.npm.taobao.org/lodash.truncate/download/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= -lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20: +lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21: version "4.17.21" resolved "https://registry.nlark.com/lodash/download/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw= @@ -4093,7 +4100,7 @@ redent@^3.0.0: indent-string "^4.0.0" strip-indent "^3.0.0" -regexpp@^3.0.0, regexpp@^3.1.0: +regexpp@^3.1.0: version "3.1.0" resolved "https://registry.nlark.com/regexpp/download/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2" integrity sha1-IG0K0KVkjP+9uK5GQ489xRyfeOI= @@ -4267,10 +4274,10 @@ safe-buffer@~5.2.0: resolved "https://registry.nlark.com/safer-buffer/download/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo= -sass@^1.34.0: - version "1.34.0" - resolved "https://registry.nlark.com/sass/download/sass-1.34.0.tgz#e46d5932d8b0ecc4feb846d861f26a578f7f7172" - integrity sha1-5G1ZMtiw7MT+uEbYYfJqV49/cXI= +sass@^1.34.1: + version "1.34.1" + resolved "https://registry.nlark.com/sass/download/sass-1.34.1.tgz#30f45c606c483d47b634f1e7371e13ff773c96ef" + integrity sha1-MPRcYGxIPUe2NPHnNx4T/3c8lu8= dependencies: chokidar ">=3.0.0 <4.0.0" @@ -4291,7 +4298,7 @@ semver-diff@^2.0.0: resolved "https://registry.nlark.com/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1618847119601&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha1-qVT5Ma66UI0we78Gnv8MAclhFvc= -semver@7.3.5, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4: +semver@7.3.5, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: version "7.3.5" resolved "https://registry.nlark.com/semver/download/semver-7.3.5.tgz?cache=0&sync_timestamp=1618847119601&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" integrity sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc= @@ -4775,7 +4782,7 @@ tslib@^2.0.3: resolved "https://registry.nlark.com/tslib/download/tslib-2.2.0.tgz?cache=0&sync_timestamp=1618846758811&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftslib%2Fdownload%2Ftslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" integrity sha1-+yxHWXfjXiQTEe3iaTzuHsZpj1w= -tsutils@^3.17.1: +tsutils@^3.21.0: version "3.21.0" resolved "https://registry.npm.taobao.org/tsutils/download/tsutils-3.21.0.tgz?cache=0&sync_timestamp=1615138184534&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftsutils%2Fdownload%2Ftsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623" integrity sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM= @@ -5125,10 +5132,10 @@ vfile@^4.0.0, vfile@^4.0.1: unist-util-stringify-position "^2.0.0" vfile-message "^2.0.0" -vite-plugin-components@^0.10.2: - version "0.10.2" - resolved "https://registry.nlark.com/vite-plugin-components/download/vite-plugin-components-0.10.2.tgz#1c2dab1a6018f53a507e34498bf0017027fc344e" - integrity sha1-HC2rGmAY9TpQfjRJi/ABcCf8NE4= +vite-plugin-components@^0.10.4: + version "0.10.4" + resolved "https://registry.nlark.com/vite-plugin-components/download/vite-plugin-components-0.10.4.tgz#55a2757433833a9481765319d76d69653ba9ba57" + integrity sha1-VaJ1dDODOpSBdlMZ121pZTupulc= dependencies: chokidar "^3.5.1" debug "^4.3.2" @@ -5145,10 +5152,10 @@ vite-plugin-html@^2.0.7: fs-extra "^9.1.0" html-minifier-terser "^5.1.1" -vite-plugin-icons@^0.5.1: - version "0.5.1" - resolved "https://registry.nlark.com/vite-plugin-icons/download/vite-plugin-icons-0.5.1.tgz#4a9991018ec6ef16df92cad1cfd3467d24c52f02" - integrity sha1-SpmRAY7G7xbfksrRz9NGfSTFLwI= +vite-plugin-icons@^0.6.0: + version "0.6.0" + resolved "https://registry.nlark.com/vite-plugin-icons/download/vite-plugin-icons-0.6.0.tgz#f31b10fb99f2a778001d9ccd7e00ef9858b279ac" + integrity sha1-8xsQ+5nyp3gAHZzNfgDvmFiyeaw= dependencies: "@iconify/json-tools" "^1.0.10" vue-template-es2015-compiler "^1.9.1" @@ -5164,22 +5171,22 @@ vite-plugin-style-import@^0.10.1: es-module-lexer "^0.4.1" magic-string "^0.25.7" -vite-plugin-windicss@^0.16.5: - version "0.16.5" - resolved "https://registry.nlark.com/vite-plugin-windicss/download/vite-plugin-windicss-0.16.5.tgz#cc94f3a3f3b9a967587db60bc742f6a79988898e" - integrity sha1-zJTzo/O5qWdYfbYLx0L2p5mIiY4= +vite-plugin-windicss@^0.17.0: + version "0.17.0" + resolved "https://registry.nlark.com/vite-plugin-windicss/download/vite-plugin-windicss-0.17.0.tgz#721a82e1b9be165364fbed319ce2fc5059b43866" + integrity sha1-chqC4bm+FlNk++0xnOL8UFm0OGY= dependencies: - "@windicss/plugin-utils" "0.16.5" + "@windicss/plugin-utils" "0.17.0" chalk "^4.1.1" debug "^4.3.2" windicss "^3.0.12" -vite@^2.3.4: - version "2.3.4" - resolved "https://registry.nlark.com/vite/download/vite-2.3.4.tgz?cache=0&sync_timestamp=1621932554383&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvite%2Fdownload%2Fvite-2.3.4.tgz#370118e0334725b898ff754ea43d5db4c5e120e3" - integrity sha1-NwEY4DNHJbiY/3VOpD1dtMXhIOM= +vite@^2.3.6: + version "2.3.6" + resolved "https://registry.nlark.com/vite/download/vite-2.3.6.tgz#1f7cfde88a51a802d69000c7bac85d481c2e871c" + integrity sha1-H3z96IpRqALWkADHushdSBwuhxw= dependencies: - esbuild "^0.11.23" + esbuild "^0.12.5" postcss "^8.2.10" resolve "^1.19.0" rollup "^2.38.5" @@ -5275,26 +5282,26 @@ vscode-nls@^5.0.0: resolved "https://registry.npm.taobao.org/vscode-nls/download/vscode-nls-5.0.0.tgz#99f0da0bd9ea7cda44e565a74c54b1f2bc257840" integrity sha1-mfDaC9nqfNpE5WWnTFSx8rwleEA= -vscode-pug-languageservice@^0.25.4: - version "0.25.4" - resolved "https://registry.nlark.com/vscode-pug-languageservice/download/vscode-pug-languageservice-0.25.4.tgz#dd9b5c319765ec6f1ead0037e6aabea5207d3d40" - integrity sha1-3ZtcMZdl7G8erQA35qq+pSB9PUA= +vscode-pug-languageservice@^0.25.18: + version "0.25.18" + resolved "https://registry.nlark.com/vscode-pug-languageservice/download/vscode-pug-languageservice-0.25.18.tgz#6cc5a091a99c81aaad4e1666f9265370c0697379" + integrity sha1-bMWgkamcgaqtThZm+SZTcMBpc3k= dependencies: - "@volar/code-gen" "^0.25.4" - "@volar/shared" "^0.25.4" - "@volar/source-map" "^0.25.4" - "@volar/transforms" "^0.25.4" + "@volar/code-gen" "^0.25.18" + "@volar/shared" "^0.25.18" + "@volar/source-map" "^0.25.18" + "@volar/transforms" "^0.25.18" pug-beautify "^0.1.1" pug-lexer "^5.0.1" pug-parser "^6.0.0" vscode-languageserver "^7.1.0-next.4" -vscode-typescript-languageservice@^0.25.12: - version "0.25.13" - resolved "https://registry.nlark.com/vscode-typescript-languageservice/download/vscode-typescript-languageservice-0.25.13.tgz#fc90ea4eef27afc28522b0d266aa428b00818dc3" - integrity sha1-/JDqTu8nr8KFIrDSZqpCiwCBjcM= +vscode-typescript-languageservice@^0.25.18: + version "0.25.18" + resolved "https://registry.nlark.com/vscode-typescript-languageservice/download/vscode-typescript-languageservice-0.25.18.tgz#de25e2e5f4193c30d4c223fe2113bce818fc7356" + integrity sha1-3iXi5fQZPDDUwiP+IRO86Bj8c1Y= dependencies: - "@volar/shared" "^0.25.4" + "@volar/shared" "^0.25.18" typescript-vscode-sh-plugin "^0.6.14" upath "^2.0.1" vscode-languageserver "^7.1.0-next.4" @@ -5310,17 +5317,17 @@ vscode-uri@^3.0.2: resolved "https://registry.npm.taobao.org/vscode-uri/download/vscode-uri-3.0.2.tgz#ecfd1d066cb8ef4c3a208decdbab9a8c23d055d0" integrity sha1-7P0dBmy470w6II3s26uajCPQVdA= -vscode-vue-languageservice@0.25.12: - version "0.25.12" - resolved "https://registry.nlark.com/vscode-vue-languageservice/download/vscode-vue-languageservice-0.25.12.tgz#b19524fd169d94192e156e7c007667e72febc68f" - integrity sha1-sZUk/RadlBkuFW58AHZn5y/rxo8= +vscode-vue-languageservice@^0.25.17: + version "0.25.18" + resolved "https://registry.nlark.com/vscode-vue-languageservice/download/vscode-vue-languageservice-0.25.18.tgz#f94e5674d0afcb96dd2aa4afba97378735666191" + integrity sha1-+U5WdNCvy5bdKqSvupc3hzVmYZE= dependencies: "@starptech/prettyhtml" "^0.10.0" - "@volar/code-gen" "^0.25.4" + "@volar/code-gen" "^0.25.18" "@volar/html2pug" "^0.25.4" - "@volar/shared" "^0.25.4" - "@volar/source-map" "^0.25.4" - "@volar/transforms" "^0.25.4" + "@volar/shared" "^0.25.18" + "@volar/source-map" "^0.25.18" + "@volar/transforms" "^0.25.18" "@vue/compiler-dom" "^3.0.11" "@vue/compiler-sfc" "^3.0.11" "@vue/reactivity" "^3.0.11" @@ -5334,8 +5341,8 @@ vscode-vue-languageservice@0.25.12: vscode-json-languageservice "^4.1.4" vscode-languageserver "^7.1.0-next.4" vscode-languageserver-textdocument "^1.0.1" - vscode-pug-languageservice "^0.25.4" - vscode-typescript-languageservice "^0.25.12" + vscode-pug-languageservice "^0.25.18" + vscode-typescript-languageservice "^0.25.18" vue-eslint-parser@^7.6.0: version "7.6.0" @@ -5354,12 +5361,12 @@ vue-template-es2015-compiler@^1.9.1: resolved "https://registry.npm.taobao.org/vue-template-es2015-compiler/download/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825" integrity sha1-HuO8mhbsv1EYvjNLsV+cRvgvWCU= -vue-tsc@^0.1.6: - version "0.1.6" - resolved "https://registry.nlark.com/vue-tsc/download/vue-tsc-0.1.6.tgz#7e1bd4e6cc5085d51706f00062331765d3ad640c" - integrity sha1-fhvU5sxQhdUXBvAAYjMXZdOtZAw= +vue-tsc@^0.1.7: + version "0.1.7" + resolved "https://registry.nlark.com/vue-tsc/download/vue-tsc-0.1.7.tgz#ff4e2b0a3302564f0103339ca5a17669801a4796" + integrity sha1-/04rCjMCVk8BAzOcpaF2aYAaR5Y= dependencies: - vscode-vue-languageservice "0.25.12" + vscode-vue-languageservice "^0.25.17" vue@^3.0.5: version "3.0.11"