Version update
This commit is contained in:
parent
702d86d065
commit
f566395095
3 changed files with 6530 additions and 6350 deletions
6518
package-lock.json
generated
Normal file
6518
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
24
package.json
24
package.json
|
@ -32,23 +32,23 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "^5.0.0",
|
||||
"@angular/compiler": "^5.0.0",
|
||||
"@angular/core": "^5.0.0",
|
||||
"@angular/forms": "^5.0.0",
|
||||
"@angular/platform-browser": "^5.0.0",
|
||||
"@angular/platform-browser-dynamic": "^5.0.0",
|
||||
"@angular/router": "^5.0.0",
|
||||
"@angular/common": "6.1.6",
|
||||
"@angular/compiler": "6.1.6",
|
||||
"@angular/core": "6.1.6",
|
||||
"@angular/forms": "6.1.6",
|
||||
"@angular/platform-browser": "6.1.6",
|
||||
"@angular/platform-browser-dynamic": "6.1.6",
|
||||
"@angular/router": "6.1.6",
|
||||
"core-js": "^2.5.1",
|
||||
"punycode": "^2.1.0",
|
||||
"quoted-printable": "^1.0.0",
|
||||
"rxjs": "^5.5.2",
|
||||
"rxjs": "^6.3.0",
|
||||
"utf8": "^2.1.0",
|
||||
"zone.js": "^0.8.18"
|
||||
"zone.js": "^0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/cli": "^1.5.0",
|
||||
"@angular/compiler-cli": "^5.0.0",
|
||||
"@angular/cli": "6.1.5",
|
||||
"@angular/compiler-cli": "6.1.6",
|
||||
"@types/jasmine": "^2.5.38",
|
||||
"@types/node": "^8.0.50",
|
||||
"codelyzer": "^4.0.1",
|
||||
|
@ -66,6 +66,6 @@
|
|||
"protractor-console": "^3.0.0",
|
||||
"ts-node": "^3.0.0",
|
||||
"tslint": "^5.0.0",
|
||||
"typescript": "^2.2.0"
|
||||
"typescript": "2.9.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue