diff --git a/package.json b/package.json index e3dbc30..4cd6c0f 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.29" + "@sinclair/typebox": ">=0.26 <=0.30" }, "scripts": { "build": "rimraf ./dist && mkdir dist && tsc --outDir dist", diff --git a/test-variants.json b/test-variants.json index 81ed877..599f103 100644 --- a/test-variants.json +++ b/test-variants.json @@ -1 +1 @@ -["0.26.0", "0.27.0", "0.28.0", "0.29.0"] +["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0"]