Skip to content

Commit

Permalink
build: remove duplicate dependency (#407)
Browse files Browse the repository at this point in the history
* build: remove duplicate dependency

* Create rotten-insects-beam.md
  • Loading branch information
Kikobeats committed Jun 15, 2023
1 parent 926d8b7 commit 482f945
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 33 deletions.
6 changes: 6 additions & 0 deletions .changeset/rotten-insects-beam.md
@@ -0,0 +1,6 @@
---
"@edge-runtime/jest-environment": patch
"@edge-runtime/jest-expect": patch
---

build: remove duplicate dependency
1 change: 0 additions & 1 deletion packages/jest-environment/package.json
Expand Up @@ -26,7 +26,6 @@
"@edge-runtime/vm": "workspace:*",
"@jest/environment": "29.5.0",
"@jest/fake-timers": "29.5.0",
"@jest/types": "29.5.0",
"jest-mock": "29.5.0",
"jest-util": "29.5.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/jest-expect/package.json
Expand Up @@ -27,7 +27,6 @@
"@jest/environment": "29.5.0",
"@jest/fake-timers": "29.5.0",
"@jest/globals": "29.5.0",
"@jest/types": "29.5.0",
"expect": "29.5.0"
},
"devDependencies": {
Expand Down
56 changes: 25 additions & 31 deletions pnpm-lock.yaml

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

1 comment on commit 482f945

@vercel
Copy link

@vercel vercel bot commented on 482f945 Jun 15, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

edge-runtime – ./

edge-runtime.vercel.sh
edge-runtime.vercel.app
edge-runtime-git-main.vercel.sh

Please sign in to comment.