Skip to content

Commit

Permalink
chore: update fetch package to 6.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soartec-lab committed May 19, 2024
1 parent 0a8fa0b commit f8e5c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orval/fetch",
"version": "6.28.2",
"version": "6.29.1",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -13,6 +13,6 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@orval/core": "6.28.2"
"@orval/core": "6.29.1"
}
}
2 changes: 1 addition & 1 deletion packages/orval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@orval/query": "6.29.1",
"@orval/swr": "6.29.1",
"@orval/zod": "6.29.1",
"@orval/fetch": "6.28.2",
"@orval/fetch": "6.29.1",
"ajv": "^8.12.0",
"cac": "^6.7.14",
"chalk": "^4.1.2",
Expand Down

0 comments on commit f8e5c55

Please sign in to comment.