Commit 29437234 authored by Henk Verlinde's avatar Henk Verlinde
Browse files

deps: bump versions to latest

parent 79a0449f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
    ignorePeriod = 0
    providers = [
      "google",
      "bing",
      "yandex"
    ]

+18 −12
Original line number Diff line number Diff line
@@ -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": {
      "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": {}
    },
+1 −1
Original line number Diff line number Diff line
@@ -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",