Run npm update

This commit is contained in:
Liam Westby 2018-04-17 15:04:04 -05:00
parent ee9ee1d386
commit 51658fd92c
2 changed files with 1101 additions and 1246 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,33 +13,33 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.8",
"@angular/cli": "^1.7.3",
"@angular/common": "^5.2.8",
"@angular/compiler": "^5.2.8",
"@angular/core": "^5.2.8",
"@angular/forms": "^5.2.8",
"@angular/http": "^5.2.8",
"@angular/platform-browser": "^5.2.8",
"@angular/platform-browser-dynamic": "^5.2.8",
"@angular/router": "^5.2.8",
"@ng-bootstrap/ng-bootstrap": "^1.0.0",
"angular-in-memory-web-api": "^0.5.3",
"@angular/animations": "^5.2.10",
"@angular/cli": "^1.7.4",
"@angular/common": "^5.2.10",
"@angular/compiler": "^5.2.10",
"@angular/core": "^5.2.10",
"@angular/forms": "^5.2.10",
"@angular/http": "^5.2.10",
"@angular/platform-browser": "^5.2.10",
"@angular/platform-browser-dynamic": "^5.2.10",
"@angular/router": "^5.2.10",
"@ng-bootstrap/ng-bootstrap": "^1.1.2",
"angular-in-memory-web-api": "^0.5.4",
"autoprefixer": "^7.2.6",
"bootstrap": "^4.0.0",
"core-js": "^2.4.1",
"node-sass": "^4.7.2",
"npm": "^5.7.1",
"rxjs": "^5.5.6",
"bootstrap": "^4.1.0",
"core-js": "^2.5.5",
"node-sass": "^4.8.3",
"npm": "^5.8.0",
"rxjs": "^5.5.10",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.19"
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "^5.2.8",
"@angular/language-service": "^5.2.8",
"@angular/compiler-cli": "^5.2.10",
"@angular/language-service": "^5.2.10",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^6.0.101",
"@types/node": "^6.0.106",
"codelyzer": "^4.2.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",