Skip to content

Commit

Permalink
Merge branch 'canary' into fix-next-config-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored May 23, 2022
2 parents bde8564 + d64512f commit 1d964d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/rimraf": "3.0.0",
"@types/tar": "4.0.3",
"@types/validate-npm-package-name": "3.0.0",
"@vercel/ncc": "0.33.1",
"@vercel/ncc": "0.33.4",
"async-retry": "1.3.1",
"chalk": "2.4.2",
"commander": "2.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepublish": "yarn release && yarn types"
},
"devDependencies": {
"@vercel/ncc": "0.33.1",
"@vercel/ncc": "0.33.4",
"dotenv": "10.0.0",
"dotenv-expand": "8.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"@types/uuid": "8.3.1",
"@types/webpack-sources1": "npm:@types/webpack-sources@0.1.5",
"@types/ws": "8.2.0",
"@vercel/ncc": "0.33.1",
"@vercel/ncc": "0.33.4",
"@vercel/nft": "0.19.1",
"acorn": "8.5.0",
"amphtml-validator": "1.0.35",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5679,10 +5679,10 @@
agentkeepalive "3.4.1"
debug "3.1.0"

"@vercel/ncc@0.33.1":
version "0.33.1"
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.33.1.tgz#b240080a3c1ded9446a30955a06a79851bb38f71"
integrity sha512-Mlsps/P0PLZwsCFtSol23FGqT3FhBGb4B1AuGQ52JTAtXhak+b0Fh/4T55r0/SVQPeRiX9pNItOEHwakGPmZYA==
"@vercel/ncc@0.33.4":
version "0.33.4"
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.33.4.tgz#e44a87511f583b7ba88e4b9ae90eeb7ba252b872"
integrity sha512-ln18hs7dMffelP47tpkaR+V5Tj6coykNyxJrlcmCormPqRQjB/Gv4cu2FfBG+PMzIfdZp2CLDsrrB1NPU22Qhg==

"@vercel/nft@0.19.1":
version "0.19.1"
Expand Down

0 comments on commit 1d964d4

Please sign in to comment.