This commit is contained in:
Denis Ezhov 2020-05-14 19:47:28 +03:00 committed by GitHub
parent 2d07ec2d2e
commit 2ed4583110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 894 additions and 1270 deletions

2148
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,10 +23,10 @@
"private": true,
"dependencies": {
"@angular/animations": "~9.1.0",
"@angular/cdk": "~9.2.0",
"@angular/common": "~9.1.0",
"@angular/compiler": "~9.1.0",
"@angular/core": "~9.1.0",
"@angular/cdk": "^9.2.3",
"@angular/common": "^9.1.7",
"@angular/compiler": "^9.1.7",
"@angular/core": "^9.1.7",
"@angular/flex-layout": "~9.0.0-beta.29",
"@angular/forms": "~9.1.0",
"@angular/material": "~9.2.0",
@ -52,7 +52,7 @@
"moment": "~2.22.2",
"monaco-editor": "~0.15.6",
"pdfmake": "^0.1.64",
"rxjs": "~6.5.4",
"rxjs": "^6.5.5",
"thrift-ts": "git+ssh://git@github.com/rbkmoney/thrift-ts.git#a5e3830ad30d5717e5e627ddcefa8f4d8918b174",
"transliteration": "^2.1.8",
"tslib": "^1.10.0",
@ -62,9 +62,9 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.0",
"@angular/cli": "~9.1.0",
"@angular/compiler-cli": "~9.1.0",
"@angular-devkit/build-angular": "^0.901.6",
"@angular/cli": "^9.1.6",
"@angular/compiler-cli": "^9.1.7",
"@types/humanize-duration": "~3.18.0",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",