Skip to content

Commit e6c7546

Browse files
author
Guillaume Chau
committed
chore(ui): upgrade @vue/ui
1 parent 82836f5 commit e6c7546

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

packages/@vue/cli-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@vue/cli-plugin-eslint": "^3.0.0-rc.2",
5050
"@vue/cli-service": "^3.0.0-rc.2",
5151
"@vue/eslint-config-standard": "^3.0.0-rc.2",
52-
"@vue/ui": "^0.3.1",
52+
"@vue/ui": "^0.4.0",
5353
"ansi_up": "^2.0.2",
5454
"cross-env": "^5.1.5",
5555
"eslint": "^4.16.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,14 +1033,14 @@
10331033
dependencies:
10341034
lodash "^4.17.4"
10351035

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

10451045
"@vue/web-component-wrapper@^1.2.0":
10461046
version "1.2.0"
@@ -4995,7 +4995,7 @@ flush-write-stream@^1.0.0:
49954995
inherits "^2.0.1"
49964996
readable-stream "^2.0.4"
49974997

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

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

11940-
v-tooltip@^2.0.0-rc.31:
11941-
version "2.0.0-rc.32"
11942-
resolved "https://registry.yarnpkg.com/v-tooltip/-/v-tooltip-2.0.0-rc.32.tgz#85271476c191598ac59361d0660d5da92dc88bf6"
11940+
v-tooltip@^2.0.0-rc.33:
11941+
version "2.0.0-rc.33"
11942+
resolved "https://registry.yarnpkg.com/v-tooltip/-/v-tooltip-2.0.0-rc.33.tgz#78f7d8e9c34265622be65ba9dc78c67f1dc02b73"
1194311943
dependencies:
1194411944
lodash.merge "^4.6.0"
1194511945
popper.js "^1.12.9"
@@ -12131,7 +12131,7 @@ vue-property-decorator@^6.0.0:
1213112131
reflect-metadata "^0.1.10"
1213212132
vue-class-component "^6.1.0"
1213312133

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

0 commit comments

Comments
 (0)