diff options
author | Mario <mario@mariovavti.com> | 2019-12-12 14:51:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-12-12 14:51:10 +0000 |
commit | 544ef3bc588d4180d7ecad15bdacd43813a7c5c5 (patch) | |
tree | 62372d0af859287235f62f20d0cf55b5b5b1ace3 /vendor/twbs/bootstrap/nuget | |
parent | 124cc4396247c75c14280136cfaa95415860ad4c (diff) | |
download | volse-hubzilla-544ef3bc588d4180d7ecad15bdacd43813a7c5c5.tar.gz volse-hubzilla-544ef3bc588d4180d7ecad15bdacd43813a7c5c5.tar.bz2 volse-hubzilla-544ef3bc588d4180d7ecad15bdacd43813a7c5c5.zip |
update composer libs and minor notifications display fixes
Diffstat (limited to 'vendor/twbs/bootstrap/nuget')
-rw-r--r-- | vendor/twbs/bootstrap/nuget/bootstrap.nuspec | 6 | ||||
-rw-r--r-- | vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/vendor/twbs/bootstrap/nuget/bootstrap.nuspec b/vendor/twbs/bootstrap/nuget/bootstrap.nuspec index d65c5daa9..4ad92d7ac 100644 --- a/vendor/twbs/bootstrap/nuget/bootstrap.nuspec +++ b/vendor/twbs/bootstrap/nuget/bootstrap.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <metadata> <id>bootstrap</id> - <version>4.3.0</version> + <version>4.4.1</version> <title>Bootstrap CSS</title> <authors>The Bootstrap Authors, Twitter Inc.</authors> <owners>bootstrap</owners> @@ -11,13 +11,13 @@ <summary>Bootstrap framework in CSS. Includes fonts and JavaScript</summary> <language>en-us</language> <projectUrl>https://getbootstrap.com/</projectUrl> - <iconUrl>https://getbootstrap.com/docs/4.3/assets/img/favicons/apple-touch-icon.png</iconUrl> + <iconUrl>https://getbootstrap.com/docs/4.4/assets/img/favicons/apple-touch-icon.png</iconUrl> <license type="file">LICENSE.txt</license> <copyright>Copyright 2017-2019</copyright> <requireLicenseAcceptance>false</requireLicenseAcceptance> <dependencies> <dependency id="jQuery" version="[3.0.0,4)" /> - <dependency id="popper.js" version="[1.14.0,2)" /> + <dependency id="popper.js" version="[1.16.0,2)" /> </dependencies> <tags>css mobile-first responsive front-end framework web</tags> </metadata> diff --git a/vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec b/vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec index ddf20ee95..7422358a3 100644 --- a/vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec +++ b/vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <metadata> <id>bootstrap.sass</id> - <version>4.3.0</version> + <version>4.4.1</version> <title>Bootstrap Sass</title> <authors>The Bootstrap Authors, Twitter Inc.</authors> <owners>bootstrap</owners> @@ -11,13 +11,13 @@ <summary>Bootstrap framework in Sass. Includes fonts and JavaScript</summary> <language>en-us</language> <projectUrl>https://getbootstrap.com/</projectUrl> - <iconUrl>https://getbootstrap.com/docs/4.3/assets/img/favicons/apple-touch-icon.png</iconUrl> + <iconUrl>https://getbootstrap.com/docs/4.4/assets/img/favicons/apple-touch-icon.png</iconUrl> <license type="file">LICENSE.txt</license> <copyright>Copyright 2017-2019</copyright> <requireLicenseAcceptance>false</requireLicenseAcceptance> <dependencies> <dependency id="jQuery" version="[3.0.0,4)" /> - <dependency id="popper.js" version="[1.14.0,2)" /> + <dependency id="popper.js" version="[1.16.0,2)" /> </dependencies> <tags>css sass mobile-first responsive front-end framework web</tags> </metadata> |