Revert "TSK-728 - Update bootstrap version"

This reverts commit 4a49cbb463.
This commit is contained in:
Holger Hagen 2018-10-02 09:51:11 +02:00
parent d53b909e1c
commit 785c07eb6d
2 changed files with 2 additions and 5 deletions

View File

@ -25,7 +25,6 @@
],
"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"
]
},
@ -76,7 +75,6 @@
"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": [
@ -116,4 +114,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": "4.1.3",
"bootstrap": "3.3.7",
"bootstrap-sass": "3.3.7",
"chart.js": "2.7.2",
"core-js": "2.5.3",
@ -35,7 +35,6 @@
"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"
},