Update remaining pkgs in packages.json
This commit is contained in:
parent
d39c3e8e41
commit
3f23f88257
File diff suppressed because it is too large
Load Diff
|
|
@ -12,14 +12,14 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "6.0.3",
|
||||
"@angular/compiler": "6.0.3",
|
||||
"@angular/core": "6.0.3",
|
||||
"@angular/forms": "6.0.3",
|
||||
"@angular/http": "6.0.3",
|
||||
"@angular/platform-browser": "6.0.3",
|
||||
"@angular/platform-browser-dynamic": "6.0.3",
|
||||
"@angular/router": "6.0.3",
|
||||
"@angular/common": "^6.0.3",
|
||||
"@angular/compiler": "^6.0.3",
|
||||
"@angular/core": "^6.0.3",
|
||||
"@angular/forms": "^6.0.3",
|
||||
"@angular/http": "^6.0.3",
|
||||
"@angular/platform-browser": "^6.0.3",
|
||||
"@angular/platform-browser-dynamic": "^6.0.3",
|
||||
"@angular/router": "^6.0.3",
|
||||
"core-js": "^2.5.7",
|
||||
"rxjs": "^6.2.0",
|
||||
"ts-loader": "^4.3.1",
|
||||
|
|
@ -27,16 +27,15 @@
|
|||
"zone.js": "^0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^0.6.8",
|
||||
"@angular/cli": "6.0.7",
|
||||
"@angular/compiler-cli": "6.0.3",
|
||||
"@angular/language-service": "6.0.3",
|
||||
"@angular/cli": "^6.0.8",
|
||||
"@angular/compiler-cli": "^6.0.3",
|
||||
"@angular/language-service": "^6.0.3",
|
||||
"@types/jasmine": "^2.8.8",
|
||||
"@types/jasminewd2": "~2.0.2",
|
||||
"@types/jasminewd2": "^2.0.2",
|
||||
"@types/node": "^6.0.112",
|
||||
"codelyzer": "^4.3.0",
|
||||
"ts-node": "~4.1.0",
|
||||
"tslint": "~5.9.1",
|
||||
"typescript": "2.7.2"
|
||||
"ts-node": "^4.1.0",
|
||||
"tslint": "^5.9.1",
|
||||
"typescript": "^2.7.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue