chore(package): update bootstrap to 4.1.3

This commit is contained in:
Łukasz Mierzwa
2018-07-25 12:06:46 +02:00
parent 8005573d6a
commit eea7a13a95
2 changed files with 8 additions and 11 deletions

15
ui/package-lock.json generated
View File

@@ -1496,17 +1496,14 @@
}
},
"bootstrap": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.1.tgz",
"integrity": "sha512-SpiDSOcbg4J/PjVSt4ny5eY6j74VbVSjROY4Fb/WIUXBV9cnb5luyR4KnPvNoXuGnBK1T+nJIWqRsvU3yP8Mcg=="
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.3.tgz",
"integrity": "sha512-rDFIzgXcof0jDyjNosjv4Sno77X4KuPeFxG2XZZv1/Kc8DRVGVADdoQyyOVDwPqL36DDmtCQbrpMCqvpPLJQ0w=="
},
"bootswatch": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-4.1.1.tgz",
"integrity": "sha1-604FPEadTcjNr/Ef9N2+9j6GpW0=",
"requires": {
"bootstrap": "4.1.1"
}
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-4.1.2.tgz",
"integrity": "sha1-tN+mjN6v5xHlE8UA25A+jvQA4gI="
},
"boxen": {
"version": "1.3.0",

View File

@@ -9,8 +9,8 @@
"@fortawesome/free-regular-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/react-fontawesome": "0.1.0",
"bootstrap": "^4.1.1",
"bootswatch": "^4.1.1",
"bootstrap": "^4.1.3",
"bootswatch": "^4.1.2",
"fast-deep-equal": "^2.0.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",