Skip to content

Commit 33f2460

Browse files
committed
Updated vue-sequence to support styling participants.
1 parent 5d9e161 commit 33f2460

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"split.js": "1.6.0",
7777
"svg-transform-loader": "^2.0.12",
7878
"vue": "^2.6.11",
79-
"vue-sequence": "^1.0.219",
79+
"vue-sequence": "^1.0.237",
8080
"vuex": "3.4.0"
8181
},
8282
"resolutions": {

yarn.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4156,6 +4156,14 @@ color-parse@^1.3.7:
41564156
dependencies:
41574157
color-name "^1.0.0"
41584158

4159+
4160+
version "1.5.2"
4161+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.2.tgz#26e45814bc3c9a7cbd6751648a41434514a773a9"
4162+
integrity sha512-LX+I88NH9fxJ7mO8RFKYS9bPLdcSDP+FLSSA4VwkK3JMSJdVcZStoXBNgjUBb6COx7COITc/EE+o6zmz9O88rA==
4163+
dependencies:
4164+
color-name "^1.0.0"
4165+
simple-swizzle "^0.2.2"
4166+
41594167
color-string@^1.6.0, color-string@^1.9.0:
41604168
version "1.9.0"
41614169
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.0.tgz#63b6ebd1bec11999d1df3a79a7569451ac2be8aa"
@@ -9926,7 +9934,7 @@ memfs@^3.4.1:
99269934
dependencies:
99279935
fs-monkey "1.0.3"
99289936

9929-
memoizee@^0.4.14, memoizee@^0.4.15:
9937+
memoizee@^0.4.14:
99309938
version "0.4.15"
99319939
resolved "https://registry.yarnpkg.com/memoizee/-/memoizee-0.4.15.tgz#e6f3d2da863f318d02225391829a6c5956555b72"
99329940
integrity sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==
@@ -15043,23 +15051,22 @@ vue-gtag@^1.16.1:
1504315051
resolved "https://registry.yarnpkg.com/vue-gtag/-/vue-gtag-1.16.1.tgz#edb2f20ab4f6c4d4d372dfecf8c1fcc8ab890181"
1504415052
integrity sha512-5vs0pSGxdqrfXqN1Qwt0ZFXG0iTYjRMu/saddc7QIC5yp+DKgjWQRpGYVa7Pq+KbThxwzzMfo0sGi7ISa6NowA==
1504515053

15046-
vue-sequence@^1.0.219:
15047-
version "1.0.219"
15048-
resolved "https://registry.yarnpkg.com/vue-sequence/-/vue-sequence-1.0.219.tgz#3ef3c849d502f83eb393df4915f8932f95fb3bb6"
15049-
integrity sha512-bf+ttwQeeiNEyRAwpnsZ+Im6FjHPoC09/RY/Krg4sQI8RmRORIT7coWhN+wYabJwcivMw2WTS6EY/Svxu87inQ==
15054+
vue-sequence@^1.0.237:
15055+
version "1.0.237"
15056+
resolved "https://registry.yarnpkg.com/vue-sequence/-/vue-sequence-1.0.237.tgz#54455c5ba5dd163d2908e80a45606f297871c69c"
15057+
integrity sha512-hqdVjZ/SiIIJl7rpDRNK01fuManAcJlQng+UuWCc220BqcqIxXJt3E+oY5xcmSBDxmO72Gta+vHO7Xo7s8T1mQ==
1505015058
dependencies:
1505115059
"@tailwindcss/postcss7-compat" "^2.0.2"
1505215060
"@types/assert" "^1.5.4"
1505315061
"@types/ramda" "^0.28.0"
1505415062
antlr4 "~4.8.0"
15055-
autoprefixer "^9"
15063+
color-string "1.5.2"
1505615064
dom-to-image-more "^2.9.5"
1505715065
file-saver "^2.0.5"
1505815066
highlight.js "^10.1.1"
1505915067
html-to-image "^1.9.0"
1506015068
lodash "^4.17.20"
1506115069
marked "^2.0.0"
15062-
memoizee "^0.4.15"
1506315070
postcss "^7"
1506415071
ramda "^0.28.0"
1506515072
tailwindcss "npm:@tailwindcss/postcss7-compat@^2.0.2"

0 commit comments

Comments
 (0)