@ablogcms/dialog 3.2.28-beta.0 → 3.2.30

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ablogcms/dialog",
3
- "version": "3.2.28-beta.0",
3
+ "version": "3.2.30",
4
4
  "type": "module",
5
- "description": "Promise ベースの非同期ダイアログ(confirm/alert/prompt 代替)",
5
+ "description": "Promise-based confirm/alert/prompt dialogs for a-blog cms admin UI",
6
6
  "license": "MIT",
7
7
  "homepage": "https://www.a-blogcms.jp",
8
8
  "repository": {
@@ -13,16 +13,16 @@
13
13
  "sideEffects": false,
14
14
  "dependencies": {
15
15
  "classnames": "^2.5.1",
16
- "@ablogcms/components": "3.2.28-beta.0",
17
- "@ablogcms/types": "3.2.28-beta.0"
16
+ "@ablogcms/components": "3.2.30",
17
+ "@ablogcms/types": "3.2.30"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@testing-library/react": "^16.3.2",
21
- "vitest": "^4.1.9"
21
+ "vitest": "^4.1.10"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": "^19",
25
- "@types/react": "^19.2.17"
25
+ "@types/react": "^19.2.18"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@types/react": {