Skip to content

Commit 56a4c83

Browse files
committed
Updated vue-sequence.
1 parent 8137671 commit 56a4c83

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"split.js": "1.6.2",
9797
"svg-transform-loader": "^2.0.12",
9898
"vue": "^2.6.12",
99-
"vue-sequence": "^1.0.150",
99+
"vue-sequence": "^1.0.155",
100100
"vuex": "^3.6.2"
101101
},
102102
"resolutions": {

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9356,6 +9356,11 @@ lodash.camelcase@^4.3.0:
93569356
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
93579357
integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY=
93589358

9359+
lodash.deburr@^4.1.0:
9360+
version "4.1.0"
9361+
resolved "https://registry.yarnpkg.com/lodash.deburr/-/lodash.deburr-4.1.0.tgz#ddb1bbb3ef07458c0177ba07de14422cb033ff9b"
9362+
integrity sha1-3bG7s+8HRYwBd7oH3hRCLLAz/5s=
9363+
93599364
lodash.defaults@^4.2.0:
93609365
version "4.2.0"
93619366
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
@@ -13590,6 +13595,13 @@ string-length@^4.0.1:
1359013595
char-regex "^1.0.2"
1359113596
strip-ansi "^6.0.0"
1359213597

13598+
string-pixel-width@^1.10.0:
13599+
version "1.10.0"
13600+
resolved "https://registry.yarnpkg.com/string-pixel-width/-/string-pixel-width-1.10.0.tgz#aff215aaa7a65627f937d70fcc88d83ae1bc5657"
13601+
integrity sha512-cOMpkH+CpxWAnrPsWUvPWhZxh25CzUukweT+6WF+Kwx6+G2ksg8flvELZusLyWiZzfFCjj1+QRRGwcPWZlwVYA==
13602+
dependencies:
13603+
lodash.deburr "^4.1.0"
13604+
1359313605
string-width@^1.0.1, string-width@^1.0.2:
1359413606
version "1.0.2"
1359513607
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -14950,10 +14962,10 @@ vm-browserify@^1.0.1:
1495014962
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.0.tgz#bd76d6a23323e2ca8ffa12028dc04559c75f9019"
1495114963
integrity sha512-iq+S7vZJE60yejDYM0ek6zg308+UZsdtPExWP9VZoCFCz1zkJoXFnAX7aZfd/ZwrkidzdUZL0C/ryW+JwAiIGw==
1495214964

14953-
vue-sequence@^1.0.150:
14954-
version "1.0.150"
14955-
resolved "https://registry.yarnpkg.com/vue-sequence/-/vue-sequence-1.0.150.tgz#e7847a91c47773cbac01069385cd9f9450afe849"
14956-
integrity sha512-7EjvOXxUg5vTfbx13oRe0bevQRdIeOqnOcSl80Eb0pYKdjPS65EjvBWUKi0/txliSmdZWO9W5UScPlqtokyy0A==
14965+
vue-sequence@^1.0.155:
14966+
version "1.0.155"
14967+
resolved "https://registry.yarnpkg.com/vue-sequence/-/vue-sequence-1.0.155.tgz#afb71cc87248ddd9112c7013b04465238bc856f5"
14968+
integrity sha512-YcmXELGM3o/XtpiwcpIDMv+syCYKn92t64qf0sZy1AJfAsDHXLAV6kgON7IFDzQGNnsJJHezrzzIyznYZwpEQg==
1495714969
dependencies:
1495814970
"@types/assert" "^1.5.4"
1495914971
antlr4 "~4.8.0"
@@ -14962,6 +14974,7 @@ vue-sequence@^1.0.150:
1496214974
highlight.js "^10.1.1"
1496314975
lodash "^4.17.20"
1496414976
marked "^2.0.0"
14977+
string-pixel-width "^1.10.0"
1496514978
vue "2.6.12"
1496614979
vue-template-compiler "2.6.12"
1496714980
vuex "^3.6.2"

0 commit comments

Comments
 (0)