Skip to content

Commit

Permalink
Merge pull request #21 from CerealKiller97/dev
Browse files Browse the repository at this point in the history
Updating Angular to the latest version
  • Loading branch information
Stefan Bogdanović authored Sep 13, 2019
2 parents 56cec3e + 2d2c509 commit 17f4eea
Show file tree
Hide file tree
Showing 2 changed files with 1,259 additions and 462 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~8.1.3",
"@angular/animations": "~8.2.6",
"@angular/cdk": "~8.1.4",
"@angular/common": "~8.1.3",
"@angular/compiler": "~8.1.3",
"@angular/core": "~8.1.3",
"@angular/forms": "~8.1.3",
"@angular/common": "~8.2.6",
"@angular/compiler": "~8.2.6",
"@angular/core": "~8.2.6",
"@angular/forms": "~8.2.6",
"@angular/material": "^8.1.4",
"@angular/platform-browser": "~8.1.3",
"@angular/platform-browser-dynamic": "~8.1.3",
"@angular/router": "~8.1.3",
"@angular/platform-browser": "~8.2.6",
"@angular/platform-browser-dynamic": "~8.2.6",
"@angular/router": "~8.2.6",
"angular-epic-spinners": "^2.0.0",
"hammerjs": "^2.0.8",
"rxjs": "~6.4.0",
"rxjs": "~6.5.3",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.3",
"@angular/cli": "~8.1.3",
"@angular/compiler-cli": "~8.1.3",
"@angular/language-service": "~8.1.3",
"@angular-devkit/build-angular": "~0.803.4",
"@angular/cli": "~8.3.4",
"@angular/compiler-cli": "~8.2.6",
"@angular/language-service": "~8.2.6",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
Expand All @@ -47,6 +47,6 @@
"serve": "^11.1.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3"
"typescript": "~3.5.3"
}
}
}
Loading

1 comment on commit 17f4eea

@vercel
Copy link

@vercel vercel bot commented on 17f4eea Sep 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.