Skip to content

Commit

Permalink
fix(split): add missing dep react-motion
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Dec 5, 2017
1 parent 552187c commit 74e0bf5
Show file tree
Hide file tree
Showing 20 changed files with 9,680 additions and 233 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Expand Up @@ -39,7 +39,7 @@
"react-dom": "^16.0.0",
"react-helmet": "5.1.3",
"react-icons": "^2.2.5",
"react-motion": "^0.5.0",
"react-motion": "^0.5.2",
"react-responsive": "1.3.4",
"react-router-dom": "^4.2.2",
"react-select": "1.0.0-rc.10",
Expand Down
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -31,7 +31,6 @@
"cross-env": "^5.0.5",
"enzyme": "^2.9.1",
"gh-pages": "^1.0.0",
"husky": "^0.14.3",
"lerna": "^2.5.1",
"lint-staged": "^4.1.0",
"nivo-generators": "0.9.3",
Expand All @@ -55,9 +54,7 @@
"fmt": "prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"",
"fmt:check": "prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"",
"version": "echo ${npm_package_version}",
"prepublishOnly": "npm test && npm run build",
"precommit": "lint-staged",
"commitmsg": "validate-commit-msg",
"disabledPrepublishOnly": "npm test && npm run build",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook",
"storybook:publish": "npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook",
Expand Down
1 change: 1 addition & 0 deletions packages/nivo-bar/package.json
Expand Up @@ -9,6 +9,7 @@
"@nivo/core": "0.32.0-4",
"d3-scale": "1.0.6",
"d3-shape": "1.2.0",
"react-motion": "^0.5.2",
"recompose": "0.26.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/nivo-chord/package.json
Expand Up @@ -10,6 +10,7 @@
"d3-chord": "1.0.4",
"d3-format": "1.2.0",
"d3-shape": "1.2.0",
"react-motion": "^0.5.2",
"recompose": "0.26.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/nivo-circle-packing/package.json
Expand Up @@ -8,6 +8,7 @@
"dependencies": {
"@nivo/core": "0.32.0-4",
"d3-hierarchy": "1.1.5",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/nivo-core/package.json
Expand Up @@ -13,7 +13,8 @@
"d3-scale": "1.0.6",
"d3-scale-chromatic": "1.1.1",
"d3-shape": "1.2.0",
"react-measure": "2.0.2"
"react-measure": "^2.0.2",
"react-motion": "^0.5.2"
},
"devDependencies": {
"@nivo/babel-preset": "0.32.0-4",
Expand Down
1 change: 1 addition & 0 deletions packages/nivo-heatmap/package.json
Expand Up @@ -8,6 +8,7 @@
"dependencies": {
"@nivo/core": "0.32.0-4",
"d3-scale": "1.0.6",
"react-motion": "^0.5.2",
"recompose": "0.26.0"
},
"devDependencies": {
Expand Down

0 comments on commit 74e0bf5

Please sign in to comment.