This repository was archived by the owner on Dec 21, 2018. It is now read-only.
File tree 2 files changed +13
-8
lines changed
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vega-scale" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " Scales and color schemes for visual encoding." ,
5
5
"keywords" : [
6
6
" vega" ,
28
28
"postpublish" : " git push && git push --tags && zip -j build/vega-scale.zip -- LICENSE README.md build/vega-scale.js build/vega-scale.min.js"
29
29
},
30
30
"dependencies" : {
31
- "d3-array" : " ^1.2.4 " ,
31
+ "d3-array" : " ^2.0.2 " ,
32
32
"d3-interpolate" : " ^1.3.2" ,
33
33
"d3-scale" : " ^2.1.2" ,
34
34
"d3-scale-chromatic" : " ^1.3.3" ,
37
37
},
38
38
"devDependencies" : {
39
39
"eslint" : " 5" ,
40
- "rollup" : " 0.66.6 " ,
40
+ "rollup" : " 0.67.4 " ,
41
41
"tape" : " 4" ,
42
42
"uglify-js" : " 3"
43
43
}
Original file line number Diff line number Diff line change @@ -185,11 +185,16 @@ cross-spawn@^6.0.5:
185
185
shebang-command "^1.2.0"
186
186
which "^1.2.9"
187
187
188
- d3-array@^1.2.0, d3-array@^1.2.4 :
188
+ d3-array@^1.2.0 :
189
189
version "1.2.4"
190
190
resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-1.2.4.tgz#635ce4d5eea759f6f605863dbcfc30edc737f71f"
191
191
integrity sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==
192
192
193
+ d3-array@^2.0.2 :
194
+ version "2.0.2"
195
+ resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-2.0.2.tgz#c9a8a203b43403c6ced881ee66828edc6e561c61"
196
+ integrity sha512-dbjbKhMdnTW6ToWsopRs4/+ZPOsqQE1QeeoUEvzIqhdkT29zzAUcUh8HMb92tTITVlbW/G0UBz4ryBqC2RTUIA==
197
+
193
198
d3-collection@1 :
194
199
version "1.0.7"
195
200
resolved "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.7.tgz#349bd2aa9977db071091c13144d5e4f16b5b310e"
@@ -886,10 +891,10 @@ rimraf@^2.2.8:
886
891
dependencies :
887
892
glob "^7.0.5"
888
893
889
- rollup@0.66.6 :
890
- version "0.66.6 "
891
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.66.6 .tgz#ce7d6185beb7acea644ce220c25e71ae03275482 "
892
- integrity sha512-J7/SWanrcb83vfIHqa8+aVVGzy457GcjA6GVZEnD0x2u4OnOd0Q1pCrEoNe8yLwM6z6LZP02zBT2uW0yh5TqOw ==
894
+ rollup@0.67.4 :
895
+ version "0.67.4 "
896
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.67.4 .tgz#8ed6b0993337f84ec8a0387f824fa6c197e833ec "
897
+ integrity sha512-AVuP73mkb4BBMUmksQ3Jw0jTrBTU1i7rLiUYjFxLZGb3xiFmtVEg40oByphkZAsiL0bJC3hRAJUQos/e5EBd+w ==
893
898
dependencies :
894
899
" @types/estree" " 0.0.39"
895
900
" @types/node" " *"
You can’t perform that action at this time.
0 commit comments