Skip to content

Commit

Permalink
Update deps and devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
p10ns11y committed Nov 5, 2024
1 parent b6fe6a1 commit e115ffb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptate",
"version": "0.0.5",
"version": "0.0.6",
"author": {
"name": "Peramanathan Sathyamoorthy",
"url": "https://github.com/p10ns11y/adaptate.git"
Expand All @@ -15,17 +15,17 @@
"check-types": "tsc --noEmit"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"ts-jest": "^29.2.5"
"zod": "^3.23.8"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"ts-jest": "^29.2.5",
"turbo": "^2.2.3",
"vite": "^5.4.10",
"zod": "^3.23.8"
"vite": "^5.4.10"
},
"peerDependencies": {
"zod": "^3.23.8"
Expand Down

0 comments on commit e115ffb

Please sign in to comment.