Skip to content

Commit

Permalink
fix(react-tinacms-github): Makes form-builder a peerDependency
Browse files Browse the repository at this point in the history
... rather than a direct dependency.  Should resolve issues where `useCMS()` could not locate a `cms` context and maybe other issues downstream.
  • Loading branch information
Enigmatical committed Jul 13, 2021
1 parent 5df65e2 commit 0e2174c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-tinacms-github/package.json
Expand Up @@ -19,6 +19,7 @@
"@tinacms/icons": ">=0.7.0",
"@tinacms/react-core": ">=0.39",
"@tinacms/react-modals": ">=0.39",
"@tinacms/form-builder": ">=0.39",
"@tinacms/styles": ">=0.4",
"final-form": ">=4.18.0",
"react": ">=16.8",
Expand All @@ -42,7 +43,6 @@
"tinacms": "^0.43.0"
},
"dependencies": {
"@tinacms/form-builder": "^0.39.0",
"btoa": "^1.2.1",
"js-cookie": "^2.2.1",
"next-tinacms-markdown": "^0.43.0"
Expand Down

0 comments on commit 0e2174c

Please sign in to comment.