Skip to content

Commit

Permalink
perf: import response types from ofetch
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Mar 27, 2024
1 parent 6a248f8 commit a4fde85
Show file tree
Hide file tree
Showing 6 changed files with 1,519 additions and 1,091 deletions.
4 changes: 1 addition & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import antfu from '@antfu/eslint-config'

export default await antfu({
ignores: ['tsconfig.json'],
})
export default await antfu()
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unrested",
"type": "module",
"version": "1.0.3",
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@8.15.5",
"description": "Minimal, type-safe REST client using JS proxies",
"author": "Johann Schopplich <pkg@johannschopplich.com>",
"license": "MIT",
Expand Down Expand Up @@ -51,17 +51,17 @@
"test:types": "tsc --noEmit"
},
"dependencies": {
"ofetch": "^1.3.3",
"ufo": "^1.3.2"
"ofetch": "^1.3.4",
"ufo": "^1.5.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"h3": "^1.9.0",
"listhen": "^1.5.5",
"typescript": "^5.3.3",
"@antfu/eslint-config": "^2.11.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"h3": "^1.11.1",
"listhen": "^1.7.2",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"vitest": "^1.1.1"
"vitest": "^1.4.0"
}
}

0 comments on commit a4fde85

Please sign in to comment.