@firecms/formex
Advanced tools
Comparing version 3.0.0-canary.180 to 3.0.0-canary.182
{ | ||
"name": "@firecms/formex", | ||
"type": "module", | ||
"version": "3.0.0-canary.180", | ||
"version": "3.0.0-canary.182", | ||
"publishConfig": { | ||
@@ -32,4 +32,4 @@ "access": "public" | ||
"peerDependencies": { | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
"react": ">=18.0.0", | ||
"react-dom": ">=18.0.0" | ||
}, | ||
@@ -78,3 +78,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "bf93825b26a5eb5a74ae137a935d4c0747135806" | ||
"gitHead": "1b50d62a2f83c8d913f2bfbf8245c89c147e74e6" | ||
} |
115702