@secretstache/wordpress-gutenberg 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secretstache/wordpress-gutenberg",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "",
5
5
  "author": "Secret Stache",
6
6
  "license": "GPL-2.0-or-later",
@@ -37,6 +37,7 @@
37
37
  "@wordpress/blocks": "^12.34.0",
38
38
  "@wordpress/components": "^27.2.0",
39
39
  "@wordpress/data": "^9.24.0",
40
+ "@wordpress/dom-ready": "^4.3.0",
40
41
  "@wordpress/element": "^5.32.0",
41
42
  "@wordpress/hooks": "^3.57.0",
42
43
  "@wordpress/icons": "^9.45.0",
@@ -49,18 +50,21 @@
49
50
  "rollup-plugin-postcss": "^4.0.2"
50
51
  },
51
52
  "dependencies": {
53
+ "es-toolkit": "^1.12.0",
52
54
  "react-select": "5.7.5",
53
55
  "react-sortable-hoc": "2.0.0",
54
56
  "slugify": "^1.6.6"
55
57
  },
56
58
  "peerDependencies": {
59
+ "@wordpress/dom-ready": "^4.3.0",
57
60
  "@wordpress/api-fetch": "^6.52.0",
58
61
  "@wordpress/block-editor": "^12.22.0",
62
+ "@wordpress/blocks": "^12.34.0",
59
63
  "@wordpress/components": "^27.2.0",
60
64
  "@wordpress/data": "^9.24.0",
61
65
  "@wordpress/element": "^5.32.0",
62
- "@wordpress/icons": "^9.45.0",
63
66
  "@wordpress/hooks": "^3.57.0",
67
+ "@wordpress/icons": "^9.45.0",
64
68
  "react": "^18.0.0",
65
69
  "react-dom": "^18.0.0"
66
70
  },