Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit d779539

Browse files
committed
Updated dep and move to exact num version for dep
1 parent 9599c15 commit d779539

File tree

2 files changed

+476
-203
lines changed

2 files changed

+476
-203
lines changed

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -20,46 +20,46 @@
2020
]
2121
},
2222
"devDependencies": {
23-
"husky": "^0.14.3",
24-
"lint-staged": "^4.0.4",
25-
"prettier": "^1.6.1"
23+
"husky": "0.14.3",
24+
"lint-staged": "4.1.3",
25+
"prettier": "1.6.1"
2626
},
2727
"dependencies": {
28-
"add-asset-html-webpack-plugin": "^2.1.1",
29-
"autodll-webpack-plugin": "^0.2.1",
30-
"autoprefixer": "^7.1.3",
31-
"babel-core": "^6.26.0",
32-
"babel-loader": "^7.1.2",
33-
"babel-plugin-transform-object-rest-spread": "^6.26.0",
34-
"babel-polyfill": "^6.26.0",
35-
"babel-preset-env": "^1.6.0",
36-
"bluebird": "^3.5.0",
37-
"chalk": "^2.1.0",
38-
"clean-webpack-plugin": "^0.1.16",
39-
"cross-spawn": "^5.1.0",
40-
"css-loader": "^0.28.7",
41-
"eslint": "^4.6.0",
42-
"eslint-config-angular": "^0.5.0",
43-
"eslint-loader": "^1.9.0",
44-
"eslint-plugin-angular": "^3.1.1",
45-
"extract-text-webpack-plugin": "^2.1.2",
46-
"file-loader": "^0.11.2",
47-
"html-webpack-plugin": "^2.30.1",
48-
"joi": "^10.6.0",
49-
"ng-annotate-loader": "^0.6.1",
50-
"node-sass": "^4.5.3",
51-
"opn": "^5.1.0",
52-
"postcss-loader": "^2.0.6",
53-
"raw-loader": "^0.5.1",
54-
"react-dev-utils": "^4.0.1",
55-
"resolve-url-loader": "^2.1.0",
56-
"sass-loader": "^6.0.6",
57-
"style-loader": "^0.18.2",
58-
"url-loader": "^0.5.9",
59-
"webpack": "^2.7.0",
60-
"webpack-bundle-analyzer": "^2.9.0",
61-
"webpack-config-utils": "^2.3.0",
62-
"webpack-dev-server": "^2.7.1",
63-
"yargs-parser": "^7.0.0"
28+
"add-asset-html-webpack-plugin": "2.1.1",
29+
"autodll-webpack-plugin": "0.2.1",
30+
"autoprefixer": "7.1.4",
31+
"babel-core": "6.26.0",
32+
"babel-loader": "7.1.2",
33+
"babel-plugin-transform-object-rest-spread": "6.26.0",
34+
"babel-polyfill": "6.26.0",
35+
"babel-preset-env": "1.6.0",
36+
"bluebird": "3.5.0",
37+
"chalk": "2.1.0",
38+
"clean-webpack-plugin": "0.1.16",
39+
"cross-spawn": "5.1.0",
40+
"css-loader": "0.28.7",
41+
"eslint": "4.6.1",
42+
"eslint-config-angular": "0.5.0",
43+
"eslint-loader": "1.9.0",
44+
"eslint-plugin-angular": "3.1.1",
45+
"extract-text-webpack-plugin": "2.1.2",
46+
"file-loader": "0.11.2",
47+
"html-webpack-plugin": "2.30.1",
48+
"joi": "10.6.0",
49+
"ng-annotate-loader": "0.6.1",
50+
"node-sass": "4.5.3",
51+
"opn": "5.1.0",
52+
"postcss-loader": "2.0.6",
53+
"raw-loader": "0.5.1",
54+
"react-dev-utils": "4.0.1",
55+
"resolve-url-loader": "2.1.0",
56+
"sass-loader": "6.0.6",
57+
"style-loader": "0.18.2",
58+
"url-loader": "0.5.9",
59+
"webpack": "2.7.0",
60+
"webpack-bundle-analyzer": "2.9.0",
61+
"webpack-config-utils": "2.3.0",
62+
"webpack-dev-server": "2.8.1",
63+
"yargs-parser": "7.0.0"
6464
}
6565
}

0 commit comments

Comments
 (0)