TSK-728 - Update bootstrap version

This commit is contained in:
Jose Ignacio Recuerda Cambil 2018-09-27 17:09:59 +02:00 committed by Holger Hagen
parent 6f7b5b7e8c
commit d53b909e1c
2 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,7 @@
],
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/popper.js/dist/umd/popper.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
},
@ -75,6 +76,7 @@
"tsConfig": "src/tsconfig.spec.json",
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/popper.js/dist/umd/popper.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js"
],
"styles": [
@ -114,4 +116,4 @@
"prefix": "app"
}
}
}
}

View File

@ -25,7 +25,7 @@
"ajv": "6.5.2",
"angular-svg-icon": "6.0.0",
"angular-tree-component": "7.1.0",
"bootstrap": "3.3.7",
"bootstrap": "4.1.3",
"bootstrap-sass": "3.3.7",
"chart.js": "2.7.2",
"core-js": "2.5.3",
@ -35,6 +35,7 @@
"ng2-charts": "1.6.0",
"ngx-bootstrap": "3.0.1",
"node-sass": "4.9.2",
"popper.js": "1.14.3",
"rxjs": "^6.2.2",
"zone.js": "0.8.26"
},