Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Commit f593c29

Browse files
committed
v2.5.1
1 parent 4d243e3 commit f593c29

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vega-scale",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Scales and color schemes for visual encoding.",
55
"keywords": [
66
"vega",
@@ -28,7 +28,7 @@
2828
"postpublish": "git push && git push --tags && zip -j build/vega-scale.zip -- LICENSE README.md build/vega-scale.js build/vega-scale.min.js"
2929
},
3030
"dependencies": {
31-
"d3-array": "^1.2.4",
31+
"d3-array": "^2.0.2",
3232
"d3-interpolate": "^1.3.2",
3333
"d3-scale": "^2.1.2",
3434
"d3-scale-chromatic": "^1.3.3",
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"eslint": "5",
40-
"rollup": "0.66.6",
40+
"rollup": "0.67.4",
4141
"tape": "4",
4242
"uglify-js": "3"
4343
}

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,16 @@ cross-spawn@^6.0.5:
185185
shebang-command "^1.2.0"
186186
which "^1.2.9"
187187

188-
d3-array@^1.2.0, d3-array@^1.2.4:
188+
d3-array@^1.2.0:
189189
version "1.2.4"
190190
resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-1.2.4.tgz#635ce4d5eea759f6f605863dbcfc30edc737f71f"
191191
integrity sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==
192192

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+
193198
d3-collection@1:
194199
version "1.0.7"
195200
resolved "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.7.tgz#349bd2aa9977db071091c13144d5e4f16b5b310e"
@@ -886,10 +891,10 @@ rimraf@^2.2.8:
886891
dependencies:
887892
glob "^7.0.5"
888893

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==
893898
dependencies:
894899
"@types/estree" "0.0.39"
895900
"@types/node" "*"

0 commit comments

Comments
 (0)