Skip to content

Commit

Permalink
fix: add [email protected] to peer dependency range (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Aug 16, 2023
1 parent 78f3bd2 commit d09f2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"peerDependencies": {
"@sinclair/typebox": ">=0.26 <=0.30"
"@sinclair/typebox": ">=0.26 <=0.31"
},
"scripts": {
"build": "rimraf ./dist && mkdir dist && tsc --outDir dist",
Expand Down
2 changes: 1 addition & 1 deletion test-variants.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0"]
["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0", "0.31.0"]

0 comments on commit d09f2a4

Please sign in to comment.