Skip to content
Snippets Groups Projects
Commit dc0ec31d authored by bl05b3e's avatar bl05b3e
Browse files

[enh] Migrate to angular 15

parent 8769f558
No related branches found
No related tags found
No related merge requests found
...@@ -29,17 +29,17 @@ ...@@ -29,17 +29,17 @@
"@angular/platform-browser": "^15.0.2", "@angular/platform-browser": "^15.0.2",
"@angular/platform-browser-dynamic": "^15.0.2", "@angular/platform-browser-dynamic": "^15.0.2",
"@angular/router": "^15.0.2", "@angular/router": "^15.0.2",
"@capacitor-community/barcode-scanner": "3.0.0", "@capacitor-community/barcode-scanner": "3.0.1",
"@capacitor-community/sqlite": "^4.0.1", "@capacitor-community/sqlite": "^4.0.1",
"@capacitor/android": "4.1.0", "@capacitor/android": "4.6.1",
"@capacitor/app": "4.0.1", "@capacitor/app": "4.1.1",
"@capacitor/clipboard": "^4.0.1", "@capacitor/clipboard": "^4.1.0",
"@capacitor/core": "4.1.0", "@capacitor/core": "4.6.1",
"@capacitor/haptics": "4.0.1", "@capacitor/haptics": "4.1.0",
"@capacitor/keyboard": "4.0.1", "@capacitor/keyboard": "4.1.0",
"@capacitor/splash-screen": "4.0.1", "@capacitor/splash-screen": "4.1.2",
"@capacitor/status-bar": "4.0.1", "@capacitor/status-bar": "4.1.1",
"@ionic/angular": "^6.2.6", "@ionic/angular": "^6.4.0",
"@ionic/storage-angular": "^3.0.6", "@ionic/storage-angular": "^3.0.6",
"@ngx-translate/core": "^14.0.0", "@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0", "@ngx-translate/http-loader": "^7.0.0",
...@@ -55,12 +55,12 @@ ...@@ -55,12 +55,12 @@
"crypto-browserify": "^3.12.0", "crypto-browserify": "^3.12.0",
"jdenticon": "^3.1.1", "jdenticon": "^3.1.1",
"moment": "^2.29.4", "moment": "^2.29.4",
"moment-timezone": "^0.5.37", "moment-timezone": "^0.5.39",
"ngx-jdenticon": "^1.0.4", "ngx-jdenticon": "^1.0.4",
"rxjs": "~7.5.6", "rxjs": "~7.5.7",
"stream-browserify": "^3.0.0", "stream-browserify": "^3.0.0",
"tslib": "^2.4.0", "tslib": "^2.4.1",
"zone.js": "~0.11.8" "zone.js": "~0.12.0"
}, },
"devDependencies": { "devDependencies": {
"ngx-color-picker": "^12.0.1", "ngx-color-picker": "^12.0.1",
...@@ -108,4 +108,4 @@ ...@@ -108,4 +108,4 @@
"yarn": ">= 1.22.19", "yarn": ">= 1.22.19",
"npm": ">= 9.1.3" "npm": ">= 9.1.3"
} }
} }
\ No newline at end of file
...@@ -12,7 +12,7 @@ const WELL_KNOWN_CURRENCIES = Object.freeze({ ...@@ -12,7 +12,7 @@ const WELL_KNOWN_CURRENCIES = Object.freeze({
name: 'Ğdev', name: 'Ğdev',
symbol: 'ĞD', symbol: 'ĞD',
ss58Format: 42, ss58Format: 42,
genesys: '0x07c112ff6ab9d7d0d531ebe59f98b35318b2813b1655577380819d38d6182d99', genesys: '0x9f956a87b5568f12c757bb3426897bba6123a1ef311fcd0945bd669fd0e612f8',
fees: { fees: {
identity: 300, // = 3 Gdev identity: 300, // = 3 Gdev
tx: 1 // = 0.01 Gdev tx: 1 // = 0.01 Gdev
......
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
"importHelpers": true, "importHelpers": true,
"incremental": true, "incremental": true,
"target": "ES2022", "target": "ES2022",
"module": "es2020", "module": "ES2020",
"lib": [ "lib": [
"es2020", "ES2020",
"dom" "dom"
], ],
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment