Skip to content

Commit

Permalink
chore: upgrade vue and v-easy-components
Browse files Browse the repository at this point in the history
  • Loading branch information
hq001 committed Oct 29, 2020
1 parent 744d2cb commit 30c8b3d
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 18 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"chai-as-promised": "^7.1.1",
"core-js": "^3.6.5",
"vue": "^3.0.0-0",
"vue": "^3.0.2",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
Expand Down Expand Up @@ -61,6 +61,7 @@
"classnames": "^2.2.6",
"concurrently": "^5.3.0",
"cross-env": "^7.0.2",
"dayjs": "^1.9.4",
"electron": "^10.1.3",
"electron-devtools-installer": "^3.1.0",
"electron-icon-builder": "^1.0.2",
Expand All @@ -71,6 +72,7 @@
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lint-staged": "^9.5.0",
"lodash": "^4.17.20",
"plain-draggable": "^2.5.12",
"prettier": "^1.19.1",
"react-is": "^16.13.1",
Expand All @@ -82,7 +84,8 @@
"stylelint-prettier": "^1.1.2",
"ts-loader": "^8.0.6",
"typescript": "^4.0.3",
"v-easy-components": "2.0.0-beta.4",
"url-loader": "^4.1.1",
"v-easy-components": "^2.0.0-beta.8",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.4"
},
"gitHooks": {
Expand Down
113 changes: 97 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
integrity sha1-x/9jA99xCA7HpPW4wAPFjxz1EDc=

"@babel/parser@^7.12.1", "@babel/parser@^7.12.3":
"@babel/parser@^7.12.0", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3":
version "7.12.3"
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.12.3.tgz?cache=0&sync_timestamp=1602881390944&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
integrity sha1-owVBXr56bHAjtAtRIqBmLZKDNM0=
Expand Down Expand Up @@ -1172,7 +1172,7 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"

"@babel/types@^7.12.1":
"@babel/types@^7.12.0", "@babel/types@^7.12.1":
version "7.12.1"
resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
integrity sha1-4QnZq5mo3nNb4ofuPWqZR6GQxK4=
Expand Down Expand Up @@ -2745,7 +2745,7 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5":
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
version "7.0.6"
resolved "https://registry.npm.taobao.org/@types/json-schema/download/@types/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
integrity sha1-9MfsQ+gbMZqYFRFQMXCfJph4kfA=
Expand Down Expand Up @@ -3334,6 +3334,17 @@
estree-walker "^2.0.1"
source-map "^0.6.1"

"@vue/compiler-core@3.0.2":
version "3.0.2"
resolved "https://registry.npm.taobao.org/@vue/compiler-core/download/@vue/compiler-core-3.0.2.tgz#7790b7a1fcbba5ace4d81a70ce59096fa5c95734"
integrity sha1-d5C3ofy7pazk2BpwzlkJb6XJVzQ=
dependencies:
"@babel/parser" "^7.12.0"
"@babel/types" "^7.12.0"
"@vue/shared" "3.0.2"
estree-walker "^2.0.1"
source-map "^0.6.1"

"@vue/compiler-dom@3.0.0", "@vue/compiler-dom@^3.0.0-rc.6":
version "3.0.0"
resolved "https://registry.npm.taobao.org/@vue/compiler-dom/download/@vue/compiler-dom-3.0.0.tgz?cache=0&sync_timestamp=1600441367891&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcompiler-dom%2Fdownload%2F%40vue%2Fcompiler-dom-3.0.0.tgz#4cbb48fcf1f852daef2babcf9953b681ac463526"
Expand All @@ -3342,6 +3353,14 @@
"@vue/compiler-core" "3.0.0"
"@vue/shared" "3.0.0"

"@vue/compiler-dom@3.0.2":
version "3.0.2"
resolved "https://registry.npm.taobao.org/@vue/compiler-dom/download/@vue/compiler-dom-3.0.2.tgz#1d40de04bcdf9aabb79fb6a802dd70a2f3c2992a"
integrity sha1-HUDeBLzfmqu3n7aoAt1wovPCmSo=
dependencies:
"@vue/compiler-core" "3.0.2"
"@vue/shared" "3.0.2"

"@vue/compiler-sfc@^3.0.0-0", "@vue/compiler-sfc@^3.0.0-rc.6":
version "3.0.0"
resolved "https://registry.npm.taobao.org/@vue/compiler-sfc/download/@vue/compiler-sfc-3.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcompiler-sfc%2Fdownload%2F%40vue%2Fcompiler-sfc-3.0.0.tgz#efa38037984bd64aae315828aa5c1248c6eadca9"
Expand Down Expand Up @@ -3414,6 +3433,13 @@
dependencies:
"@vue/shared" "3.0.0"

"@vue/reactivity@3.0.2":
version "3.0.2"
resolved "https://registry.npm.taobao.org/@vue/reactivity/download/@vue/reactivity-3.0.2.tgz#42ed5af6025b494a5e69b05169fcddf04eebfe77"
integrity sha1-Qu1a9gJbSUpeabBRafzd8E7r/nc=
dependencies:
"@vue/shared" "3.0.2"

"@vue/runtime-core@3.0.0":
version "3.0.0"
resolved "https://registry.npm.taobao.org/@vue/runtime-core/download/@vue/runtime-core-3.0.0.tgz?cache=0&sync_timestamp=1600441368119&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fruntime-core%2Fdownload%2F%40vue%2Fruntime-core-3.0.0.tgz#480febf1bfe32798b6abbd71a88f8e8b473a51c2"
Expand All @@ -3422,7 +3448,24 @@
"@vue/reactivity" "3.0.0"
"@vue/shared" "3.0.0"

"@vue/runtime-dom@3.0.0", "@vue/runtime-dom@^3.0.0-rc.1":
"@vue/runtime-core@3.0.2":
version "3.0.2"
resolved "https://registry.npm.taobao.org/@vue/runtime-core/download/@vue/runtime-core-3.0.2.tgz#d7ed462af1cb0bf9836668e4e6fab3f2f4b1bc00"
integrity sha1-1+1GKvHLC/mDZmjk5vqz8vSxvAA=
dependencies:
"@vue/reactivity" "3.0.2"
"@vue/shared" "3.0.2"

"@vue/runtime-dom@3.0.2":
version "3.0.2"
resolved "https://registry.npm.taobao.org/@vue/runtime-dom/download/@vue/runtime-dom-3.0.2.tgz#9d166d03225558025d3d80f5039b646e0051b71c"
integrity sha1-nRZtAyJVWAJdPYD1A5tkbgBRtxw=
dependencies:
"@vue/runtime-core" "3.0.2"
"@vue/shared" "3.0.2"
csstype "^2.6.8"

"@vue/runtime-dom@^3.0.0-rc.1":
version "3.0.0"
resolved "https://registry.npm.taobao.org/@vue/runtime-dom/download/@vue/runtime-dom-3.0.0.tgz?cache=0&sync_timestamp=1600441366844&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fruntime-dom%2Fdownload%2F%40vue%2Fruntime-dom-3.0.0.tgz#e0d1f7c7e22e1318696014cc3501e06b288c2e11"
integrity sha1-4NH3x+IuExhpYBTMNQHgayiMLhE=
Expand All @@ -3436,6 +3479,11 @@
resolved "https://registry.npm.taobao.org/@vue/shared/download/@vue/shared-3.0.0.tgz?cache=0&sync_timestamp=1600441366974&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fshared%2Fdownload%2F%40vue%2Fshared-3.0.0.tgz#ec089236629ecc0f10346b92f101ff4339169f1a"
integrity sha1-7AiSNmKezA8QNGuS8QH/QzkWnxo=

"@vue/shared@3.0.2":
version "3.0.2"
resolved "https://registry.npm.taobao.org/@vue/shared/download/@vue/shared-3.0.2.tgz#419bd85a2ebdbd4f42963e98c5a1b103452176d9"
integrity sha1-QZvYWi69vU9Clj6YxaGxA0Uhdtk=

"@vue/test-utils@^2.0.0-0":
version "2.0.0-beta.5"
resolved "https://registry.npm.taobao.org/@vue/test-utils/download/@vue/test-utils-2.0.0-beta.5.tgz?cache=0&sync_timestamp=1600341236126&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Ftest-utils%2Fdownload%2F%40vue%2Ftest-utils-2.0.0-beta.5.tgz#c5980e3e6d22a1811483577bcfbcc2c4493c4a73"
Expand Down Expand Up @@ -3761,6 +3809,16 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.0, ajv@^6.12.2, ajv@^6.12.3, ajv
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

ajv@^6.12.5:
version "6.12.6"
resolved "https://registry.npm.taobao.org/ajv/download/ajv-6.12.6.tgz?cache=0&sync_timestamp=1603561508560&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fajv%2Fdownload%2Fajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
integrity sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

alphanum-sort@^1.0.0:
version "1.0.2"
resolved "https://registry.npm.taobao.org/alphanum-sort/download/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
Expand Down Expand Up @@ -6342,6 +6400,11 @@ date-fns@^2.0.1:
resolved "https://registry.npm.taobao.org/date-fns/download/date-fns-2.16.1.tgz#05775792c3f3331da812af253e1a935851d3834b"
integrity sha1-BXdXksPzMx2oEq8lPhqTWFHTg0s=

dayjs@^1.9.4:
version "1.9.4"
resolved "https://registry.npm.taobao.org/dayjs/download/dayjs-1.9.4.tgz?cache=0&sync_timestamp=1603435778328&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdayjs%2Fdownload%2Fdayjs-1.9.4.tgz#fcde984e227f4296f04e7b05720adad2e1071f1b"
integrity sha1-/N6YTiJ/QpbwTnsFcgra0uEHHxs=

debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.8, debug@^2.6.9:
version "2.6.9"
resolved "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502826356&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
Expand Down Expand Up @@ -11189,7 +11252,7 @@ mime-db@1.44.0:
resolved "https://registry.npm.taobao.org/mime-db/download/mime-db-1.45.0.tgz?cache=0&sync_timestamp=1600831175828&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime-db%2Fdownload%2Fmime-db-1.45.0.tgz#cceeda21ccd7c3a745eba2decd55d4b73e7879ea"
integrity sha1-zO7aIczXw6dF66LezVXUtz54eeo=

mime-types@^2.1.12, mime-types@^2.1.26, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24:
mime-types@^2.1.12, mime-types@^2.1.26, mime-types@^2.1.27, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24:
version "2.1.27"
resolved "https://registry.npm.taobao.org/mime-types/download/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
integrity sha1-R5SfmOJ56lMRn1ci4PNOUpvsAJ8=
Expand Down Expand Up @@ -14306,6 +14369,15 @@ schema-utils@^2.0.0, schema-utils@^2.5.0, schema-utils@^2.6.5, schema-utils@^2.6
ajv "^6.12.4"
ajv-keywords "^3.5.2"

schema-utils@^3.0.0:
version "3.0.0"
resolved "https://registry.npm.taobao.org/schema-utils/download/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef"
integrity sha1-Z1AvaqK2ai1AMrQnmilEl4oJE+8=
dependencies:
"@types/json-schema" "^7.0.6"
ajv "^6.12.5"
ajv-keywords "^3.5.2"

scriptjs@^2.5.9:
version "2.5.9"
resolved "https://registry.npm.taobao.org/scriptjs/download/scriptjs-2.5.9.tgz#343915cd2ec2ed9bfdde2b9875cd28f59394b35f"
Expand Down Expand Up @@ -16192,6 +16264,15 @@ url-loader@^4.0.0:
mime-types "^2.1.26"
schema-utils "^2.6.5"

url-loader@^4.1.1:
version "4.1.1"
resolved "https://registry.npm.taobao.org/url-loader/download/url-loader-4.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Furl-loader%2Fdownload%2Furl-loader-4.1.1.tgz#28505e905cae158cf07c92ca622d7f237e70a4e2"
integrity sha1-KFBekFyuFYzwfJLKYi1/I35wpOI=
dependencies:
loader-utils "^2.0.0"
mime-types "^2.1.27"
schema-utils "^3.0.0"

url-parse-lax@^3.0.0:
version "3.0.0"
resolved "https://registry.npm.taobao.org/url-parse-lax/download/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c"
Expand Down Expand Up @@ -16308,10 +16389,10 @@ uuid@^8.0.0:
resolved "https://registry.npm.taobao.org/uuid/download/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea"
integrity sha1-q3OAhcoi3JqMknJeRZsdUH311uo=

v-easy-components@2.0.0-beta.4:
version "2.0.0-beta.4"
resolved "https://registry.npm.taobao.org/v-easy-components/download/v-easy-components-2.0.0-beta.4.tgz?cache=0&sync_timestamp=1603258945743&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fv-easy-components%2Fdownload%2Fv-easy-components-2.0.0-beta.4.tgz#6a3cc585050cdfd31c9852093d614f623be6e49d"
integrity sha1-ajzFhQUM39McmFIJPWFPYjvm5J0=
v-easy-components@^2.0.0-beta.8:
version "2.0.0-beta.8"
resolved "https://registry.npm.taobao.org/v-easy-components/download/v-easy-components-2.0.0-beta.8.tgz?cache=0&sync_timestamp=1603958907147&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fv-easy-components%2Fdownload%2Fv-easy-components-2.0.0-beta.8.tgz#9b653f3c519a07733702f56fd7e5dde531e2ca11"
integrity sha1-m2U/PFGaB3M3AvVv1+Xd5THiyhE=
dependencies:
"@popperjs/core" "^2.4.4"
core-js "^3.6.5"
Expand Down Expand Up @@ -16498,14 +16579,14 @@ vue-template-es2015-compiler@^1.9.0:
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@^3.0.0-0:
version "3.0.0"
resolved "https://registry.npm.taobao.org/vue/download/vue-3.0.0.tgz?cache=0&sync_timestamp=1600441353392&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue%2Fdownload%2Fvue-3.0.0.tgz#cfb5df5c34efce319b113a1667d12b74dcfd9c90"
integrity sha1-z7XfXDTvzjGbEToWZ9ErdNz9nJA=
vue@^3.0.2:
version "3.0.2"
resolved "https://registry.npm.taobao.org/vue/download/vue-3.0.2.tgz?cache=0&sync_timestamp=1603223771729&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue%2Fdownload%2Fvue-3.0.2.tgz#9d5b7b2983f35e64a34d13c7c9d6831239feca3c"
integrity sha1-nVt7KYPzXmSjTRPHydaDEjn+yjw=
dependencies:
"@vue/compiler-dom" "3.0.0"
"@vue/runtime-dom" "3.0.0"
"@vue/shared" "3.0.0"
"@vue/compiler-dom" "3.0.2"
"@vue/runtime-dom" "3.0.2"
"@vue/shared" "3.0.2"

vuex@^4.0.0-0:
version "4.0.0-beta.4"
Expand Down

0 comments on commit 30c8b3d

Please sign in to comment.