Skip to content

Commit b81e9ae

Browse files
committed
Merge pull request #61 from ovh/fix/build-dashboard-ngxchips
fix(ui/dashboard): downgrade ngxchips, cause ng2-material-dropdown pr…
2 parents a8f3bf8 + 682e51d commit b81e9ae

File tree

2 files changed

+88
-100
lines changed

2 files changed

+88
-100
lines changed

ui/dashboard/package-lock.json

+86-98
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/dashboard/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"js-yaml": "^3.13.1",
3434
"lodash": "^4.17.15",
3535
"moment": "^2.24.0",
36-
"ngx-chips": "^2.1.0",
36+
"ngx-chips": "2.0.2",
3737
"ngx-infinite-scroll": "^8.0.1",
3838
"rxjs": "~6.5.3",
3939
"tippy.js": "^5.1.2",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@angular-devkit/build-angular": "~0.802.0",
45-
"@angular/cli": "~8.3.2",
45+
"@angular/cli": "^8.3.21",
4646
"@angular/compiler-cli": "^8.2.14",
4747
"@angular/language-service": "^8.2.14",
4848
"@types/jasmine": "~3.3.8",

0 commit comments

Comments
 (0)