Skip to content

Commit

Permalink
fix: support projects using @prismicio/client v6
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Apr 24, 2023
1 parent 9a3db4c commit 3742685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"test": "npm run lint && npm run types && npm run unit && npm run build && npm run size"
},
"dependencies": {
"@prismicio/client": "^7.0.0-alpha.2",
"@prismicio/richtext": "^2.1.4"
},
"devDependencies": {
"@prismicio/client": "^7.0.0-alpha.2",
"@prismicio/mock": "^0.2.0",
"@size-limit/preset-small-lib": "^8.2.4",
"@testing-library/react": "^14.0.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
"vitest": "^0.30.1"
},
"peerDependencies": {
"@prismicio/client": "^7",
"@prismicio/client": "^6 || ^7",
"react": "^18"
},
"engines": {
Expand Down

0 comments on commit 3742685

Please sign in to comment.