Skip to content

Commit

Permalink
moved dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri-Levy committed Jun 3, 2024
1 parent ef9d94f commit a94f152
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -63,8 +64,5 @@
"repository": {
"type": "git",
"url": "https://github.com/jayalfredprufrock/nestjs-typebox"
},
"dependencies": {
"fast-uri": "^2.3.0"
}
}

0 comments on commit a94f152

Please sign in to comment.