itmar-block-packages 3.0.2 → 3.0.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ TypeScript で利用する場合、以下のバージョン以上を推奨しま
17
17
  typescript: ^5.0.0 以上
18
18
 
19
19
  ## 更新履歴
20
- = 3.0.2 =
20
+ = 3.0.3 =
21
21
  ブロック間の通信をおこなうインターフェースを付加
22
22
 
23
23
  = 3.0.1 =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itmar-block-packages",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Common React components for WordPress custom blocks, now fully TypeScript-ready.",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",
@@ -43,6 +43,7 @@
43
43
  "peerDependencies": {
44
44
  "@wordpress/api-fetch": ">=7.41.0",
45
45
  "@wordpress/icons": ">=9.47.0",
46
+ "@wordpress/element": "*",
46
47
  "react": ">=18.0.0",
47
48
  "react-dom": ">=18.0.0"
48
49
  },