Skip to content

Commit

Permalink
[node][next][redwood][remix] bump @vercel/nft@0.27.0 (#11580)
Browse files Browse the repository at this point in the history
[@vercel/nft@0.27.0](https://github.com/vercel/nft/releases/tag/0.27.0) is necessary for parsing import assertions. Import assertions are causing [this issue](#11533).
  • Loading branch information
onsclom committed May 10, 2024
1 parent bc95d76 commit e87d4c1
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 26 deletions.
8 changes: 8 additions & 0 deletions .changeset/five-cows-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@vercel/redwood': patch
'@vercel/remix-builder': patch
'@vercel/next': patch
'@vercel/node': patch
---

Bump `@vercel/nft@0.27.0`
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dist"
],
"dependencies": {
"@vercel/nft": "0.26.4"
"@vercel/nft": "0.27.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "16.18.11",
"@vercel/build-utils": "8.0.0",
"@vercel/error-utils": "2.0.2",
"@vercel/nft": "0.26.4",
"@vercel/nft": "0.27.0",
"@vercel/static-config": "3.0.0",
"async-listen": "3.0.0",
"cjs-module-lexer": "1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/redwood/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@vercel/nft": "0.26.4",
"@vercel/nft": "0.27.0",
"@vercel/routing-utils": "3.1.0",
"semver": "6.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"dependencies": {
"@vercel/error-utils": "2.0.2",
"@vercel/nft": "0.26.4",
"@vercel/nft": "0.27.0",
"@vercel/static-config": "3.0.0",
"ts-morph": "12.0.0"
},
Expand Down
37 changes: 15 additions & 22 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 e87d4c1

Please sign in to comment.