Skip to content

Commit

Permalink
fix(split): add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Dec 5, 2017
1 parent 19a313d commit 0c222f7
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/nivo-bar/package.json
Expand Up @@ -22,7 +22,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-calendar/package.json
Expand Up @@ -22,7 +22,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-chord/package.json
Expand Up @@ -23,7 +23,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nivo-circle-packing/package.json
Expand Up @@ -21,11 +21,11 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
"access": "public",
"prop-types": "*"
"access": "public"
},
"scripts": {
"build:commonjs": "rm -rf lib && cross-env NODE_ENV=commonjs babel src --out-dir lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-core/package.json
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-heatmap/package.json
Expand Up @@ -21,7 +21,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-line/package.json
Expand Up @@ -23,7 +23,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-pie/package.json
Expand Up @@ -21,7 +21,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-radar/package.json
Expand Up @@ -23,7 +23,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-sankey/package.json
Expand Up @@ -21,7 +21,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-stream/package.json
Expand Up @@ -22,7 +22,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-sunburst/package.json
Expand Up @@ -22,7 +22,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-treemap/package.json
Expand Up @@ -21,7 +21,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nivo-voronoi/package.json
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^15.6.1"
},
"peerDependencies": {
"prop-types": "*",
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
},
"publishConfig": {
Expand Down

0 comments on commit 0c222f7

Please sign in to comment.