Skip to content

Commit 8b93121

Browse files
committed
fix(deps): update all dependencies
1 parent ced9987 commit 8b93121

File tree

2 files changed

+180
-28
lines changed

2 files changed

+180
-28
lines changed

package-lock.json

Lines changed: 173 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@angular/common": "~9.0.0",
18-
"@angular/core": "~9.0.0",
19-
"@angular/forms": "~9.0.0",
20-
"@angular/platform-browser": "~9.0.0",
21-
"@angular/platform-browser-dynamic": "~9.0.0",
22-
"@angular/router": "~9.0.0",
17+
"@angular/common": "~10.0.0",
18+
"@angular/core": "~10.0.0",
19+
"@angular/forms": "~10.0.0",
20+
"@angular/platform-browser": "~10.0.0",
21+
"@angular/platform-browser-dynamic": "~10.0.0",
22+
"@angular/router": "~10.0.0",
2323
"@ionic-native/core": "^5.0.0",
2424
"@ionic-native/splash-screen": "^5.0.0",
2525
"@ionic-native/status-bar": "^5.0.0",
2626
"@ionic/angular": "^5.0.0",
2727
"cordova-sqlite-storage": "^5.0.0",
2828
"rxjs": "~6.5.4",
2929
"sql.js": "^1.1.0",
30-
"tslib": "^1.10.0",
30+
"tslib": "^2.0.0",
3131
"typeorm": "^0.2.22",
3232
"zone.js": "~0.10.2"
3333
},

0 commit comments

Comments
 (0)