Bump @tiptap/extension-image from 2.1.16 to 2.3.0

Bumps [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) from 2.1.16 to 2.3.0.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v2.3.0/packages/extension-image)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-image"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-10 00:51:49 +00:00
committed by GitHub
parent 5fbca80a3c
commit c2ba4af396
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^1.0.14",
"@tiptap/extension-highlight": "^2.1.8",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-image": "^2.3.0",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-subscript": "^2.0.3",
"@tiptap/extension-superscript": "^2.1.8",
@@ -2392,9 +2392,9 @@
}
},
"node_modules/@tiptap/extension-image": {
"version": "2.1.16",
"resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-2.1.16.tgz",
"integrity": "sha512-idvmJzdG/u9YDt/GOCvgQMB1p/GZbBqb2Spk8BhXHoBGHR4zFo609ExccXYKR4UWs0iTACDq80VwJvfHa8XYKw==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-2.3.0.tgz",
"integrity": "sha512-v1fLEEzrfXWavsLFUEkTiYYxwm1WDNrjuUriU5tG2Jv22NL1BL4BLVbZbGdkAk+qHWy8QWszrDJbcgGh2VNCoQ==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"

View File

@@ -34,7 +34,7 @@
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^1.0.14",
"@tiptap/extension-highlight": "^2.1.8",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-image": "^2.3.0",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-subscript": "^2.0.3",
"@tiptap/extension-superscript": "^2.1.8",