Skip to content

Commit

Permalink
fix(all): fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rvsia committed May 30, 2022
1 parent dc177ef commit 6732c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/editor-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"peerDependencies": {
"@data-driven-forms/dnd": "*"
},
"devDependencies": {
"@data-driven-forms/dnd": "*"
},
"license": "Apache-2.0",
"scripts": {
"lint": "eslint . --ext .ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@data-driven-forms/editor-pro",
"version": "0.0.4",
"description": "---",
"description": "DnD editor based on EvergreenUI for React Forms",
"main": "index.js",
"module": "esm/index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 6732c2e

Please sign in to comment.