Skip to content

Commit

Permalink
feat/update-ionic-angular
Browse files Browse the repository at this point in the history
  • Loading branch information
Damilola Debel authored and Damilola Debel committed Jan 23, 2024
1 parent 3cd321d commit a04edf1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
},
"configurations": {
"production": {
"browserTarget": "app:build:production"
"buildTarget": "app:build:production"
},
"ci": {
}
Expand All @@ -109,7 +109,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
}
},
"test": {
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
"@airgap/tezos": "0.13.22",
"@airgap-community/iso-rootstock": "1.0.0",
"@angular/cdk": "^15.2.9",
"@angular/common": "16.1.1",
"@angular/core": "16.1.1",
"@angular/forms": "16.1.1",
"@angular/platform-browser": "16.1.1",
"@angular/platform-browser-dynamic": "16.1.1",
"@angular/router": "16.1.1",
"@angular/common": "17.1.0",
"@angular/core": "17.1.0",
"@angular/forms": "17.1.0",
"@angular/platform-browser": "17.1.0",
"@angular/platform-browser-dynamic": "17.1.0",
"@angular/router": "17.1.0",
"@capacitor/android": "^5.0.0",
"@capacitor/app": "^5.0.0",
"@capacitor/app-launcher": "^5.0.0",
Expand All @@ -102,8 +102,8 @@
"@ionic-native/core": "5.36.0",
"@ionic-native/device-motion": "5.36.0",
"@ionic-native/diagnostic": "5.36.0",
"@ionic/angular": "^7.0.12",
"@ionic/core": "^7.0.12",
"@ionic/angular": "^7.6.5",
"@ionic/core": "^7.6.5",
"@ionic/storage": "^4.0.0",
"@ionic/storage-angular": "^4.0.0",
"@keystonehq/bc-ur-registry": "0.6.3",
Expand Down Expand Up @@ -146,17 +146,17 @@
"tslib": "^1.10.0",
"uuid": "^8.3.2",
"wif": "^2.0.6",
"zone.js": "~0.13.1"
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/architect": "0.1601.0",
"@angular-devkit/build-angular": "16.1.0",
"@angular-devkit/core": "16.1.0",
"@angular-devkit/schematics": "16.1.0",
"@angular/cli": "16.1.0",
"@angular/compiler": "16.1.1",
"@angular/compiler-cli": "16.1.1",
"@angular/language-service": "16.1.1",
"@angular-devkit/architect": "0.1701.0",
"@angular-devkit/build-angular": "17.1.0",
"@angular-devkit/core": "17.1.0",
"@angular-devkit/schematics": "17.1.0",
"@angular/cli": "17.1.0",
"@angular/compiler": "17.1.0",
"@angular/compiler-cli": "17.1.0",
"@angular/language-service": "17.1.0",
"@capacitor/cli": "^5.0.0",
"@ionic/angular-toolkit": "^9.0.0",
"@ionic/cli": "^7.1.1",
Expand All @@ -169,7 +169,7 @@
"replace": "1.2.1",
"sonarqube-scanner": "2.8.1",
"stream-browserify": "3.0.0",
"typescript": "4.9.5"
"typescript": "5.3.3"
},
"buildDependencies": {
"@angular-devkit/architect": "0.1601.0",
Expand Down Expand Up @@ -245,4 +245,4 @@
}
},
"packageManager": "[email protected]"
}
}

0 comments on commit a04edf1

Please sign in to comment.