Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 7bd1a6c commit 2103600
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Setup Ionic
uses: coturiv/setup-ionic@v1
Expand All @@ -33,7 +33,7 @@ jobs:
run: ionic cordova build android --prod

- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3.1.3
with:
name: app-debug
path: ./platforms/android/app/build/outputs/apk/debug/app-debug.apk
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
},
"private": true,
"dependencies": {
"@angular/common": "~9.0.0",
"@angular/core": "~9.0.0",
"@angular/forms": "~9.0.0",
"@angular/platform-browser": "~9.0.0",
"@angular/platform-browser-dynamic": "~9.0.0",
"@angular/router": "~9.0.0",
"@angular/common": "~17.0.0",
"@angular/core": "~17.0.0",
"@angular/forms": "~17.0.0",
"@angular/platform-browser": "~17.0.0",
"@angular/platform-browser-dynamic": "~17.0.0",
"@angular/router": "~17.0.0",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^5.0.0",
"cordova-sqlite-storage": "^5.0.0",
"rxjs": "~6.6.0",
"@ionic/angular": "^7.0.0",
"cordova-sqlite-storage": "^6.0.0",
"rxjs": "~7.8.0",
"sql.js": "^1.1.0",
"tslib": "^1.10.0",
"tslib": "^2.0.0",
"typeorm": "^0.2.22",
"zone.js": "~0.11.0"
},
Expand Down

0 comments on commit 2103600

Please sign in to comment.