Skip to content

Commit

Permalink
update dependencies versions: element-ui to 2.2.2, vue to 2.5.16 (#62)
Browse files Browse the repository at this point in the history
* update dependencies versions: element-ui to 2.2.2, vue  to 2.5.16

* update element-ui & vue to latest version
  • Loading branch information
songhuagao authored and Leopoldthecoder committed Mar 21, 2018
1 parent 5cbdca7 commit 2606f27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "rimraf dist && webpack -p --progress --hide-modules"
},
"dependencies": {
"element-ui": "^2.0.0",
"vue": "^2.5.2"
"element-ui": "^2.2.2",
"vue": "^2.5.16"
},
"engines": {
"node": ">=6"
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1404,13 +1404,14 @@ electron-to-chromium@^1.2.7:
version "1.3.8"
resolved "http://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.8.tgz#b2c8a2c79bb89fbbfd3724d9555e15095b5f5fb6"

element-ui@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/element-ui/-/element-ui-2.0.0.tgz#439d1633f3c78a440c5ca9a9cb552905ddbd5097"
element-ui@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/element-ui/-/element-ui-2.2.2.tgz#40935d55e2eb007e6a5d2e766fc4bcc2266eb571"
dependencies:
async-validator "~1.8.1"
babel-helper-vue-jsx-merge-props "^2.0.0"
deepmerge "^1.2.0"
normalize-wheel "^1.0.1"
throttle-debounce "^1.0.1"

elliptic@^6.0.0:
Expand Down Expand Up @@ -2476,6 +2477,10 @@ normalize-url@^1.4.0:
query-string "^4.1.0"
sort-keys "^1.0.0"

normalize-wheel@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/normalize-wheel/-/normalize-wheel-1.0.1.tgz#aec886affdb045070d856447df62ecf86146ec45"

npmlog@^4.0.2:
version "4.0.2"
resolved "http://registry.npm.taobao.org/npmlog/download/npmlog-4.0.2.tgz#d03950e0e78ce1527ba26d2a7592e9348ac3e75f"
Expand Down Expand Up @@ -3810,9 +3815,9 @@ vue-template-es2015-compiler@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.6.0.tgz#dc42697133302ce3017524356a6c61b7b69b4a18"

vue@^2.5.2:
version "2.5.2"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.2.tgz#fd367a87bae7535e47f9dc5c9ec3b496e5feb5a4"
vue@^2.5.16:
version "2.5.16"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.16.tgz#07edb75e8412aaeed871ebafa99f4672584a0085"

watchpack@^1.3.1:
version "1.3.1"
Expand Down

1 comment on commit 2606f27

@343415207
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vue-template-compile also need update to 2.5.16

Please sign in to comment.