Skip to content

Commit

Permalink
Update cross-fetch to fix issues on Vercel with XMLHttpRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
krasun committed Sep 3, 2023
1 parent 1b963cf commit 3d17bcb
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 72 deletions.
138 changes: 68 additions & 70 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "screenshotone-api-sdk",
"homepage": "https://screenshotone.com",
"version": "1.1.0",
"version": "1.1.1",
"description": "Use ScreenshotOne.com API to generate screenshots of any website.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"big.js": "^6.2.0",
"cross-fetch": "^3.1.5"
"cross-fetch": "^4.0.0"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 3d17bcb

Please sign in to comment.