Skip to content

Commit

Permalink
build: update dependencies (#382)
Browse files Browse the repository at this point in the history
* build: update dependencies

* Create big-dodos-change.md
  • Loading branch information
Kikobeats committed Jun 9, 2023
1 parent d3e42fc commit fc425d2
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 34 deletions.
7 changes: 7 additions & 0 deletions .changeset/big-dodos-change.md
@@ -0,0 +1,7 @@
---
"@edge-runtime/primitives": patch
"edge-runtime": patch
"@edge-runtime/vm": patch
---

build: update dependencies
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -103,7 +103,7 @@
"@changesets/cli": "latest",
"@jest/types": "29.5.0",
"@svitejs/changesets-changelog-github-compact": "latest",
"@types/jest": "29.5.1",
"@types/jest": "29.5.2",
"@types/node": "14",
"c8": "latest",
"esbuild": "0.17.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/package.json
Expand Up @@ -37,7 +37,7 @@
"test-listen": "1.1.0",
"tsup": "6",
"undici": "5.22.1",
"urlpattern-polyfill": "8.0.2",
"urlpattern-polyfill": "9.0.0",
"web-streams-polyfill": "4.0.0-beta.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Expand Up @@ -31,7 +31,7 @@
"picocolors": "1.0.0",
"pretty-bytes": "5.6.0",
"pretty-ms": "7.0.1",
"signal-exit": "4.0.1",
"signal-exit": "4.0.2",
"time-span": "4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/package.json
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/multer": "1.4.7",
"@types/test-listen": "1.1.0",
"@types/ws": "8.5.3",
"@types/ws": "8.5.5",
"multer": "1.4.5-lts.1",
"test-listen": "1.1.0",
"ws": "8.13.0"
Expand Down
48 changes: 18 additions & 30 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 fc425d2

@vercel
Copy link

@vercel vercel bot commented on fc425d2 Jun 9, 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.app
edge-runtime.vercel.sh
edge-runtime-git-main.vercel.sh

Please sign in to comment.