Skip to content

Commit

Permalink
chore(deps): update deps in angular app
Browse files Browse the repository at this point in the history
  • Loading branch information
Olena-Stotska authored and stalniy committed Jun 8, 2020
1 parent 2b4eeb8 commit 9a1573a
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 54 deletions.
28 changes: 14 additions & 14 deletions packages/angular-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
"postinstall": "ngcc"
},
"dependencies": {
"@angular/animations": "9.0.5",
"@angular/common": "9.0.5",
"@angular/compiler": "9.0.5",
"@angular/core": "9.0.5",
"@angular/forms": "9.0.5",
"@angular/localize": "9.0.5",
"@angular/platform-browser": "9.0.5",
"@angular/platform-browser-dynamic": "9.0.5",
"@casl/ability": "^4.0.4",
"@casl/angular": "^4.0.4",
"@angular/animations": "^9.0.5",
"@angular/common": "^9.0.5",
"@angular/compiler": "^9.0.5",
"@angular/core": "^9.0.5",
"@angular/forms": "^9.0.5",
"@angular/localize": "^9.0.5",
"@angular/platform-browser": "^9.0.5",
"@angular/platform-browser-dynamic": "^9.0.5",
"@casl/ability": "^4.1.5",
"@casl/angular": "^4.1.3",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.5",
"@angular/cli": "9.0.5",
"@angular/compiler-cli": "9.0.5",
"@angular/language-service": "9.0.5",
"@angular/cli": "^9.0.5",
"@angular/compiler-cli": "^9.0.5",
"@angular/language-service": "^9.0.5",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
Expand All @@ -48,4 +48,4 @@
"tslint": "~5.18.0",
"typescript": "~3.7.5"
}
}
}
86 changes: 46 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a1573a

Please sign in to comment.