deps: bump versions to latest
This commit is contained in:
parent
79a0449f15
commit
294372342f
|
@ -30,7 +30,6 @@
|
|||
ignorePeriod = 0
|
||||
providers = [
|
||||
"google",
|
||||
"bing",
|
||||
"yandex"
|
||||
]
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"@fullhuman/postcss-purgecss": "^4.1",
|
||||
"auto-changelog": "^2.4",
|
||||
"autoprefixer": "^10.4",
|
||||
"bootstrap": "^5.1",
|
||||
"bootstrap": "^5.2.0-beta1",
|
||||
"clipboard": "^2.0",
|
||||
"eslint": "^8.18",
|
||||
"exec-bin": "^1.0.0",
|
||||
|
@ -2252,16 +2252,22 @@
|
|||
}
|
||||
},
|
||||
"node_modules/bootstrap": {
|
||||
"version": "5.1.3",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz",
|
||||
"integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==",
|
||||
"version": "5.2.0-beta1",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0-beta1.tgz",
|
||||
"integrity": "sha512-6qbgs177WZEFY4SLQUq3tEHayYG80nfDmyTpdKi0MJqRMdS+HAoq24+YKfx6wf+nHY0rx8zrh477J1lFu4WzOA==",
|
||||
"dev": true,
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/bootstrap"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/twbs"
|
||||
},
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/bootstrap"
|
||||
}
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@popperjs/core": "^2.10.2"
|
||||
"@popperjs/core": "^2.11.5"
|
||||
}
|
||||
},
|
||||
"node_modules/brace-expansion": {
|
||||
|
@ -8547,9 +8553,9 @@
|
|||
}
|
||||
},
|
||||
"bootstrap": {
|
||||
"version": "5.1.3",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz",
|
||||
"integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==",
|
||||
"version": "5.2.0-beta1",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0-beta1.tgz",
|
||||
"integrity": "sha512-6qbgs177WZEFY4SLQUq3tEHayYG80nfDmyTpdKi0MJqRMdS+HAoq24+YKfx6wf+nHY0rx8zrh477J1lFu4WzOA==",
|
||||
"dev": true,
|
||||
"requires": {}
|
||||
},
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"@fullhuman/postcss-purgecss": "^4.1",
|
||||
"auto-changelog": "^2.4",
|
||||
"autoprefixer": "^10.4",
|
||||
"bootstrap": "^5.1",
|
||||
"bootstrap": "^5.2.0-beta1",
|
||||
"clipboard": "^2.0",
|
||||
"eslint": "^8.18",
|
||||
"exec-bin": "^1.0.0",
|
||||
|
|
Loading…
Reference in New Issue