Skip to content

Commit

Permalink
fix: move @prismicio/client and @prismicio/helpers to peer depend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
angeloashmore committed Oct 9, 2021
1 parent ab82e96 commit 91a9381
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
"unit": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava"
},
"dependencies": {
"@prismicio/client": "^6.0.0-alpha.15",
"@prismicio/helpers": "^2.0.0-alpha.9",
"@prismicio/richtext": "^2.0.0-alpha.7"
"@prismicio/richtext": "^2.0.0-beta.0"
},
"devDependencies": {
"@prismicio/mock": "^0.0.6",
Expand Down Expand Up @@ -84,7 +82,9 @@
"typescript": "^4.4.3"
},
"peerDependencies": {
"react": "^16.8.0 || 17.x"
"@prismicio/client": "^6.0.0-beta.0",
"@prismicio/helpers": "^2.0.0-beta.0",
"react": "^16.8.0 || ^17.0.0"
},
"engines": {
"node": ">=12.7.0"
Expand Down

0 comments on commit 91a9381

Please sign in to comment.