Skip to content

Commit

Permalink
fix(deps): Change jest-environment-jsdom to a devDependency. (#522)
Browse files Browse the repository at this point in the history
fix(deps): Change `jest-environment-jsdom` to a devDependency.

This resolves #518.

Co-authored-by: Filiph Siitam Sandström <filiph@nordcom.io>
  • Loading branch information
vvo and filiphsps committed Dec 8, 2023
1 parent 648424a commit 5624237
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 98 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-snakes-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vercel/blob': patch
---

fix(deps): Change `jest-environment-jsdom` to a devDependency.
2 changes: 1 addition & 1 deletion packages/blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
}
},
"dependencies": {
"jest-environment-jsdom": "29.7.0",
"undici": "5.28.2"
},
"devDependencies": {
Expand All @@ -70,6 +69,7 @@
"eslint": "8.55.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.1",
"tsconfig": "workspace:*",
"tsup": "8.0.1"
Expand Down
Loading

1 comment on commit 5624237

@vercel
Copy link

@vercel vercel bot commented on 5624237 Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.