diff --git a/package.json b/package.json index c433cc7..9629c9f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "@nestjs/swagger": "^6.1.1 || ^7.0.11", "@sinclair/typebox": "^0.32.4", "ajv": "^8.14.0", - "rxjs": "^7.5.6" + "rxjs": "^7.5.6", + "fast-uri": "^2.3.0" }, "devDependencies": { "@changesets/cli": "^2.26.2", @@ -63,8 +64,5 @@ "repository": { "type": "git", "url": "https://github.com/jayalfredprufrock/nestjs-typebox" - }, - "dependencies": { - "fast-uri": "^2.3.0" } }