Skip to content

Commit

Permalink
[TASK] Update @types/bootstrap
Browse files Browse the repository at this point in the history
Executed command:

  yarn add --dev @types/bootstrap

Resolves: #93595
Releases: master
Change-Id: I24ab01d3e1ef9d621ff1531a5d99a48ee67abb18
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67914
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Simon Gilli <typo3@gilbertsoft.org>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Simon Gilli <typo3@gilbertsoft.org>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
andreaskienast committed Feb 13, 2021
1 parent 74b627d commit d8ff26d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Build/package.json
Expand Up @@ -12,7 +12,7 @@
"yarn": "^1.22.0"
},
"devDependencies": {
"@types/bootstrap": "^5.0.0",
"@types/bootstrap": "^5.0.5",
"@types/chosen-js": "^1.8.1",
"@types/chrome": "^0.0.123",
"@types/ckeditor": "^4.9.10",
Expand Down
15 changes: 5 additions & 10 deletions Build/yarn.lock
Expand Up @@ -255,13 +255,13 @@
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==

"@types/bootstrap@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/bootstrap/-/bootstrap-5.0.0.tgz#33507845c17ae9fc2284e5344b9dd17344848319"
integrity sha512-Buic9y01REuPhC7f3fvGN9ONoEKwkDnT/SdGcD7gk+99jrQnTC8QpPOfCMC7wZPKpPrTiizP0S4AC5MIH5PdQw==
"@types/bootstrap@^5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@types/bootstrap/-/bootstrap-5.0.5.tgz#9cd626041dd0c17b9d00ee8daba6f49f1405e14f"
integrity sha512-3MzaNlPzVmsPGax33zmLOWBV6Yp1ayW2AO1kAJy1KuRL8SIbQWJgIqVt5YXZxkQHiXCZFcLHn0oGp9iOzjnE7A==
dependencies:
"@popperjs/core" "^2.6.0"
"@types/jquery" "*"
popper.js "^1.14.1"

"@types/chosen-js@^1.8.1":
version "1.8.1"
Expand Down Expand Up @@ -6695,11 +6695,6 @@ plur@^3.0.1:
dependencies:
irregular-plurals "^2.0.0"

popper.js@^1.14.1:
version "1.16.1"
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b"
integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==

posix-character-classes@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
Expand Down

0 comments on commit d8ff26d

Please sign in to comment.