fix builds related to node-sass library (#1966)

* update dependencies and remove old lock files

* update sass loader

* updated lock files
This commit is contained in:
Denys Vuika
2017-06-14 14:05:06 +01:00
committed by Eugenio Romano
parent 774498e045
commit 75778ab968
5 changed files with 1090 additions and 997 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -123,11 +123,11 @@
"karma-remap-istanbul": "^0.6.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"node-sass": "^3.13.1",
"node-sass": "4.5.3",
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.4",
"sass-loader": "6.0.2",
"sass-loader": "6.0.5",
"script-loader": "0.7.0",
"source-map-loader": "^0.1.6",
"sourcemap-istanbul-instrumenter-loader": "^0.2.0",

View File

@@ -70,8 +70,8 @@
"webpack-merge": "2.6.1",
"jasmine-ajax": "^3.2.0",
"jasmine-core": "2.4.1",
"node-sass": "^3.13.1",
"sass-loader": "6.0.2"
"node-sass": "4.5.3",
"sass-loader": "6.0.5"
},
"keywords": [
"alfresco-ng2-components",

File diff suppressed because it is too large Load Diff

View File

@@ -142,8 +142,8 @@
"webpack-dev-server": "^2.3.0",
"webpack-merge": "2.6.1",
"wsrv": "^0.1.7",
"node-sass": "^3.13.1",
"sass-loader": "6.0.2",
"node-sass": "4.5.3",
"sass-loader": "6.0.5",
"license-check": "1.1.5",
"happypack": "3.0.0"
},