@blocknote/xl-multi-column 0.48.0 → 0.49.0
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/webpack-stats.json +1 -1
- package/package.json +6 -6
package/dist/webpack-stats.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"builtAt":
|
|
1
|
+
{"builtAt":1777035752343,"assets":[{"name":"blocknote-xl-multi-column.cjs","size":13678},{"name":"blocknote-xl-multi-column.cjs.map","size":51391}],"chunks":[{"id":"a1ee98a","entry":true,"initial":true,"files":["blocknote-xl-multi-column.cjs"],"names":["blocknote-xl-multi-column"]}],"modules":[{"name":"./rolldown/runtime.js","size":348,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ar.ts","size":387,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/de.ts","size":423,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/en.ts","size":401,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/es.ts","size":415,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/fr.ts","size":421,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/hr.ts","size":419,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/is.ts","size":399,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ja.ts","size":307,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ko.ts","size":311,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/nl.ts","size":413,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/pl.ts","size":417,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/pt.ts","size":411,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ru.ts","size":393,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/vi.ts","size":363,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/zh.ts","size":297,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/index.ts","size":329,"chunks":["a1ee98a"]},{"name":"./src/i18n/dictionary.ts","size":224,"chunks":["a1ee98a"]},{"name":"./src/extensions/DropCursor/multiColumnDropCursor.ts","size":1654,"chunks":["a1ee98a"]},{"name":"./src/extensions/DropCursor/multiColumnHandleDropPlugin.ts","size":2614,"chunks":["a1ee98a"]},{"name":"./src/extensions/ColumnResize/ColumnResizeExtension.ts","size":7027,"chunks":["a1ee98a"]},{"name":"./src/pm-nodes/Column.ts","size":1329,"chunks":["a1ee98a"]},{"name":"./src/pm-nodes/ColumnList.ts","size":902,"chunks":["a1ee98a"]},{"name":"./src/blocks/Columns/index.ts","size":379,"chunks":["a1ee98a"]},{"name":"./src/blocks/schema.ts","size":317,"chunks":["a1ee98a"]},{"name":"./src/extensions/SuggestionMenu/getMultiColumnSlashMenuItems.tsx","size":1540,"chunks":["a1ee98a"]},{"name":"./src/index.ts","size":0,"chunks":["a1ee98a"]}]}
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"directory": "packages/xl-multi-column"
|
|
10
10
|
},
|
|
11
11
|
"license": "GPL-3.0 OR PROPRIETARY",
|
|
12
|
-
"version": "0.
|
|
12
|
+
"version": "0.49.0",
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
15
15
|
"types",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@blocknote/core": "0.
|
|
46
|
-
"@blocknote/react": "0.
|
|
45
|
+
"@blocknote/core": "0.49.0",
|
|
46
|
+
"@blocknote/react": "0.49.0",
|
|
47
47
|
"@tiptap/core": "^3.13.0",
|
|
48
48
|
"prosemirror-model": "^1.25.4",
|
|
49
49
|
"prosemirror-state": "^1.4.4",
|
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"@types/react-dom": "^19.2.3",
|
|
58
58
|
"eslint": "^8.57.1",
|
|
59
59
|
"jsdom": "^25.0.1",
|
|
60
|
-
"react": "^19.2.
|
|
61
|
-
"react-dom": "^19.2.
|
|
60
|
+
"react": "^19.2.5",
|
|
61
|
+
"react-dom": "^19.2.5",
|
|
62
62
|
"rimraf": "^5.0.10",
|
|
63
63
|
"rollup-plugin-webpack-stats": "^0.2.6",
|
|
64
64
|
"typescript": "^5.9.3",
|
|
65
|
-
"vite": "^8.0.
|
|
65
|
+
"vite": "^8.0.8",
|
|
66
66
|
"vite-plugin-eslint": "^1.8.1",
|
|
67
67
|
"vitest": "^4.1.2"
|
|
68
68
|
},
|