Bump @tiptap/extension-highlight from 3.17.1 to 3.18.0 #556
24
package-lock.json
generated
24
package-lock.json
generated
@@ -6,7 +6,7 @@
|
|||||||
"": {
|
"": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tiptap/core": "^3.10.7",
|
"@tiptap/core": "^3.10.7",
|
||||||
"@tiptap/extension-highlight": "^3.10.7",
|
"@tiptap/extension-highlight": "^3.18.0",
|
||||||
"@tiptap/extension-image": "^3.10.7",
|
"@tiptap/extension-image": "^3.10.7",
|
||||||
"@tiptap/extension-link": "^3.10.7",
|
"@tiptap/extension-link": "^3.10.7",
|
||||||
"@tiptap/extension-subscript": "^3.10.7",
|
"@tiptap/extension-subscript": "^3.10.7",
|
||||||
@@ -1208,16 +1208,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@tiptap/core": {
|
"node_modules/@tiptap/core": {
|
||||||
"version": "3.17.1",
|
"version": "3.18.0",
|
||||||
"resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.17.1.tgz",
|
"resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.18.0.tgz",
|
||||||
"integrity": "sha512-f8hB9MzXqsuXoF9qXEDEH5Fb3VgwhEFMBMfk9EKN88l5adri6oM8mt2XOWVxVVssjpEW0177zXSLPKWzoS/vrw==",
|
"integrity": "sha512-Gczd4GbK1DNgy/QUPElMVozoa0GW9mW8E31VIi7Q4a9PHHz8PcrxPmuWwtJ2q0PF8MWpOSLuBXoQTWaXZRPRnQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "github",
|
"type": "github",
|
||||||
"url": "https://github.com/sponsors/ueberdosis"
|
"url": "https://github.com/sponsors/ueberdosis"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@tiptap/pm": "^3.17.1"
|
"@tiptap/pm": "^3.18.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@tiptap/extension-blockquote": {
|
"node_modules/@tiptap/extension-blockquote": {
|
||||||
@@ -1352,16 +1352,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@tiptap/extension-highlight": {
|
"node_modules/@tiptap/extension-highlight": {
|
||||||
"version": "3.17.1",
|
"version": "3.18.0",
|
||||||
"resolved": "https://registry.npmjs.org/@tiptap/extension-highlight/-/extension-highlight-3.17.1.tgz",
|
"resolved": "https://registry.npmjs.org/@tiptap/extension-highlight/-/extension-highlight-3.18.0.tgz",
|
||||||
"integrity": "sha512-I4EdBhPVzJd4ECMI9kP0NE4aG4Numd46jy/AqeZyf3dqVgCxRyAbSyU7oy4aXUnsojYODrKKG6+djm07KgOGoQ==",
|
"integrity": "sha512-syk2WsqfcZN+QZ8AS97hu7atqaLYi8MHQQRrjgO9z+CQzlA7qrTHFl9VF54vfCMQV3arVZlO/qLqFxDZ05tWyw==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "github",
|
"type": "github",
|
||||||
"url": "https://github.com/sponsors/ueberdosis"
|
"url": "https://github.com/sponsors/ueberdosis"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@tiptap/core": "^3.17.1"
|
"@tiptap/core": "^3.18.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@tiptap/extension-horizontal-rule": {
|
"node_modules/@tiptap/extension-horizontal-rule": {
|
||||||
@@ -1595,9 +1595,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@tiptap/pm": {
|
"node_modules/@tiptap/pm": {
|
||||||
"version": "3.17.1",
|
"version": "3.18.0",
|
||||||
"resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.17.1.tgz",
|
"resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.18.0.tgz",
|
||||||
"integrity": "sha512-UyVLkN8axV/zop6Se2DCBJRu5DM21X0XEQvwEC5P/vk8eC9OcQZ3FLtxeYy2ZjpAZUzBGLw0/BGsmEip/n7olw==",
|
"integrity": "sha512-8RoI5gW0xBVCsuxahpK8vx7onAw6k2/uR3hbGBBnH+HocDMaAZKot3nTyY546ij8ospIC1mnQ7k4BhVUZesZDQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"prosemirror-changeset": "^2.3.0",
|
"prosemirror-changeset": "^2.3.0",
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tiptap/core": "^3.10.7",
|
"@tiptap/core": "^3.10.7",
|
||||||
"@tiptap/extension-highlight": "^3.10.7",
|
"@tiptap/extension-highlight": "^3.18.0",
|
||||||
"@tiptap/extension-image": "^3.10.7",
|
"@tiptap/extension-image": "^3.10.7",
|
||||||
"@tiptap/extension-link": "^3.10.7",
|
"@tiptap/extension-link": "^3.10.7",
|
||||||
"@tiptap/extension-subscript": "^3.10.7",
|
"@tiptap/extension-subscript": "^3.10.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user