Skip to content

Commit

Permalink
chore: update @mapeo/schema to latest version, move to peer deps
Browse files Browse the repository at this point in the history
This updates `@mapeo/schema` to 3.0.0-next.21, the latest version. It
also makes it a peer dependency.
  • Loading branch information
EvanHahn committed Aug 26, 2024
1 parent 3b32a65 commit d9908bc
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 30 deletions.
90 changes: 61 additions & 29 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
},
"dependencies": {
"@faker-js/faker": "^8.3.1",
"@mapeo/schema": "3.0.0-next.20",
"json-schema-faker": "^0.5.3",
"type-fest": "^4.8.0"
},
Expand All @@ -41,6 +40,9 @@
"prettier": "^3.1.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@mapeo/schema": "^3.0.0-next.21"
},
"prettier": {
"semi": false,
"singleQuote": true
Expand Down

0 comments on commit d9908bc

Please sign in to comment.