Skip to content

Commit

Permalink
feat(d3): use caret range instead of fixed version for d3 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Dec 5, 2017
1 parent e6f7d25 commit fa47e01
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions packages/nivo-bar/package.json
Expand Up @@ -7,8 +7,8 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-scale": "1.0.6",
"d3-shape": "1.2.0",
"d3-scale": "^1.0.6",
"d3-shape": "^1.2.0",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nivo-calendar/package.json
Expand Up @@ -7,9 +7,9 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-scale": "1.0.6",
"d3-time": "1.0.7",
"d3-time-format": "2.0.5",
"d3-scale": "^1.0.6",
"d3-time": "^1.0.7",
"d3-time-format": "^2.0.5",
"recompose": "^0.26.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/nivo-chord/package.json
Expand Up @@ -7,9 +7,9 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-chord": "1.0.4",
"d3-format": "1.2.0",
"d3-shape": "1.2.0",
"d3-chord": "^1.0.4",
"d3-format": "^1.2.0",
"d3-shape": "^1.2.0",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-circle-packing/package.json
Expand Up @@ -7,7 +7,7 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-hierarchy": "1.1.5",
"d3-hierarchy": "^1.1.5",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/nivo-core/package.json
Expand Up @@ -6,13 +6,13 @@
"module": "es/index.js",
"jsnext:main": "es/index.js",
"dependencies": {
"d3-color": "1.0.3",
"d3-format": "1.2.0",
"d3-hierarchy": "1.1.5",
"d3-interpolate": "1.1.5",
"d3-scale": "1.0.6",
"d3-scale-chromatic": "1.1.1",
"d3-shape": "1.2.0",
"d3-color": "^1.0.3",
"d3-format": "^1.2.0",
"d3-hierarchy": "^1.1.5",
"d3-interpolate": "^1.1.5",
"d3-scale": "^1.0.6",
"d3-scale-chromatic": "^1.1.1",
"d3-shape": "^1.2.0",
"react-measure": "^2.0.2",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-heatmap/package.json
Expand Up @@ -7,7 +7,7 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-scale": "1.0.6",
"d3-scale": "^1.0.6",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nivo-line/package.json
Expand Up @@ -7,9 +7,9 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-format": "1.2.0",
"d3-scale": "1.0.6",
"d3-shape": "1.2.0",
"d3-format": "^1.2.0",
"d3-scale": "^1.0.6",
"d3-shape": "^1.2.0",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-pie/package.json
Expand Up @@ -7,7 +7,7 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-shape": "1.2.0",
"d3-shape": "^1.2.0",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nivo-radar/package.json
Expand Up @@ -7,9 +7,9 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-format": "1.2.0",
"d3-scale": "1.0.6",
"d3-shape": "1.2.0",
"d3-format": "^1.2.0",
"d3-scale": "^1.0.6",
"d3-shape": "^1.2.0",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-sankey/package.json
Expand Up @@ -7,7 +7,7 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-sankey": "0.7.1",
"d3-sankey": "^0.7.1",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nivo-stream/package.json
Expand Up @@ -7,9 +7,9 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-format": "1.2.0",
"d3-scale": "1.0.6",
"d3-shape": "1.2.0",
"d3-format": "^1.2.0",
"d3-scale": "^1.0.6",
"d3-shape": "^1.2.0",
"recompose": "^0.26.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nivo-sunburst/package.json
Expand Up @@ -7,8 +7,8 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-hierarchy": "1.1.5",
"d3-shape": "1.2.0",
"d3-hierarchy": "^1.1.5",
"d3-shape": "^1.2.0",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-treemap/package.json
Expand Up @@ -7,7 +7,7 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-hierarchy": "1.1.5",
"d3-hierarchy": "^1.1.5",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-voronoi/package.json
Expand Up @@ -7,7 +7,7 @@
"jsnext:main": "es/index.js",
"dependencies": {
"@nivo/core": "0.32.0-7",
"d3-voronoi": "1.1.2",
"d3-voronoi": "^1.1.2",
"recompose": "^0.26.0"
},
"devDependencies": {
Expand Down

0 comments on commit fa47e01

Please sign in to comment.