Skip to content

Commit

Permalink
upgraded dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1k committed Oct 3, 2018
1 parent bd0a6d5 commit d64b92a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@
"lint": "eslint --ignore-path .gitignore -c .eslintrc \"./**/*.js\"",
"start": "node start.js",
"validate": "npm ls",
"precommit": "npm run lint",
"generate:docs": "react-docgen components/object/viewer/individual/ > documentation/object_viewer_individual.json && react-docgen components/object/viewer/aggregate/ > documentation/object_viewer_aggregate.json && react-docgen components/object/editor/individual/ > documentation/object_editor_individual.json && react-docgen components/object/editor/aggregate/ > documentation/object_editor_aggregate.json"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"license": "Apache-2.0",
"dependencies": {
"animate.css": "^3.7.0",
Expand Down Expand Up @@ -95,10 +99,10 @@
"babel-plugin-syntax-dynamic-import": "^7.0.0-beta.3",
"babel-plugin-transform-class-properties": "^7.0.0-beta.3",
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
"babel-preset-env": "^^7.0.0-beta.3",
"babel-preset-es2015": "^^7.0.0-beta.3",
"babel-preset-react": "^^7.0.0-beta.3",
"babel-register": "^^7.0.0-beta.3",
"babel-preset-env": "^7.0.0-beta.3",
"babel-preset-es2015": "^7.0.0-beta.3",
"babel-preset-react": "^7.0.0-beta.3",
"babel-register": "^7.0.0-beta.3",
"bundle-loader": "^0.5.6",
"clean-webpack-plugin": "^0.1.19",
"coveralls": "^3.0.2",
Expand Down

0 comments on commit d64b92a

Please sign in to comment.