upgrade angular version to 4.3.0

This commit is contained in:
Maxime GRIS
2017-07-16 18:58:48 +02:00
parent bde452c32c
commit ab16959ae2
2 changed files with 4591 additions and 1797 deletions

6362
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -35,21 +35,21 @@
"e2e": "protractor ./protractor.conf.js"
},
"dependencies": {
"@angular/common": "4.2.5",
"@angular/compiler": "4.2.5",
"@angular/core": "4.2.5",
"@angular/forms": "4.2.5",
"@angular/http": "4.2.5",
"@angular/platform-browser": "4.2.5",
"@angular/platform-browser-dynamic": "4.2.5",
"@angular/router": "4.2.5",
"@angular/common": "4.3.0",
"@angular/compiler": "4.3.0",
"@angular/core": "4.3.0",
"@angular/forms": "4.3.0",
"@angular/http": "4.3.0",
"@angular/platform-browser": "4.3.0",
"@angular/platform-browser-dynamic": "4.3.0",
"@angular/router": "4.3.0",
"core-js": "2.4.1",
"rxjs": "5.4.1",
"rxjs": "5.4.2",
"zone.js": "0.8.12"
},
"devDependencies": {
"@angular/cli": "1.2.0",
"@angular/compiler-cli": "4.2.5",
"@angular/cli": "1.2.1",
"@angular/compiler-cli": "4.3.0",
"@types/jasmine": "2.5.53",
"@types/node": "7.0.18",
"autoprefixer": "7.1.1",
@@ -79,7 +79,7 @@
"less-loader": "4.0.4",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"postcss-loader": "2.0.6",
"postcss-loader": "1.3.3",
"postcss-url": "7.0.0",
"protractor": "5.1.2",
"raw-loader": "0.5.1",
@@ -93,7 +93,7 @@
"typescript": "2.4.1",
"url-loader": "0.5.9",
"webdriver-manager": "12.0.6",
"webpack": "3.0.0",
"webpack": "3.3.0",
"webpack-dev-server": "2.5.0"
},
"license": "SEE LICENSE IN LICENSE.md"