1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

Updated angular-bootstrap-switch to 0.5.2

This commit is contained in:
Sylvain 2020-09-28 15:15:53 +02:00
parent 253fb21940
commit cf5d57996e
3 changed files with 17 additions and 6 deletions

View File

@ -6,6 +6,7 @@
- Updated angular-summernote to 0.8.1 - Updated angular-summernote to 0.8.1
- Updated FontAwesome from v4 to v5 - Updated FontAwesome from v4 to v5
- Updated jquery-minicolors to 2.3.5 - Updated jquery-minicolors to 2.3.5
- Updated angular-bootstrap-switch to 0.5.2
## v4.5.6 2020 September 1st ## v4.5.6 2020 September 1st

View File

@ -42,7 +42,7 @@
"angular-animate": "1.7", "angular-animate": "1.7",
"angular-aside": "1.3", "angular-aside": "1.3",
"angular-base64-upload": "^0.0.9", "angular-base64-upload": "^0.0.9",
"angular-bootstrap-switch": "0.4.0", "angular-bootstrap-switch": "0.5.2",
"angular-cookies": "1.7", "angular-cookies": "1.7",
"angular-google-analytics": "1.1", "angular-google-analytics": "1.1",
"angular-growl-v2": "https://github.com/JanStevens/angular-growl-2.git#0.7.9", "angular-growl-v2": "https://github.com/JanStevens/angular-growl-2.git#0.7.9",

View File

@ -1230,10 +1230,15 @@ angular-base64-upload@^0.0.9:
version "1.4.1" version "1.4.1"
resolved "https://github.com/incuna/angular-bind-html-compile.git#7626140a0eb7c724dc5c1eb3f7715bf06adf4c2a" resolved "https://github.com/incuna/angular-bind-html-compile.git#7626140a0eb7c724dc5c1eb3f7715bf06adf4c2a"
angular-bootstrap-switch@0.4.0: angular-bootstrap-switch@0.5.2:
version "0.4.0" version "0.5.2"
resolved "https://registry.yarnpkg.com/angular-bootstrap-switch/-/angular-bootstrap-switch-0.4.0.tgz#8f4d45a0de5ff1227bd6ae2c5348e4c821d9303a" resolved "https://registry.yarnpkg.com/angular-bootstrap-switch/-/angular-bootstrap-switch-0.5.2.tgz#9469b7fc23bcb958d280edbf81692dfd1c6a9397"
integrity sha1-j01FoN5f8SJ71q4sU0jkyCHZMDo= integrity sha1-lGm3/CO8uVjSgO2/gWkt/Rxqk5c=
dependencies:
angular ">=1.4.0"
bootstrap ">=2.3.2"
bootstrap-switch "3.3.2"
jquery ">=1.9.0"
angular-cookies@1.7: angular-cookies@1.7:
version "1.7.9" version "1.7.9"
@ -1374,7 +1379,7 @@ angular-xeditable@0.10:
dependencies: dependencies:
angular "~1.x" angular "~1.x"
angular@1.8, angular@>=1.5, angular@^1.0.8, angular@^1.7.9, angular@~1.x: angular@1.8, angular@>=1.4.0, angular@>=1.5, angular@^1.0.8, angular@^1.7.9, angular@~1.x:
version "1.8.0" version "1.8.0"
resolved "https://registry.yarnpkg.com/angular/-/angular-1.8.0.tgz#b1ec179887869215cab6dfd0df2e42caa65b1b51" resolved "https://registry.yarnpkg.com/angular/-/angular-1.8.0.tgz#b1ec179887869215cab6dfd0df2e42caa65b1b51"
integrity sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg== integrity sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg==
@ -1805,6 +1810,11 @@ bootstrap-switch@3.3.2:
dependencies: dependencies:
jquery ">=1.9.0" jquery ">=1.9.0"
bootstrap@>=2.3.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.2.tgz#a85c4eda59155f0d71186b6e6ad9b875813779ab"
integrity sha512-vlGn0bcySYl/iV+BGA544JkkZP5LB3jsmkeKLFQakCOwCM3AOk7VkldBz4jrzSe+Z0Ezn99NVXa1o45cQY4R6A==
brace-expansion@^1.1.7: brace-expansion@^1.1.7:
version "1.1.11" version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"