Skip to content

Commit

Permalink
upgrades to [email protected]
Browse files Browse the repository at this point in the history
this includes the fixes for vercel/ncc#434
  • Loading branch information
jeantil committed Jun 26, 2019
1 parent b86a3c7 commit 1b6f91e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/now-node-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@now/node-bridge": "1.2.0-canary.3",
"@zeit/ncc": "0.20.0",
"@zeit/ncc": "0.20.2",
"fs-extra": "7.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/now-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@now/node-bridge": "1.2.0-canary.3",
"@types/node": "*",
"@zeit/ncc": "0.20.0",
"@zeit/ncc": "0.20.2",
"@zeit/ncc-watcher": "1.0.3",
"fs-extra": "7.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1166,10 +1166,10 @@
dependencies:
"@zeit/ncc" "^0.18.5"

"@zeit/[email protected].0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.20.0.tgz#1c3c934b7c191ea225d58b735b003760e796856e"
integrity sha512-tc7F3mYiJZgEsPPJJwNznWIeIEKrVxW6hvwAjpLabq8+hu3sm+YuR+59CLfAvA26+yHBrVcYnsxZ6XW1g/oRmg==
"@zeit/[email protected].2":
version "0.20.2"
resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.20.2.tgz#5f5f67b51d6bd1f92e334c4aeed799dc9625a459"
integrity sha512-pLc/iJ68//djAW3jE2xMm5vauAuN0wuq9bv4ha/AAlVOBhJXHrx7GBo8SITTZq11nT8wWzYrY0eotw4UfZBiiw==

"@zeit/ncc@^0.18.5":
version "0.18.5"
Expand Down

0 comments on commit 1b6f91e

Please sign in to comment.