Unverified Commit 60768e60 authored by Henk Verlinde's avatar Henk Verlinde Committed by GitHub
Browse files

Merge pull request #823 from james-d-elliott/fix-image-link

fix: build fails when figure has link
parents a0da19b8 06ced5ea
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
        "@babel/core": "^7.18",
        "@babel/preset-env": "^7.18",
        "@fullhuman/postcss-purgecss": "^4.1",
        "@hyas/images": "^0.2.1",
        "@hyas/images": "^0.2.2",
        "auto-changelog": "^2.4",
        "autoprefixer": "^10.4",
        "bootstrap": "^5.2.0-beta1",
@@ -1757,9 +1757,9 @@
      "dev": true
    },
    "node_modules/@hyas/images": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.1.tgz",
      "integrity": "sha512-OESrxH316UeTbgpDJsRS1fnoZzOIGh2+evhaaXUBrDXhg+5YT1myR7SKf00bzi1fSbQlw5+JyOmNLll/JNHxoQ==",
      "version": "0.2.2",
      "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.2.tgz",
      "integrity": "sha512-m6sYlR+iNAQBhbt+AKekRsXPrKff+UpE1/XsGqNIi9Ptb8ZdRiv/bgY1ZCdKAf6hNop1OT1bbS5WkP9wo0wb+w==",
      "dev": true
    },
    "node_modules/@jridgewell/gen-mapping": {
@@ -8197,9 +8197,9 @@
      "dev": true
    },
    "@hyas/images": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.1.tgz",
      "integrity": "sha512-OESrxH316UeTbgpDJsRS1fnoZzOIGh2+evhaaXUBrDXhg+5YT1myR7SKf00bzi1fSbQlw5+JyOmNLll/JNHxoQ==",
      "version": "0.2.2",
      "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.2.tgz",
      "integrity": "sha512-m6sYlR+iNAQBhbt+AKekRsXPrKff+UpE1/XsGqNIi9Ptb8ZdRiv/bgY1ZCdKAf6hNop1OT1bbS5WkP9wo0wb+w==",
      "dev": true
    },
    "@jridgewell/gen-mapping": {
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
    "@babel/core": "^7.18",
    "@babel/preset-env": "^7.18",
    "@fullhuman/postcss-purgecss": "^4.1",
    "@hyas/images": "^0.2.1",
    "@hyas/images": "^0.2.2",
    "auto-changelog": "^2.4",
    "autoprefixer": "^10.4",
    "bootstrap": "^5.2.0-beta1",