@cardenelabs/dragon 0.18.1 → 0.18.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardenelabs/dragon",
3
- "version": "0.18.1",
3
+ "version": "0.18.3",
4
4
  "description": "Dragon — Mermaid 感覚で animated SVG を生成する Text DSL。 cdl engine を内部利用。",
5
5
  "license": "MIT",
6
6
  "author": "cardene777",
@@ -57,7 +57,7 @@
57
57
  "prepublishOnly": "pnpm run typecheck && pnpm run test && pnpm run build"
58
58
  },
59
59
  "dependencies": {
60
- "@cardenelabs/cdl": "^0.21.1"
60
+ "@cardenelabs/cdl": "^0.22.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react": "^19.0.0",