Skip to content

Commit

Permalink
fix: import_ofetch.ofetch.create is not a function
Browse files Browse the repository at this point in the history
fixed cjs import issues in unjs/ofetch#198
  • Loading branch information
Trugamr committed Feb 20, 2023
1 parent 8139a49 commit 9afe52b
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 303 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"format": "prettier --write ."
},
"dependencies": {
"ofetch": "^1.0.0"
"ofetch": "^1.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"prettier": "^2.8.3",
"tsup": "^6.5.0",
"typescript": "4.9.4"
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"prettier": "^2.8.4",
"tsup": "^6.6.3",
"typescript": "4.9.5"
}
}
Loading

0 comments on commit 9afe52b

Please sign in to comment.