Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Mar 18, 2021
1 parent ae94c14 commit ed97520
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@svgr/rollup": "^4.3.3"
},
"peerDependencies": {
"@craftjs/core": "^0.1.0-alpha.1",
"@craftjs/core": "^0.2.0-alpha.19",
"react": "^16.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/slate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"slate-react": "^0.57.0"
},
"peerDependencies": {
"@craftjs/core": "^0.2.0-alpha.0",
"@craftjs/core": "^0.2.0-alpha.19",
"react": "^16.8.0",
"slate": "^0.57.0",
"slate-react": "^0.57.0"
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"lodash": "^4.17.20",
"tiny-invariant": "^1.0.6"
},
"nohoist": ["immer", "immer/**"],
"peerDependencies": {
"react": "^16.11.0"
}
Expand Down

0 comments on commit ed97520

Please sign in to comment.