cherry pick the remove bootstrap and upgrade swagger ui package

Signed-off-by: Meina Zhou <meinaz@vmware.com>
This commit is contained in:
Meina Zhou 2019-10-24 08:50:12 +08:00
parent 4f33a23177
commit a9a54d004d
3 changed files with 355 additions and 208 deletions

View File

@ -37,9 +37,7 @@
"node_modules/marked/lib/marked.js",
"node_modules/prismjs/prism.js",
"node_modules/prismjs/components/prism-yaml.min.js",
"node_modules/jquery/dist/jquery.slim.js",
"node_modules/popper.js/dist/umd/popper.js",
"node_modules/bootstrap/dist/js/bootstrap.js"
"node_modules/popper.js/dist/umd/popper.js"
]
},
"configurations": {

File diff suppressed because it is too large Load Diff

View File

@ -38,12 +38,10 @@
"@ngx-translate/http-loader": "^3.0.1",
"@types/jquery": "^2.0.41",
"@webcomponents/custom-elements": "^1.1.3",
"bootstrap": "^4.1.1",
"buffer": "^5.2.1",
"core-js": "^2.5.4",
"intl": "^1.2.5",
"jasmine-core": "^3.3.0",
"jquery": "^3.4.1",
"mutationobserver-shim": "^0.3.2",
"ng-packagr": "^4.5.0",
"ngx-clipboard": "^12.0.0",
@ -52,7 +50,7 @@
"popper.js": "^1.14.3",
"rxjs": "^6.3.3",
"stream": "^0.0.2",
"swagger-ui": "^3.22.1",
"swagger-ui": "^3.23.11",
"ts-helpers": "^1.1.1",
"tslib": "^1.9.0",
"types": "^0.1.1",