mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
prod fix (#134)
This commit is contained in:
parent
2d07ec2d2e
commit
2ed4583110
2148
package-lock.json
generated
2148
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user