Skip to content

Commit

Permalink
Merge pull request #225 from axiomhq/revert-whatwg-fetch-changes
Browse files Browse the repository at this point in the history
build: remove whatwf-fetch to dependencies
  • Loading branch information
dasfmi authored Aug 15, 2024
2 parents fdbad1b + 356e518 commit 7677543
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
16 changes: 7 additions & 9 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,7 +1,7 @@
{
"name": "next-axiom",
"description": "Send WebVitals from your Next.js project to Axiom.",
"version": "1.4.0",
"version": "1.4.1",
"author": "Axiom, Inc.",
"license": "MIT",
"contributors": [
Expand Down Expand Up @@ -46,10 +46,10 @@
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vitest": "^1.2.2",
"whatwg-fetch": "^3.6.2"
"vitest": "^1.2.2"
},
"dependencies": {
"whatwg-fetch": "^3.6.2",
"use-deep-compare": "^1.2.1"
}
}

0 comments on commit 7677543

Please sign in to comment.