Skip to content

Commit

Permalink
Merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott committed Nov 19, 2023
2 parents cd702ca + 19e486a commit 1f87e7d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion internals/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@internals/common": "workspace:*",
"fs-extra": "^11.1.1",
"tunnelmole": "2.2.0"
"tunnelmole": "2.2.9"
},
"wireit": {
"build": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@
"./package.json"
],
"output": [
"tmp/bundlers/node/cjs/**/*",
"!tmp/bundlers/node/cjs/node_modules"
"tmp/bundlers/node-cjs/**/*",
"!tmp/bundlers/node-cjs/node_modules"
]
},
"bundle:node:esm": {
Expand Down
15 changes: 11 additions & 4 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 1f87e7d

Please sign in to comment.