Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 27, 2017
1 parent c081859 commit 915c890
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "stable"
- "node"

env:
global:
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,35 @@
],
"dependencies": {
"autoprefixer": "~7.1.1",
"babel-core": "~6.24.1",
"babel-loader": "~7.0.0",
"babel-core": "~6.25.0",
"babel-loader": "~7.1.0",
"babel-plugin-transform-object-rest-spread": "~6.23.0",
"babel-plugin-transform-react-constant-elements": "~6.23.0",
"babel-plugin-transform-react-inline-elements": "~6.22.0",
"babel-plugin-transform-react-remove-prop-types": "~0.4.5",
"babel-preset-env": "~1.5.1",
"babel-plugin-transform-react-remove-prop-types": "~0.4.6",
"babel-preset-env": "~1.5.2",
"babel-preset-react": "~6.24.1",
"css-loader": "~0.28.4",
"extract-text-webpack-plugin": "~2.1.0",
"extract-text-webpack-plugin": "~2.1.2",
"file-loader": "~0.11.2",
"glob": "~7.1.2",
"html-webpack-harddisk-plugin": "0.1.0",
"html-webpack-plugin": "~2.28.0",
"html-webpack-plugin": "~2.29.0",
"node-sass": "~4.5.3",
"offline-plugin": "~4.8.1",
"postcss-focus": "~2.0.0",
"postcss-loader": "~2.0.5",
"postcss-scss": "~1.0.0",
"postcss-loader": "~2.0.6",
"postcss-scss": "~1.0.2",
"preload-webpack-plugin": "~1.2.2",
"purify-css": "~1.2.5",
"purifycss-webpack": "~0.7.0",
"react": "~15.5.4",
"react-dom": "~15.5.4",
"react-hot-loader": "~3.0.0-beta.6",
"sass-loader": "~6.0.5",
"react": "~15.6.1",
"react-dom": "~15.6.1",
"react-hot-loader": "~3.0.0-beta.7",
"sass-loader": "~6.0.6",
"style-loader": "~0.18.2",
"tachyons-sass": "~4.7.1",
"travis-after-all": "~1.4.4",
"travis-after-all": "~1.4.5",
"webpack": "~2.6.1",
"webpack-bundle-analyzer": "~2.8.2"
},
Expand All @@ -69,7 +69,7 @@
"webpack-dev-server": "latest"
},
"engines": {
"node": ">= 6"
"node": ">= 8"
},
"scripts": {
"build": "NODE_ENV=production webpack --progress --debug --config webpack.config.js",
Expand Down

0 comments on commit 915c890

Please sign in to comment.