Skip to content

Commit 7e9e2e0

Browse files
fix(deps): update all dependencies
1 parent 7bd1a6c commit 7e9e2e0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
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": "~9.1.0",
18+
"@angular/core": "~9.1.0",
19+
"@angular/forms": "~9.1.0",
20+
"@angular/platform-browser": "~9.1.0",
21+
"@angular/platform-browser-dynamic": "~9.1.0",
22+
"@angular/router": "~9.1.0",
2323
"@ionic-native/core": "^5.0.0",
2424
"@ionic-native/splash-screen": "^5.0.0",
2525
"@ionic-native/status-bar": "^5.0.0",
@@ -28,8 +28,8 @@
2828
"rxjs": "~6.6.0",
2929
"sql.js": "^1.1.0",
3030
"tslib": "^1.10.0",
31-
"typeorm": "^0.2.22",
32-
"zone.js": "~0.11.0"
31+
"typeorm": "^0.3.0",
32+
"zone.js": "~0.13.0"
3333
},
3434
"devDependencies": {
3535
"@angular-builders/custom-webpack": "^9.0.0",

0 commit comments

Comments
 (0)