@bladeberg/editor 0.2.1 → 0.2.4
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/README.md +3 -3
- package/README.npm.md +3 -3
- package/dist-npm/bladeberg.js +6001 -321
- package/package.json +4 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bladeberg/editor",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Headless BladeBerg block editor — the Gutenberg editor for SPA/mobile frontends talking to a Laravel backend.",
|
|
5
5
|
"license": "GPL-2.0-or-later",
|
|
6
6
|
"type": "module",
|
|
@@ -43,15 +43,13 @@
|
|
|
43
43
|
"build:npm": "vite build --config vite.npm.config.js",
|
|
44
44
|
"prepublishOnly": "vite build --config vite.npm.config.js"
|
|
45
45
|
},
|
|
46
|
-
"
|
|
47
|
-
"react": "^18.
|
|
48
|
-
"react-dom": "^18.
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"react": "^18.3.1",
|
|
48
|
+
"react-dom": "^18.3.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@automattic/isolated-block-editor": "2.30.0",
|
|
52
52
|
"@vitejs/plugin-react": "^4.2.0",
|
|
53
|
-
"react": "^18.2.0",
|
|
54
|
-
"react-dom": "^18.2.0",
|
|
55
53
|
"sass": "^1.83.4",
|
|
56
54
|
"sass-embedded": "^1.83.4",
|
|
57
55
|
"vite": "^5.0.0"
|