Skip to content

Commit 602e604

Browse files
committed
fix(deps): update all dependencies
1 parent 7bd1a6c commit 602e604

File tree

3 files changed

+182
-30
lines changed

3 files changed

+182
-30
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout Code
21-
uses: actions/checkout@v1
21+
uses: actions/checkout@v2
2222

2323
- name: Setup Ionic
2424
uses: coturiv/setup-ionic@v1
@@ -33,7 +33,7 @@ jobs:
3333
run: ionic cordova build android --prod
3434

3535
- name: Upload artifact
36-
uses: actions/upload-artifact@v1.0.0
36+
uses: actions/upload-artifact@v2.2.0
3737
with:
3838
name: app-debug
3939
path: ./platforms/android/app/build/outputs/apk/debug/app-debug.apk

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.2.0",
18+
"@angular/core": "~10.2.0",
19+
"@angular/forms": "~10.2.0",
20+
"@angular/platform-browser": "~10.2.0",
21+
"@angular/platform-browser-dynamic": "~10.2.0",
22+
"@angular/router": "~10.2.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.6.0",
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.11.0"
3333
},

0 commit comments

Comments
 (0)