Skip to content

Commit

Permalink
chore(ui): upgrade @vue/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 15, 2018
1 parent 82836f5 commit e6c7546
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@vue/cli-plugin-eslint": "^3.0.0-rc.2",
"@vue/cli-service": "^3.0.0-rc.2",
"@vue/eslint-config-standard": "^3.0.0-rc.2",
"@vue/ui": "^0.3.1",
"@vue/ui": "^0.4.0",
"ansi_up": "^2.0.2",
"cross-env": "^5.1.5",
"eslint": "^4.16.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1033,14 +1033,14 @@
dependencies:
lodash "^4.17.4"

"@vue/ui@^0.3.1":
version "0.3.3"
resolved "https://registry.yarnpkg.com/@vue/ui/-/ui-0.3.3.tgz#007a149a670fb08b6c0fe00c908cc43eefd91899"
"@vue/ui@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@vue/ui/-/ui-0.4.0.tgz#dcaf7d2c15e7054f41543ed2940a1d2c2de705d0"
dependencies:
focus-visible "^4.1.0"
focus-visible "^4.1.4"
material-design-icons "^3.0.1"
v-tooltip "^2.0.0-rc.31"
vue-resize "^0.4.3"
v-tooltip "^2.0.0-rc.33"
vue-resize "^0.4.4"

"@vue/web-component-wrapper@^1.2.0":
version "1.2.0"
Expand Down Expand Up @@ -4995,7 +4995,7 @@ flush-write-stream@^1.0.0:
inherits "^2.0.1"
readable-stream "^2.0.4"

focus-visible@^4.1.0:
focus-visible@^4.1.4:
version "4.1.4"
resolved "https://registry.yarnpkg.com/focus-visible/-/focus-visible-4.1.4.tgz#f9963bcf5784b1d9dcde62ba53214d38a4f3f9af"

Expand Down Expand Up @@ -11937,9 +11937,9 @@ uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0:
version "3.2.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"

v-tooltip@^2.0.0-rc.31:
version "2.0.0-rc.32"
resolved "https://registry.yarnpkg.com/v-tooltip/-/v-tooltip-2.0.0-rc.32.tgz#85271476c191598ac59361d0660d5da92dc88bf6"
v-tooltip@^2.0.0-rc.33:
version "2.0.0-rc.33"
resolved "https://registry.yarnpkg.com/v-tooltip/-/v-tooltip-2.0.0-rc.33.tgz#78f7d8e9c34265622be65ba9dc78c67f1dc02b73"
dependencies:
lodash.merge "^4.6.0"
popper.js "^1.12.9"
Expand Down Expand Up @@ -12131,7 +12131,7 @@ vue-property-decorator@^6.0.0:
reflect-metadata "^0.1.10"
vue-class-component "^6.1.0"

vue-resize@^0.4.3:
vue-resize@^0.4.3, vue-resize@^0.4.4:
version "0.4.4"
resolved "https://registry.yarnpkg.com/vue-resize/-/vue-resize-0.4.4.tgz#dee9b8dd1b189e7e3f6ec47f86c60694a241bb17"

Expand Down

0 comments on commit e6c7546

Please sign in to comment.