Skip to content

Commit

Permalink
fix(dependencies): Remove the bluebird from the dependencies and upgr…
Browse files Browse the repository at this point in the history
…ade everything
  • Loading branch information
Eduard Kyvenko committed Apr 13, 2017
1 parent 24b7291 commit 46a9425
Show file tree
Hide file tree
Showing 2 changed files with 1,142 additions and 531 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,42 +41,42 @@
],
"dependencies": {
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "6.7.2",
"bluebird": "3.4.7",
"autoprefixer": "^6.7.7",
"chalk": "1.1.3",
"clean-webpack-plugin": "0.1.15",
"clean-webpack-plugin": "^0.1.16",
"cli-table": "0.3.1",
"connect-history-api-fallback": "^1.3.0",
"cross-spawn": "5.0.1",
"css-loader": "0.26.1",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.0",
"dotenv": "^4.0.0",
"elm": "^0.18.0",
"elm-hot-loader": "0.5.4",
"elm-test": "0.18.2",
"elm-webpack-loader": "^4.3.0",
"extend": "3.0.0",
"extract-text-webpack-plugin": "^2.0.0-rc.2",
"file-loader": "0.10.0",
"fs-extra": "2.0.0",
"file-loader": "0.11.1",
"fs-extra": "^2.1.2",
"html-webpack-plugin": "2.28.0",
"http-proxy-middleware": "^0.17.3",
"minimist": "1.2.0",
"postcss-loader": "1.2.2",
"postcss-loader": "1.3.3",
"prompt": "1.0.0",
"react-dev-utils": "0.4.2",
"style-loader": "0.13.1",
"url-loader": "^0.5.7",
"webpack": "2.2.1",
"webpack-dev-server": "2.3.0"
"react-dev-utils": "0.5.2",
"style-loader": "^0.16.1",
"url-loader": "0.5.8",
"webpack": "2.3.3",
"webpack-dev-server": "2.4.2"
},
"devDependencies": {
"chai": "^3.5.0",
"cz-conventional-changelog": "^1.2.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"dir-compare": "^1.3.0",
"husky": "^0.13.1",
"mocha": "^3.2.0",
"rimraf": "^2.5.4",
"semantic-release": "^6.3.2"
"semantic-release": "^6.3.2",
"snazzy": "^7.0.0",
"standard": "^10.0.1"
},
Expand Down
Loading

0 comments on commit 46a9425

Please sign in to comment.