Upgrading more libs

This commit is contained in:
softsimon 2022-11-28 16:12:04 +09:00
parent c8aea18c5e
commit a3a2adac02
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 471 additions and 717 deletions

File diff suppressed because it is too large Load Diff

View File

@ -76,35 +76,33 @@
"@angular/platform-browser-dynamic": "^14.2.12", "@angular/platform-browser-dynamic": "^14.2.12",
"@angular/platform-server": "^14.2.12", "@angular/platform-server": "^14.2.12",
"@angular/router": "^14.2.12", "@angular/router": "^14.2.12",
"@fortawesome/angular-fontawesome": "~0.10.2", "@fortawesome/angular-fontawesome": "~0.11.1",
"@fortawesome/fontawesome-common-types": "~6.1.1", "@fortawesome/fontawesome-common-types": "~6.2.1",
"@fortawesome/fontawesome-svg-core": "~6.1.1", "@fortawesome/fontawesome-svg-core": "~6.2.1",
"@fortawesome/free-solid-svg-icons": "~6.1.1", "@fortawesome/free-solid-svg-icons": "~6.2.1",
"@mempool/mempool.js": "2.3.0", "@mempool/mempool.js": "2.3.0",
"@ng-bootstrap/ng-bootstrap": "^13.1.1", "@ng-bootstrap/ng-bootstrap": "^13.1.1",
"@types/qrcode": "~1.4.2", "@types/qrcode": "~1.5.0",
"bootstrap": "~4.6.1", "bootstrap": "~4.6.1",
"browserify": "^17.0.0", "browserify": "^17.0.0",
"clipboard": "^2.0.10", "clipboard": "^2.0.11",
"domino": "^2.1.6", "domino": "^2.1.6",
"echarts": "~5.3.2", "echarts": "~5.3.2",
"echarts-gl": "^2.0.9", "echarts-gl": "^2.0.9",
"express": "^4.17.1",
"lightweight-charts": "~3.8.0", "lightweight-charts": "~3.8.0",
"ngx-echarts": "8.0.1", "ngx-echarts": "8.0.1",
"ngx-infinite-scroll": "^14.0.1", "ngx-infinite-scroll": "^14.0.1",
"qrcode": "1.5.0", "qrcode": "1.5.0",
"rxjs": "~7.5.5", "rxjs": "~7.5.7",
"tinyify": "^3.0.0", "tinyify": "^3.1.0",
"tlite": "^0.1.9", "tlite": "^0.1.9",
"tslib": "~2.4.0", "tslib": "~2.4.1",
"zone.js": "~0.11.5" "zone.js": "~0.11.5"
}, },
"devDependencies": { "devDependencies": {
"@angular/compiler-cli": "^14.2.12", "@angular/compiler-cli": "^14.2.12",
"@angular/language-service": "^14.2.12", "@angular/language-service": "^14.2.12",
"@nguniversal/builders": "^13.1.1", "@nguniversal/builders": "^13.1.1",
"@types/express": "^4.17.0",
"@types/node": "^12.11.1", "@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5", "@typescript-eslint/parser": "^5.30.5",
@ -115,11 +113,11 @@
"typescript": "~4.6.4" "typescript": "~4.6.4"
}, },
"optionalDependencies": { "optionalDependencies": {
"@cypress/schematic": "~2.0.0", "@cypress/schematic": "~2.3.0",
"cypress": "^10.3.0", "cypress": "^11.2.0",
"cypress-fail-on-console-error": "~3.0.0", "cypress-fail-on-console-error": "~4.0.2",
"cypress-wait-until": "^1.7.2", "cypress-wait-until": "^1.7.2",
"mock-socket": "~9.1.4", "mock-socket": "~9.1.5",
"start-server-and-test": "~1.14.0" "start-server-and-test": "~1.14.0"
}, },
"scarfSettings": { "scarfSettings": {