Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed Jan 9, 2018
1 parent 256a92b commit 8519d0d
Show file tree
Hide file tree
Showing 2 changed files with 1,361 additions and 368 deletions.
55 changes: 28 additions & 27 deletions package.json
Expand Up @@ -48,43 +48,44 @@
"react-motion": "^0.4 || ^0.5"
},
"dependencies": {
"prop-types": "^15.5.8"
"prop-types": "^15.6.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.8",
"babel-preset-env": "^1.6.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.12",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^4.4.0",
"eslint-config-airbnb": "^15.1.0",
"babel-register": "^6.26.0",
"babili-webpack-plugin": "^0.1.2",
"css-loader": "^0.28.8",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"finalhandler": "^1.0.4",
"gh-pages": "^1.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.2",
"finalhandler": "^1.1.0",
"gh-pages": "^1.1.0",
"glob": "^7.1.2",
"html-webpack-include-assets-plugin": "^0.0.7",
"html-webpack-include-assets-plugin": "^1.0.2",
"html-webpack-plugin": "^2.30.1",
"nightwatch": "^0.9.16",
"nightwatch": "^0.9.19",
"portfinder": "^1.0.13",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-motion": "^0.5.0",
"rimraf": "^2.6.1",
"serve-static": "^1.12.3",
"style-loader": "^0.18.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-motion": "^0.5.2",
"rimraf": "^2.6.2",
"serve-static": "^1.13.1",
"style-loader": "^0.19.1",
"tape": "^4.8.0",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.1"
},
"files": [
"build",
Expand Down

0 comments on commit 8519d0d

Please sign in to comment.