Skip to content

Commit

Permalink
Merge branch 'main' into feature/vercel#457/specify-tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nokazn committed Apr 13, 2022
2 parents bec1a97 + 016838b commit 6e22085
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vercel/ncc",
"description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
"version": "0.33.3",
"version": "0.33.4",
"repository": "vercel/ncc",
"license": "MIT",
"main": "./dist/ncc/index.js",
Expand All @@ -28,7 +28,7 @@
"@sentry/node": "^6.10.0",
"@slack/web-api": "^6.3.0",
"@tensorflow/tfjs-node": "^3.12.0",
"@vercel/webpack-asset-relocator-loader": "1.7.0",
"@vercel/webpack-asset-relocator-loader": "1.7.2",
"analytics-node": "^6.0.0",
"apollo-server-express": "^2.2.2",
"arg": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2536,10 +2536,10 @@
dependencies:
"@types/yargs-parser" "*"

"@vercel/webpack-asset-relocator-loader@1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@vercel/webpack-asset-relocator-loader/-/webpack-asset-relocator-loader-1.7.0.tgz#d3b707e0aba3111719f941dacb2408eff3c27319"
integrity sha512-1Dy3BdOliDwxA7VZSIg55E1d/us2KvsCQOZV25fgufG//CsnZBGiSAL7qewTQf7YVHH0A9PHgzwMmKIZ8aFYVw==
"@vercel/webpack-asset-relocator-loader@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@vercel/webpack-asset-relocator-loader/-/webpack-asset-relocator-loader-1.7.2.tgz#0210abd8d53b2799d53156dd0c18a4ef4e3b51cb"
integrity sha512-pdMwUawmAtH/LScbjKJq/y2+gZFggFMc2tlJrlPSrgKajvYPEis3L9QKcMyC9RN1Xos4ezAP5AJfRCNN6RMKCQ==

"@webassemblyjs/ast@1.11.1":
version "1.11.1"
Expand Down

0 comments on commit 6e22085

Please sign in to comment.