-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Damilola Debel
authored and
Damilola Debel
committed
Jan 23, 2024
1 parent
3cd321d
commit a04edf1
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -245,4 +245,4 @@ | |
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |