Skip to content

Commit 46a9425

Browse files
author
Eduard Kyvenko
committed
fix(dependencies): Remove the bluebird from the dependencies and upgrade everything
1 parent 24b7291 commit 46a9425

File tree

2 files changed

+1142
-531
lines changed

2 files changed

+1142
-531
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,42 +41,42 @@
4141
],
4242
"dependencies": {
4343
"assets-webpack-plugin": "^3.5.1",
44-
"autoprefixer": "6.7.2",
45-
"bluebird": "3.4.7",
44+
"autoprefixer": "^6.7.7",
4645
"chalk": "1.1.3",
47-
"clean-webpack-plugin": "0.1.15",
46+
"clean-webpack-plugin": "^0.1.16",
4847
"cli-table": "0.3.1",
4948
"connect-history-api-fallback": "^1.3.0",
50-
"cross-spawn": "5.0.1",
51-
"css-loader": "0.26.1",
49+
"cross-spawn": "^5.1.0",
50+
"css-loader": "^0.28.0",
5251
"dotenv": "^4.0.0",
5352
"elm": "^0.18.0",
5453
"elm-hot-loader": "0.5.4",
5554
"elm-test": "0.18.2",
5655
"elm-webpack-loader": "^4.3.0",
5756
"extend": "3.0.0",
5857
"extract-text-webpack-plugin": "^2.0.0-rc.2",
59-
"file-loader": "0.10.0",
60-
"fs-extra": "2.0.0",
58+
"file-loader": "0.11.1",
59+
"fs-extra": "^2.1.2",
6160
"html-webpack-plugin": "2.28.0",
6261
"http-proxy-middleware": "^0.17.3",
6362
"minimist": "1.2.0",
64-
"postcss-loader": "1.2.2",
63+
"postcss-loader": "1.3.3",
6564
"prompt": "1.0.0",
66-
"react-dev-utils": "0.4.2",
67-
"style-loader": "0.13.1",
68-
"url-loader": "^0.5.7",
69-
"webpack": "2.2.1",
70-
"webpack-dev-server": "2.3.0"
65+
"react-dev-utils": "0.5.2",
66+
"style-loader": "^0.16.1",
67+
"url-loader": "0.5.8",
68+
"webpack": "2.3.3",
69+
"webpack-dev-server": "2.4.2"
7170
},
7271
"devDependencies": {
7372
"chai": "^3.5.0",
74-
"cz-conventional-changelog": "^1.2.0",
73+
"commitizen": "^2.9.6",
74+
"cz-conventional-changelog": "^2.0.0",
7575
"dir-compare": "^1.3.0",
7676
"husky": "^0.13.1",
7777
"mocha": "^3.2.0",
7878
"rimraf": "^2.5.4",
79-
"semantic-release": "^6.3.2"
79+
"semantic-release": "^6.3.2",
8080
"snazzy": "^7.0.0",
8181
"standard": "^10.0.1"
8282
},

0 commit comments

Comments
 (0)