Skip to content

Commit 6732c2e

Browse files
committed
fix(all): fix dependencies
1 parent dc177ef commit 6732c2e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/editor-core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"peerDependencies": {
1515
"@data-driven-forms/dnd": "*"
1616
},
17+
"devDependencies": {
18+
"@data-driven-forms/dnd": "*"
19+
},
1720
"license": "Apache-2.0",
1821
"scripts": {
1922
"lint": "eslint . --ext .ts",

packages/editor-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@data-driven-forms/editor-pro",
33
"version": "0.0.4",
4-
"description": "---",
4+
"description": "DnD editor based on EvergreenUI for React Forms",
55
"main": "index.js",
66
"module": "esm/index.js",
77
"typings": "index.d.ts",

0 commit comments

Comments
 (0)