Skip to content

Commit

Permalink
chore: add react & react-dom in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cnt1992 committed Mar 20, 2019
1 parent fde807e commit 3b81405
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
"engines": {
"npm": ">=3.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@alifd/next": "^1.13.1",
"@uform/react": "^0.1.0-beta.12",
"@uform/utils": "^0.1.0-beta.12",
"@uform/validator": "^0.1.0-beta.12",
Expand All @@ -45,7 +48,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "f513fc2dcca781b3f7aa588c4419bce20cba2d8b",
"gitHead": "f513fc2dcca781b3f7aa588c4419bce20cba2d8b",
"devDependencies": {
"@alifd/next": "^1.13.1",
"@alife/next": "^0.19.72",
Expand Down

0 comments on commit 3b81405

Please sign in to comment.