Skip to content

Commit

Permalink
fix: add typebox@0.32 to peer dependency range (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperKXT authored Dec 28, 2023
1 parent e1e8f9e commit 1da696d
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.31"
"@sinclair/typebox": ">=0.26 <=0.32"
},
"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.31.0"]
["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0", "0.31.0", "0.32.0"]

0 comments on commit 1da696d

Please sign in to comment.