Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sscfaith committed Nov 12, 2020
1 parent 48362fd commit d1f0106
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 72 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/sscfaith",
"email": "[email protected]"
},
"version": "1.3.10",
"version": "1.3.11",
"main": "lib/index.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -16,19 +16,19 @@
},
"dependencies": {
"monaco-editor": "^0.21.2",
"vuedraggable": "^2.24.2"
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.7",
"@vue/cli-plugin-eslint": "^4.5.7",
"@vue/cli-service": "^4.5.7",
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"avue-plugin-ueditor": "^0.1.7",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"eslint": "^7.11.0",
"core-js": "^3.7.0",
"eslint": "^7.13.0",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.27.0",
"sass-loader": "^10.0.3",
"sass": "^1.29.0",
"sass-loader": "^10.0.5",
"vue-template-compiler": "^2.6.12"
},
"files": [
Expand Down
131 changes: 68 additions & 63 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -861,10 +861,10 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"

"@eslint/eslintrc@^0.1.3":
version "0.1.3"
resolved "https://registry.npm.taobao.org/@eslint/eslintrc/download/@eslint/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
integrity sha1-fRorI1hVLMBINMCXm9QnU2LjcIU=
"@eslint/eslintrc@^0.2.1":
version "0.2.1"
resolved "https://registry.npm.taobao.org/@eslint/eslintrc/download/@eslint/eslintrc-0.2.1.tgz?cache=0&sync_timestamp=1603766539273&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40eslint%2Feslintrc%2Fdownload%2F%40eslint%2Feslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
integrity sha1-9yBpwzBGGgZoTRGThENeEqXXbjw=
dependencies:
ajv "^6.12.4"
debug "^4.1.1"
Expand Down Expand Up @@ -1171,10 +1171,10 @@
lodash.kebabcase "^4.1.1"
svg-tags "^1.0.0"

"@vue/babel-preset-app@^4.5.7":
version "4.5.7"
resolved "https://registry.npm.taobao.org/@vue/babel-preset-app/download/@vue/babel-preset-app-4.5.7.tgz?cache=0&sync_timestamp=1602060123633&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-preset-app%2Fdownload%2F%40vue%2Fbabel-preset-app-4.5.7.tgz#3c0f97edad332e3a85e372d3f770a44f3d46fd34"
integrity sha1-PA+X7a0zLjqF43LT93CkTz1G/TQ=
"@vue/babel-preset-app@^4.5.8":
version "4.5.8"
resolved "https://registry.npm.taobao.org/@vue/babel-preset-app/download/@vue/babel-preset-app-4.5.8.tgz?cache=0&sync_timestamp=1603102242735&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-preset-app%2Fdownload%2F%40vue%2Fbabel-preset-app-4.5.8.tgz#3fc5f52181db76054ecc085622f3cb066c242f6d"
integrity sha1-P8X1IYHbdgVOzAhWIvPLBmwkL20=
dependencies:
"@babel/core" "^7.11.0"
"@babel/helper-compilation-targets" "^7.9.6"
Expand Down Expand Up @@ -1240,63 +1240,63 @@
"@vue/babel-plugin-transform-vue-jsx" "^1.1.2"
camelcase "^5.0.0"

"@vue/cli-overlay@^4.5.7":
version "4.5.7"
resolved "https://registry.npm.taobao.org/@vue/cli-overlay/download/@vue/cli-overlay-4.5.7.tgz?cache=0&sync_timestamp=1602060122709&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-overlay%2Fdownload%2F%40vue%2Fcli-overlay-4.5.7.tgz#44d78e859d5c7d3dd98b9c967f9ad9a3584b908b"
integrity sha1-RNeOhZ1cfT3Zi5yWf5rZo1hLkIs=
"@vue/cli-overlay@^4.5.8":
version "4.5.8"
resolved "https://registry.npm.taobao.org/@vue/cli-overlay/download/@vue/cli-overlay-4.5.8.tgz?cache=0&sync_timestamp=1603102260593&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-overlay%2Fdownload%2F%40vue%2Fcli-overlay-4.5.8.tgz#5b71b81bd490b9b596cfdda78f90155643e037d4"
integrity sha1-W3G4G9SQubWWz92nj5AVVkPgN9Q=

"@vue/cli-plugin-babel@^4.5.7":
version "4.5.7"
resolved "https://registry.npm.taobao.org/@vue/cli-plugin-babel/download/@vue/cli-plugin-babel-4.5.7.tgz#54018316a41afc5445e697557e200dd77992325a"
integrity sha1-VAGDFqQa/FRF5pdVfiAN13mSMlo=
"@vue/cli-plugin-babel@^4.5.8":
version "4.5.8"
resolved "https://registry.npm.taobao.org/@vue/cli-plugin-babel/download/@vue/cli-plugin-babel-4.5.8.tgz?cache=0&sync_timestamp=1603104069616&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-babel%2Fdownload%2F%40vue%2Fcli-plugin-babel-4.5.8.tgz#5759e0d24c568cb145e7d0b307497ce64f472cb0"
integrity sha1-V1ng0kxWjLFF59CzB0l85k9HLLA=
dependencies:
"@babel/core" "^7.11.0"
"@vue/babel-preset-app" "^4.5.7"
"@vue/cli-shared-utils" "^4.5.7"
"@vue/babel-preset-app" "^4.5.8"
"@vue/cli-shared-utils" "^4.5.8"
babel-loader "^8.1.0"
cache-loader "^4.1.0"
thread-loader "^2.1.3"
webpack "^4.0.0"

"@vue/cli-plugin-eslint@^4.5.7":
version "4.5.7"
resolved "https://registry.npm.taobao.org/@vue/cli-plugin-eslint/download/@vue/cli-plugin-eslint-4.5.7.tgz?cache=0&sync_timestamp=1602060097939&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-eslint%2Fdownload%2F%40vue%2Fcli-plugin-eslint-4.5.7.tgz#e66c0011f8d58bd86ee525f2062c6dab2c4272da"
integrity sha1-5mwAEfjVi9hu5SXyBixtqyxCcto=
"@vue/cli-plugin-eslint@^4.5.8":
version "4.5.8"
resolved "https://registry.npm.taobao.org/@vue/cli-plugin-eslint/download/@vue/cli-plugin-eslint-4.5.8.tgz?cache=0&sync_timestamp=1603102513074&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-eslint%2Fdownload%2F%40vue%2Fcli-plugin-eslint-4.5.8.tgz#fce1ed659dbb50de7477592591348cf29f3353ff"
integrity sha1-/OHtZZ27UN50d1klkTSM8p8zU/8=
dependencies:
"@vue/cli-shared-utils" "^4.5.7"
"@vue/cli-shared-utils" "^4.5.8"
eslint-loader "^2.2.1"
globby "^9.2.0"
inquirer "^7.1.0"
webpack "^4.0.0"
yorkie "^2.0.0"

"@vue/cli-plugin-router@^4.5.7":
version "4.5.7"
resolved "https://registry.npm.taobao.org/@vue/cli-plugin-router/download/@vue/cli-plugin-router-4.5.7.tgz?cache=0&sync_timestamp=1602060100079&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-router%2Fdownload%2F%40vue%2Fcli-plugin-router-4.5.7.tgz#65873dcdf8a27a65733ba2d015ff82c0c03f6119"
integrity sha1-ZYc9zfiiemVzO6LQFf+CwMA/YRk=
"@vue/cli-plugin-router@^4.5.8":
version "4.5.8"
resolved "https://registry.npm.taobao.org/@vue/cli-plugin-router/download/@vue/cli-plugin-router-4.5.8.tgz?cache=0&sync_timestamp=1603102312428&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-router%2Fdownload%2F%40vue%2Fcli-plugin-router-4.5.8.tgz#db70a69df4edc90690765f8c25749a68b20dd850"
integrity sha1-23CmnfTtyQaQdl+MJXSaaLIN2FA=
dependencies:
"@vue/cli-shared-utils" "^4.5.7"
"@vue/cli-shared-utils" "^4.5.8"

"@vue/cli-plugin-vuex@^4.5.7":
version "4.5.7"
resolved "https://registry.npm.taobao.org/@vue/cli-plugin-vuex/download/@vue/cli-plugin-vuex-4.5.7.tgz?cache=0&sync_timestamp=1602060123334&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-vuex%2Fdownload%2F%40vue%2Fcli-plugin-vuex-4.5.7.tgz#56bae6c1c366544612e995e5236d86a28d54e838"
integrity sha1-VrrmwcNmVEYS6ZXlI22Goo1U6Dg=
"@vue/cli-plugin-vuex@^4.5.8":
version "4.5.8"
resolved "https://registry.npm.taobao.org/@vue/cli-plugin-vuex/download/@vue/cli-plugin-vuex-4.5.8.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-vuex%2Fdownload%2F%40vue%2Fcli-plugin-vuex-4.5.8.tgz#8122ae93bf59327d3a0063c0c6da51513a1e2456"
integrity sha1-gSKuk79ZMn06AGPAxtpRUToeJFY=

"@vue/cli-service@^4.5.7":
version "4.5.7"
resolved "https://registry.npm.taobao.org/@vue/cli-service/download/@vue/cli-service-4.5.7.tgz#dbbd7209b493c95c4da82ebc0102f29d2b7e2964"
integrity sha1-271yCbSTyVxNqC68AQLynSt+KWQ=
"@vue/cli-service@^4.5.8":
version "4.5.8"
resolved "https://registry.npm.taobao.org/@vue/cli-service/download/@vue/cli-service-4.5.8.tgz#9fe58bc7c77c5121eabb940f80e06c18dab123ea"
integrity sha1-n+WLx8d8USHqu5QPgOBsGNqxI+o=
dependencies:
"@intervolga/optimize-cssnano-plugin" "^1.0.5"
"@soda/friendly-errors-webpack-plugin" "^1.7.1"
"@soda/get-current-script" "^1.0.0"
"@types/minimist" "^1.2.0"
"@types/webpack" "^4.0.0"
"@types/webpack-dev-server" "^3.11.0"
"@vue/cli-overlay" "^4.5.7"
"@vue/cli-plugin-router" "^4.5.7"
"@vue/cli-plugin-vuex" "^4.5.7"
"@vue/cli-shared-utils" "^4.5.7"
"@vue/cli-overlay" "^4.5.8"
"@vue/cli-plugin-router" "^4.5.8"
"@vue/cli-plugin-vuex" "^4.5.8"
"@vue/cli-shared-utils" "^4.5.8"
"@vue/component-compiler-utils" "^3.1.2"
"@vue/preload-webpack-plugin" "^1.1.0"
"@vue/web-component-wrapper" "^1.2.0"
Expand Down Expand Up @@ -1345,10 +1345,10 @@
optionalDependencies:
vue-loader-v16 "npm:vue-loader@^16.0.0-beta.7"

"@vue/cli-shared-utils@^4.5.7":
version "4.5.7"
resolved "https://registry.npm.taobao.org/@vue/cli-shared-utils/download/@vue/cli-shared-utils-4.5.7.tgz?cache=0&sync_timestamp=1602060097214&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-shared-utils%2Fdownload%2F%40vue%2Fcli-shared-utils-4.5.7.tgz#b8e911c2f9b6b77123f5d26988b9613d92dcda95"
integrity sha1-uOkRwvm2t3Ej9dJpiLlhPZLc2pU=
"@vue/cli-shared-utils@^4.5.8":
version "4.5.8"
resolved "https://registry.npm.taobao.org/@vue/cli-shared-utils/download/@vue/cli-shared-utils-4.5.8.tgz?cache=0&sync_timestamp=1603102244270&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-shared-utils%2Fdownload%2F%40vue%2Fcli-shared-utils-4.5.8.tgz#d454306aaa510e666a34b144afc81830fc23acc9"
integrity sha1-1FQwaqpRDmZqNLFEr8gYMPwjrMk=
dependencies:
"@hapi/joi" "^15.0.1"
chalk "^2.4.2"
Expand Down Expand Up @@ -2774,6 +2774,11 @@ core-js@^3.6.5:
resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
integrity sha1-c5XcJzrzf7LlDpvT2f6EEoUjHRo=

core-js@^3.7.0:
version "3.7.0"
resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.7.0.tgz#b0a761a02488577afbf97179e4681bf49568520f"
integrity sha1-sKdhoCSIV3r7+XF55Ggb9JVoUg8=

[email protected], core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.npm.taobao.org/core-util-is/download/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down Expand Up @@ -3560,13 +3565,13 @@ eslint-visitor-keys@^2.0.0:
resolved "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz?cache=0&sync_timestamp=1597439194382&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-visitor-keys%2Fdownload%2Feslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
integrity sha1-If3I+82ceVzAMh8FY3AglXUVEag=

eslint@^7.11.0:
version "7.11.0"
resolved "https://registry.npm.taobao.org/eslint/download/eslint-7.11.0.tgz#aaf2d23a0b5f1d652a08edacea0c19f7fadc0b3b"
integrity sha1-qvLSOgtfHWUqCO2s6gwZ9/rcCzs=
eslint@^7.13.0:
version "7.13.0"
resolved "https://registry.npm.taobao.org/eslint/download/eslint-7.13.0.tgz#7f180126c0dcdef327bfb54b211d7802decc08da"
integrity sha1-fxgBJsDc3vMnv7VLIR14At7MCNo=
dependencies:
"@babel/code-frame" "^7.0.0"
"@eslint/eslintrc" "^0.1.3"
"@eslint/eslintrc" "^0.2.1"
ajv "^6.10.0"
chalk "^4.0.0"
cross-spawn "^7.0.2"
Expand Down Expand Up @@ -7159,21 +7164,21 @@ safe-regex@^1.1.0:
resolved "https://registry.npm.taobao.org/safer-buffer/download/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=

sass-loader@^10.0.3:
version "10.0.3"
resolved "https://registry.npm.taobao.org/sass-loader/download/sass-loader-10.0.3.tgz#9e2f1bfdd6355f2adde4e4835d838b020bf800b0"
integrity sha1-ni8b/dY1Xyrd5OSDXYOLAgv4ALA=
sass-loader@^10.0.5:
version "10.0.5"
resolved "https://registry.npm.taobao.org/sass-loader/download/sass-loader-10.0.5.tgz?cache=0&sync_timestamp=1604315548590&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsass-loader%2Fdownload%2Fsass-loader-10.0.5.tgz#f53505b5ddbedf43797470ceb34066ded82bb769"
integrity sha1-9TUFtd2+30N5dHDOs0Bm3tgrt2k=
dependencies:
klona "^2.0.4"
loader-utils "^2.0.0"
neo-async "^2.6.2"
schema-utils "^3.0.0"
semver "^7.3.2"

sass@^1.27.0:
version "1.27.0"
resolved "https://registry.npm.taobao.org/sass/download/sass-1.27.0.tgz#0657ff674206b95ec20dc638a93e179c78f6ada2"
integrity sha1-Blf/Z0IGuV7CDcY4qT4XnHj2raI=
sass@^1.29.0:
version "1.29.0"
resolved "https://registry.npm.taobao.org/sass/download/sass-1.29.0.tgz?cache=0&sync_timestamp=1604536430545&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsass%2Fdownload%2Fsass-1.29.0.tgz#ec4e1842c146d8ea9258c28c141b8c2b7c6ab7f1"
integrity sha1-7E4YQsFG2OqSWMKMFBuMK3xqt/E=
dependencies:
chokidar ">=2.0.0 <4.0.0"

Expand Down Expand Up @@ -7451,7 +7456,7 @@ sort-keys@^1.0.0:
dependencies:
is-plain-obj "^1.0.0"

sortablejs@^1.10.1:
[email protected].2:
version "1.10.2"
resolved "https://registry.npm.taobao.org/sortablejs/download/sortablejs-1.10.2.tgz#6e40364d913f98b85a14f6678f92b5c1221f5290"
integrity sha1-bkA2TZE/mLhaFPZnj5K1wSIfUpA=
Expand Down Expand Up @@ -8365,12 +8370,12 @@ vue@^2.5.17:
resolved "https://registry.npm.taobao.org/vue/download/vue-2.6.12.tgz?cache=0&sync_timestamp=1598033714784&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue%2Fdownload%2Fvue-2.6.12.tgz#f5ebd4fa6bd2869403e29a896aed4904456c9123"
integrity sha1-9evU+mvShpQD4pqJau1JBEVskSM=

vuedraggable@^2.24.2:
version "2.24.2"
resolved "https://registry.npm.taobao.org/vuedraggable/download/vuedraggable-2.24.2.tgz#cd98faec99905238469e9b4d235fba5a59fb7da2"
integrity sha1-zZj67JmQUjhGnptNI1+6Wln7faI=
vuedraggable@^2.24.3:
version "2.24.3"
resolved "https://registry.npm.taobao.org/vuedraggable/download/vuedraggable-2.24.3.tgz?cache=0&sync_timestamp=1603589683626&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvuedraggable%2Fdownload%2Fvuedraggable-2.24.3.tgz#43c93849b746a24ce503e123d5b259c701ba0d19"
integrity sha1-Q8k4SbdGokzlA+Ej1bJZxwG6DRk=
dependencies:
sortablejs "^1.10.1"
sortablejs "1.10.2"

wangeditor@^3.1.1:
version "3.1.1"
Expand Down

0 comments on commit d1f0106

Please sign in to comment.