Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Oct 4, 2020
1 parent 594d699 commit 56b1a53
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 107 deletions.
138 changes: 73 additions & 65 deletions demo/package-lock.json

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

14 changes: 7 additions & 7 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"node": ">=10"
},
"dependencies": {
"@angular/common": "^10.0.6",
"@angular/compiler": "^10.0.6",
"@angular/core": "^10.0.6",
"@angular/platform-browser": "^10.0.6",
"@angular/platform-browser-dynamic": "^10.0.6",
"@angular/common": "^10.1.4",
"@angular/compiler": "^10.1.4",
"@angular/core": "^10.1.4",
"@angular/platform-browser": "^10.1.4",
"@angular/platform-browser-dynamic": "^10.1.4",
"es6-shim": "^0.35.5",
"ng-inline-svg": "file:..",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.0",
"rxjs": "^6.6.3",
"zone.js": "~0.10.3"
},
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
Expand Down
Loading

0 comments on commit 56b1a53

Please sign in to comment.