Merge pull request #1733 from mempool/simon/angular-13.3-update

Angular 13.3.10 update
This commit is contained in:
wiz 2022-05-27 18:59:20 +09:00 committed by GitHub
commit fcbf7d9c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 807 additions and 664 deletions

File diff suppressed because it is too large Load Diff

View File

@ -61,26 +61,26 @@
"cypress:run:ci:staging": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && start-server-and-test serve:local-staging 4200 cypress:run:record" "cypress:run:ci:staging": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && start-server-and-test serve:local-staging 4200 cypress:run:record"
}, },
"dependencies": { "dependencies": {
"@angular-devkit/build-angular": "^13.3.4", "@angular-devkit/build-angular": "~13.3.7",
"@angular/animations": "~13.3.5", "@angular/animations": "~13.3.10",
"@angular/cli": "~13.3.4", "@angular/cli": "~13.3.7",
"@angular/common": "~13.3.5", "@angular/common": "~13.3.10",
"@angular/compiler": "~13.3.5", "@angular/compiler": "~13.3.10",
"@angular/core": "~13.3.5", "@angular/core": "~13.3.10",
"@angular/forms": "~13.3.5", "@angular/forms": "~13.3.10",
"@angular/localize": "^13.3.5", "@angular/localize": "~13.3.10",
"@angular/platform-browser": "~13.3.5", "@angular/platform-browser": "~13.3.10",
"@angular/platform-browser-dynamic": "~13.3.5", "@angular/platform-browser-dynamic": "~13.3.10",
"@angular/platform-server": "~13.3.5", "@angular/platform-server": "~13.3.10",
"@angular/router": "~13.3.5", "@angular/router": "~13.3.10",
"@fortawesome/angular-fontawesome": "0.10.1", "@fortawesome/angular-fontawesome": "~0.10.1",
"@fortawesome/fontawesome-common-types": "0.3.0", "@fortawesome/fontawesome-common-types": "~0.3.0",
"@fortawesome/fontawesome-svg-core": "1.3.0", "@fortawesome/fontawesome-svg-core": "~1.3.0",
"@fortawesome/free-solid-svg-icons": "6.0.0", "@fortawesome/free-solid-svg-icons": "~6.0.0",
"@juggle/resize-observer": "^3.3.1", "@juggle/resize-observer": "^3.3.1",
"@mempool/mempool.js": "2.3.0", "@mempool/mempool.js": "2.3.0",
"@ng-bootstrap/ng-bootstrap": "^11.0.0", "@ng-bootstrap/ng-bootstrap": "^11.0.0",
"@nguniversal/express-engine": "12.1.3", "@nguniversal/express-engine": "~13.1.1",
"@types/qrcode": "~1.4.2", "@types/qrcode": "~1.4.2",
"bootstrap": "~4.5.0", "bootstrap": "~4.5.0",
"browserify": "^17.0.0", "browserify": "^17.0.0",
@ -100,8 +100,8 @@
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular/compiler-cli": "~13.3.5", "@angular/compiler-cli": "~13.3.10",
"@angular/language-service": "~13.3.5", "@angular/language-service": "~13.3.10",
"@nguniversal/builders": "~13.1.0", "@nguniversal/builders": "~13.1.0",
"@types/express": "^4.17.0", "@types/express": "^4.17.0",
"@types/jasmine": "~3.6.0", "@types/jasmine": "~3.6.0",