This commit is contained in:
Alexis Lahouze 2017-10-04 20:45:55 +02:00
parent 4a2d0e2619
commit 1a5f886810
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-this": "^0.2.2",
"extract-text-webpack-plugin": "^3.0.0",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.4",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
@ -30,10 +30,10 @@
"ngtemplate-loader": "^2.0.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"style-loader": "^0.19.0",
"ts-loader": "^2.3.4",
"typescript": "^2.4.2",
"url-loader": "^0.5.9",
"url-loader": "^0.6.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},