Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
omermecitoglu committed Jun 13, 2024
1 parent 912836b commit ddd955f
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 88 deletions.
172 changes: 87 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omer-x/next-openapi-json-generator",
"version": "0.1.3",
"version": "0.1.4",
"description": "a Next.js plugin to generate OpenAPI documentation from route handlers",
"keywords": [
"next.js",
Expand Down Expand Up @@ -51,11 +51,11 @@
"eslint": "^8.57.0",
"ts-loader": "^9.5.1",
"ts-unused-exports": "^10.1.0",
"webpack": "^5.91.0",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"zod": "^3.23.8"
},
"peerDependencies": {
"@omer-x/next-openapi-route-handler": "^0.2.0"
"@omer-x/next-openapi-route-handler": "^0.3.0"
}
}

0 comments on commit ddd955f

Please sign in to comment.