Commit 84d50e30 authored by Ben Mullins's avatar Ben Mullins
Browse files

Issue #3308783 by lauriii, longwave: Update shepherd.js to 10.0.1

parent 04fa72be
Loading
Loading
Loading
Loading
+82 −81

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -787,10 +787,10 @@ internal.jquery.form:

shepherd:
  remote: https://github.com/shipshapecode/shepherd
  version: "9.1.0"
  version: "10.0.1"
  license:
    name: MIT
    url: https://raw.githubusercontent.com/shipshapecode/shepherd/v9.1.0/LICENSE
    url: https://raw.githubusercontent.com/shipshapecode/shepherd/v10.0.1/LICENSE
    gpl-compatible: true
  js:
    assets/vendor/shepherd/shepherd.min.js: { minified: true }
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@
    "postcss-url": "^8.0.0",
    "prettier": "^2.1.2",
    "raw-loader": "^4.0.2",
    "shepherd.js": "9.1.x",
    "shepherd.js": "~10.0.1",
    "sortablejs": "1.15.x",
    "stylelint": "^14.0.1",
    "stylelint-checkstyle-formatter": "^0.1.2",
+9 −9
Original line number Diff line number Diff line
@@ -895,10 +895,10 @@
    "@nodelib/fs.scandir" "2.1.5"
    fastq "^1.6.0"

"@popperjs/core@^2.11.4":
  version "2.11.5"
  resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.5.tgz#db5a11bf66bdab39569719555b0f76e138d7bd64"
  integrity sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==
"@popperjs/core@^2.11.5":
  version "2.11.6"
  resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.6.tgz#cee20bd55e68a1720bdab363ecf0c821ded4cd45"
  integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==

"@testim/chrome-version@^1.1.2":
  version "1.1.2"
@@ -4810,12 +4810,12 @@ shebang-regex@^3.0.0:
  resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
  integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==

shepherd.js@9.1.x:
  version "9.1.0"
  resolved "https://registry.yarnpkg.com/shepherd.js/-/shepherd.js-9.1.0.tgz#b843072a789bd9f2dbf256d10ac3715c54d113e4"
  integrity sha512-AtUBBbaJn8bcttAomenf/a1p61bhnrGsVjZBuizJM5SohSVtJt1Tcdn8pLBljqNy7sn0vKpLuJt6XzfCD/7UeQ==
shepherd.js@~10.0.1:
  version "10.0.1"
  resolved "https://registry.yarnpkg.com/shepherd.js/-/shepherd.js-10.0.1.tgz#f01772e1ad972771ab53822ae7496371ab5098e1"
  integrity sha512-R32v4b4b0N1gK/vxvRtdhty+SBZlBPcPTSYCwcaAQvFd0n6Xki7cRH6Sx0oD9WB/HCkqCNM1msyIyylXmq635w==
  dependencies:
    "@popperjs/core" "^2.11.4"
    "@popperjs/core" "^2.11.5"
    deepmerge "^4.2.2"
    smoothscroll-polyfill "^0.4.4"