Skip to content

Commit

Permalink
feat(generators): update nivo-generators
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Aug 23, 2017
1 parent 9385dd6 commit ada44cf
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 103 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"prop-types": "^15.5.10",
"react-measure": "^2.0.2",
"react-motion": "^0.5.0",
"recompose": "^0.24.0"
"recompose": "^0.25.0"
},
"devDependencies": {
"@storybook/addon-knobs": "^3.2.0",
"@storybook/react": "^3.2.3",
"babel-cli": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-jest": "^20.0.3",
"babel-plugin-check-es2015-constants": "^6.22.0",
"babel-plugin-external-helpers": "^6.22.0",
Expand All @@ -48,26 +48,26 @@
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.24.1",
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-computed-properties": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-function-name": "^6.24.1",
"babel-plugin-transform-es2015-literals": "^6.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-es2015-object-super": "^6.24.1",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"cross-env": "^5.0.2",
"cross-env": "^5.0.5",
"gh-pages": "^1.0.0",
"husky": "^0.14.3",
"jest": "^20.0.4",
"lint-staged": "^4.0.2",
"nivo-generators": "^0.7.0",
"lint-staged": "^4.0.3",
"nivo-generators": "^0.8.0",
"prettier": "^1.5.3",
"react": "^15.4.1",
"react-dom": "^15.4.1",
Expand Down
Loading

0 comments on commit ada44cf

Please sign in to comment.