mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Upgrading frontend to angular 9.1
This commit is contained in:
parent
d7a7095b8d
commit
01c1b22419
@ -28,15 +28,15 @@
|
||||
"e2e": "ng e2e"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "~9.0.0",
|
||||
"@angular/common": "~9.0.0",
|
||||
"@angular/compiler": "~9.0.0",
|
||||
"@angular/core": "~9.0.0",
|
||||
"@angular/forms": "~9.0.0",
|
||||
"@angular/localize": "^9.0.1",
|
||||
"@angular/platform-browser": "~9.0.0",
|
||||
"@angular/platform-browser-dynamic": "~9.0.0",
|
||||
"@angular/router": "~9.0.0",
|
||||
"@angular/animations": "~9.1.0",
|
||||
"@angular/common": "~9.1.0",
|
||||
"@angular/compiler": "~9.1.0",
|
||||
"@angular/core": "~9.1.0",
|
||||
"@angular/forms": "~9.1.0",
|
||||
"@angular/localize": "^9.1.0",
|
||||
"@angular/platform-browser": "~9.1.0",
|
||||
"@angular/platform-browser-dynamic": "~9.1.0",
|
||||
"@angular/router": "~9.1.0",
|
||||
"@ng-bootstrap/ng-bootstrap": "^5.3.0",
|
||||
"@types/qrcode": "^1.3.4",
|
||||
"bootstrap": "^4.4.1",
|
||||
@ -50,10 +50,10 @@
|
||||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.900.1",
|
||||
"@angular/cli": "~9.0.1",
|
||||
"@angular/compiler-cli": "~9.0.0",
|
||||
"@angular/language-service": "~9.0.0",
|
||||
"@angular-devkit/build-angular": "~0.901.0",
|
||||
"@angular/cli": "~9.1.0",
|
||||
"@angular/compiler-cli": "~9.1.0",
|
||||
"@angular/language-service": "~9.1.0",
|
||||
"@types/jasmine": "~3.3.8",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
"@types/node": "^12.11.1",
|
||||
@ -70,4 +70,4 @@
|
||||
"tslint": "~5.15.0",
|
||||
"typescript": "~3.6.4"
|
||||
}
|
||||
}
|
||||
}
|
2130
frontend/yarn.lock
2130
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user