@crashbytes/contentful-richtext-editor 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1145 -552
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1148 -552
- package/dist/index.js.map +1 -1
- package/package.json +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crashbytes/contentful-richtext-editor",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "A Tiptap-based rich text editor compatible with Contentful's rich text format",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -48,48 +48,48 @@
|
|
|
48
48
|
"react-dom": ">=16.8.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@contentful/rich-text-types": "^
|
|
52
|
-
"@tiptap/extension-link": "^3.
|
|
53
|
-
"@tiptap/extension-table": "^3.
|
|
54
|
-
"@tiptap/extension-table-cell": "^3.
|
|
55
|
-
"@tiptap/extension-table-header": "^3.
|
|
56
|
-
"@tiptap/extension-table-row": "^3.
|
|
57
|
-
"@tiptap/extension-text-style": "^3.
|
|
58
|
-
"@tiptap/extension-underline": "^3.
|
|
59
|
-
"@tiptap/pm": "^3.
|
|
60
|
-
"@tiptap/react": "^3.
|
|
61
|
-
"@tiptap/starter-kit": "^3.
|
|
51
|
+
"@contentful/rich-text-types": "^17.2.5",
|
|
52
|
+
"@tiptap/extension-link": "^3.19.0",
|
|
53
|
+
"@tiptap/extension-table": "^3.19.0",
|
|
54
|
+
"@tiptap/extension-table-cell": "^3.19.0",
|
|
55
|
+
"@tiptap/extension-table-header": "^3.19.0",
|
|
56
|
+
"@tiptap/extension-table-row": "^3.19.0",
|
|
57
|
+
"@tiptap/extension-text-style": "^3.19.0",
|
|
58
|
+
"@tiptap/extension-underline": "^3.19.0",
|
|
59
|
+
"@tiptap/pm": "^3.19.0",
|
|
60
|
+
"@tiptap/react": "^3.19.0",
|
|
61
|
+
"@tiptap/starter-kit": "^3.19.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@babel/preset-env": "^7.
|
|
65
|
-
"@babel/preset-react": "^7.
|
|
66
|
-
"@babel/preset-typescript": "^7.
|
|
67
|
-
"@rollup/plugin-babel": "^6.0
|
|
68
|
-
"@rollup/plugin-commonjs": "^
|
|
69
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
70
|
-
"@rollup/plugin-typescript": "^12.
|
|
71
|
-
"@storybook/addon-docs": "^
|
|
72
|
-
"@storybook/addon-links": "^
|
|
73
|
-
"@storybook/react-vite": "^
|
|
64
|
+
"@babel/preset-env": "^7.29.0",
|
|
65
|
+
"@babel/preset-react": "^7.28.5",
|
|
66
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
67
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
68
|
+
"@rollup/plugin-commonjs": "^29.0.0",
|
|
69
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
70
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
71
|
+
"@storybook/addon-docs": "^10.2.7",
|
|
72
|
+
"@storybook/addon-links": "^10.2.7",
|
|
73
|
+
"@storybook/react-vite": "^10.2.7",
|
|
74
74
|
"@storybook/testing-library": "^0.2.2",
|
|
75
75
|
"@testing-library/jest-dom": "^6.9.1",
|
|
76
|
-
"@testing-library/react": "^16.3.
|
|
76
|
+
"@testing-library/react": "^16.3.2",
|
|
77
77
|
"@testing-library/user-event": "^14.6.1",
|
|
78
78
|
"@types/jest": "^30.0.0",
|
|
79
|
-
"babel-jest": "^30.0
|
|
79
|
+
"babel-jest": "^30.2.0",
|
|
80
80
|
"identity-obj-proxy": "^3.0.0",
|
|
81
81
|
"jest": "^30.2.0",
|
|
82
82
|
"jest-environment-jsdom": "^30.2.0",
|
|
83
83
|
"jest-transform-stub": "^2.0.0",
|
|
84
|
-
"react": "^
|
|
85
|
-
"react-dom": "^
|
|
86
|
-
"rollup": "^4.
|
|
84
|
+
"react": "^19.2.4",
|
|
85
|
+
"react-dom": "^19.2.4",
|
|
86
|
+
"rollup": "^4.57.1",
|
|
87
87
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
88
88
|
"rollup-plugin-postcss": "^4.0.2",
|
|
89
89
|
"standard-version": "^9.5.0",
|
|
90
|
-
"storybook": "^
|
|
90
|
+
"storybook": "^10.2.7",
|
|
91
91
|
"ts-jest": "^29.4.6",
|
|
92
92
|
"typescript": "^5.9.3",
|
|
93
|
-
"vite": "^
|
|
93
|
+
"vite": "^7.3.1"
|
|
94
94
|
}
|
|
95
95
|
}
|