Skip to content

Commit

Permalink
build: update dependencies (vercel#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored and jridgewell committed Jun 23, 2023
1 parent be607cb commit 44552c3
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
4 changes: 1 addition & 3 deletions packages/node-utils/test/node-to-edge/request.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ it('does not allow to read the body twice', async () => {

expect(request.method).toEqual('POST')
expect(await request.text()).toEqual('Hello World')
await expect(request.text()).rejects.toThrowError(
'The body has already been consumed.'
)
await expect(request.text()).rejects.toThrowError('The body has already been consumed.')
})

async function mapRequest(input: string, init: RequestInit = {}) {
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"blob-polyfill": "7.0.20220408",
"esbuild-plugin-alias": "latest",
"event-target-shim": "6.0.2",
"formdata-node": "4.4.1",
"formdata-node": "5.0.0",
"text-encoding": "0.7.0",
"tsup": "6",
"undici": "5.11.0",
"urlpattern-polyfill": "6.0.1",
"urlpattern-polyfill": "6.0.2",
"web-streams-polyfill": "4.0.0-beta.3",
"whatwg-url": "11.0.0"
"whatwg-url": "12.0.0"
},
"engines": {
"node": ">=14"
Expand Down
94 changes: 48 additions & 46 deletions pnpm-lock.yaml

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

0 comments on commit 44552c3

Please sign in to comment.