chore(deps): update @tiptap packages to version 3.10.1 for improved features and stability
This commit is contained in:
parent
c7eb0fa05f
commit
9611f42f43
2 changed files with 62 additions and 68 deletions
118
apps/infoalloggi/package-lock.json
generated
118
apps/infoalloggi/package-lock.json
generated
|
|
@ -31,12 +31,12 @@
|
|||
"@tanstack/react-query": "^5.74.4",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@tanstack/react-virtual": "^3.13.12",
|
||||
"@tiptap/core": "^3.0.9",
|
||||
"@tiptap/extension-link": "^3.0.9",
|
||||
"@tiptap/extension-underline": "^3.0.9",
|
||||
"@tiptap/pm": "^3.0.9",
|
||||
"@tiptap/react": "^3.0.9",
|
||||
"@tiptap/starter-kit": "^3.0.9",
|
||||
"@tiptap/core": "^3.10.1",
|
||||
"@tiptap/extension-link": "^3.10.1",
|
||||
"@tiptap/extension-underline": "^3.10.1",
|
||||
"@tiptap/pm": "^3.10.1",
|
||||
"@tiptap/react": "^3.10.1",
|
||||
"@tiptap/starter-kit": "^3.10.1",
|
||||
"@trpc/client": "^11.1.0",
|
||||
"@trpc/next": "^11.4.3",
|
||||
"@trpc/react-query": "^11.1.0",
|
||||
|
|
@ -6862,9 +6862,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@tiptap/extension-link": {
|
||||
"version": "3.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-3.15.3.tgz",
|
||||
"integrity": "sha512-PdDXyBF9Wco9U1x6e+b7tKBWG+kqBDXDmaYXHkFm/gYuQCQafVJ5mdrDdKgkHDWVnJzMWZXBcZjT9r57qtlLWg==",
|
||||
"version": "3.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-3.10.1.tgz",
|
||||
"integrity": "sha512-87OBwlU/ylPCDNhNyKPQaM0KiT0FscyAqh8/oErmI7gKVdrUNfO4zcqIOKHql32lEu9KsmpSum/jSeeUJMR4pA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"linkifyjs": "^4.3.2"
|
||||
|
|
@ -6874,8 +6874,8 @@
|
|||
"url": "https://github.com/sponsors/ueberdosis"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.15.3",
|
||||
"@tiptap/pm": "^3.15.3"
|
||||
"@tiptap/core": "^3.10.1",
|
||||
"@tiptap/pm": "^3.10.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@tiptap/extension-list": {
|
||||
|
|
@ -6972,16 +6972,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@tiptap/extension-underline": {
|
||||
"version": "3.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.15.3.tgz",
|
||||
"integrity": "sha512-r/IwcNN0W366jGu4Y0n2MiFq9jGa4aopOwtfWO4d+J0DyeS2m7Go3+KwoUqi0wQTiVU74yfi4DF6eRsMQ9/iHQ==",
|
||||
"version": "3.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.10.1.tgz",
|
||||
"integrity": "sha512-U56hHqCSjwP8wAq28n6A+l+aNW/DxJXiaNwXs7YlC4IjRDkbsl5q53UcOlRCoVnYVY2mxj1L6Zmu2u6dhjeuSQ==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ueberdosis"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.15.3"
|
||||
"@tiptap/core": "^3.10.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@tiptap/extensions": {
|
||||
|
|
@ -7031,13 +7031,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@tiptap/react": {
|
||||
"version": "3.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@tiptap/react/-/react-3.15.3.tgz",
|
||||
"integrity": "sha512-XvouB+Hrqw8yFmZLPEh+HWlMeRSjZfHSfWfWuw5d8LSwnxnPeu3Bg/rjHrRrdwb+7FumtzOnNWMorpb/PSOttQ==",
|
||||
"version": "3.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@tiptap/react/-/react-3.10.1.tgz",
|
||||
"integrity": "sha512-skL1a+WorLKv+m0bkbPKIbavN2CSBueWqEWxYs1AxI0qk2v49oRj/cyvv7lLUC2sdzds9GqXHcSBDqsw8Th+hw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/use-sync-external-store": "^0.0.6",
|
||||
"fast-equals": "^5.3.3",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"use-sync-external-store": "^1.4.0"
|
||||
},
|
||||
"funding": {
|
||||
|
|
@ -7045,12 +7045,12 @@
|
|||
"url": "https://github.com/sponsors/ueberdosis"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^3.15.3",
|
||||
"@tiptap/extension-floating-menu": "^3.15.3"
|
||||
"@tiptap/extension-bubble-menu": "^3.10.1",
|
||||
"@tiptap/extension-floating-menu": "^3.10.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.15.3",
|
||||
"@tiptap/pm": "^3.15.3",
|
||||
"@tiptap/core": "^3.10.1",
|
||||
"@tiptap/pm": "^3.10.1",
|
||||
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||
"@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||
|
|
@ -7058,35 +7058,35 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@tiptap/starter-kit": {
|
||||
"version": "3.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@tiptap/starter-kit/-/starter-kit-3.15.3.tgz",
|
||||
"integrity": "sha512-ia+eQr9Mt1ln2UO+kK4kFTJOrZK4GhvZXFjpCCYuHtco3rhr2fZAIxEEY4cl/vo5VO5WWyPqxhkFeLcoWmNjSw==",
|
||||
"version": "3.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@tiptap/starter-kit/-/starter-kit-3.10.1.tgz",
|
||||
"integrity": "sha512-7IRZqLbvb6VWTS1nIRClQiE54I37aXFejdViTBRvxWb2TiWW8wpsfSdNAMklfwmFbg7RmOO9vaOHlilVu+donw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/core": "^3.15.3",
|
||||
"@tiptap/extension-blockquote": "^3.15.3",
|
||||
"@tiptap/extension-bold": "^3.15.3",
|
||||
"@tiptap/extension-bullet-list": "^3.15.3",
|
||||
"@tiptap/extension-code": "^3.15.3",
|
||||
"@tiptap/extension-code-block": "^3.15.3",
|
||||
"@tiptap/extension-document": "^3.15.3",
|
||||
"@tiptap/extension-dropcursor": "^3.15.3",
|
||||
"@tiptap/extension-gapcursor": "^3.15.3",
|
||||
"@tiptap/extension-hard-break": "^3.15.3",
|
||||
"@tiptap/extension-heading": "^3.15.3",
|
||||
"@tiptap/extension-horizontal-rule": "^3.15.3",
|
||||
"@tiptap/extension-italic": "^3.15.3",
|
||||
"@tiptap/extension-link": "^3.15.3",
|
||||
"@tiptap/extension-list": "^3.15.3",
|
||||
"@tiptap/extension-list-item": "^3.15.3",
|
||||
"@tiptap/extension-list-keymap": "^3.15.3",
|
||||
"@tiptap/extension-ordered-list": "^3.15.3",
|
||||
"@tiptap/extension-paragraph": "^3.15.3",
|
||||
"@tiptap/extension-strike": "^3.15.3",
|
||||
"@tiptap/extension-text": "^3.15.3",
|
||||
"@tiptap/extension-underline": "^3.15.3",
|
||||
"@tiptap/extensions": "^3.15.3",
|
||||
"@tiptap/pm": "^3.15.3"
|
||||
"@tiptap/core": "^3.10.1",
|
||||
"@tiptap/extension-blockquote": "^3.10.1",
|
||||
"@tiptap/extension-bold": "^3.10.1",
|
||||
"@tiptap/extension-bullet-list": "^3.10.1",
|
||||
"@tiptap/extension-code": "^3.10.1",
|
||||
"@tiptap/extension-code-block": "^3.10.1",
|
||||
"@tiptap/extension-document": "^3.10.1",
|
||||
"@tiptap/extension-dropcursor": "^3.10.1",
|
||||
"@tiptap/extension-gapcursor": "^3.10.1",
|
||||
"@tiptap/extension-hard-break": "^3.10.1",
|
||||
"@tiptap/extension-heading": "^3.10.1",
|
||||
"@tiptap/extension-horizontal-rule": "^3.10.1",
|
||||
"@tiptap/extension-italic": "^3.10.1",
|
||||
"@tiptap/extension-link": "^3.10.1",
|
||||
"@tiptap/extension-list": "^3.10.1",
|
||||
"@tiptap/extension-list-item": "^3.10.1",
|
||||
"@tiptap/extension-list-keymap": "^3.10.1",
|
||||
"@tiptap/extension-ordered-list": "^3.10.1",
|
||||
"@tiptap/extension-paragraph": "^3.10.1",
|
||||
"@tiptap/extension-strike": "^3.10.1",
|
||||
"@tiptap/extension-text": "^3.10.1",
|
||||
"@tiptap/extension-underline": "^3.10.1",
|
||||
"@tiptap/extensions": "^3.10.1",
|
||||
"@tiptap/pm": "^3.10.1"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
|
|
@ -7500,12 +7500,6 @@
|
|||
"url": "https://github.com/sponsors/epoberezkin"
|
||||
}
|
||||
},
|
||||
"node_modules/ajv/node_modules/fast-deep-equal": {
|
||||
"version": "3.1.3",
|
||||
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
||||
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/ansi-regex": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
||||
|
|
@ -9081,6 +9075,12 @@
|
|||
"url": "https://opencollective.com/ramda"
|
||||
}
|
||||
},
|
||||
"node_modules/fast-deep-equal": {
|
||||
"version": "3.1.3",
|
||||
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
||||
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/fast-equals": {
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.4.0.tgz",
|
||||
|
|
@ -13441,12 +13441,6 @@
|
|||
"integrity": "sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/react-use/node_modules/fast-deep-equal": {
|
||||
"version": "3.1.3",
|
||||
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
||||
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/react-use/node_modules/js-cookie": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz",
|
||||
|
|
|
|||
|
|
@ -43,12 +43,12 @@
|
|||
"@tanstack/react-query": "^5.74.4",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@tanstack/react-virtual": "^3.13.12",
|
||||
"@tiptap/core": "^3.0.9",
|
||||
"@tiptap/extension-link": "^3.0.9",
|
||||
"@tiptap/extension-underline": "^3.0.9",
|
||||
"@tiptap/pm": "^3.0.9",
|
||||
"@tiptap/react": "^3.0.9",
|
||||
"@tiptap/starter-kit": "^3.0.9",
|
||||
"@tiptap/core": "^3.10.1",
|
||||
"@tiptap/extension-link": "^3.10.1",
|
||||
"@tiptap/extension-underline": "^3.10.1",
|
||||
"@tiptap/pm": "^3.10.1",
|
||||
"@tiptap/react": "^3.10.1",
|
||||
"@tiptap/starter-kit": "^3.10.1",
|
||||
"@trpc/client": "^11.1.0",
|
||||
"@trpc/next": "^11.4.3",
|
||||
"@trpc/react-query": "^11.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue