diff --git a/package.json b/package.json index ee3d5d5..f6ab77f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/test-variants.json b/test-variants.json index 508d4b1..b0413c2 100644 --- a/test-variants.json +++ b/test-variants.json @@ -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"]