Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2021
1 parent 4427b89 commit 5036c02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@rollup/plugin-wasm": "^5.1.2",
"@rollup/pluginutils": "^4.1.1",
"@types/jsdom": "^16.2.13",
"@vercel/nft": "^0.16.1",
"@vercel/nft": "^0.17.0",
"archiver": "^5.3.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
Expand All @@ -37,20 +37,20 @@
"defu": "^5.0.0",
"destr": "^1.1.0",
"dot-prop": "^6.0.1",
"esbuild": "^0.13.5",
"esbuild": "^0.13.8",
"etag": "^1.8.1",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
"gzip-size": "^6.0.0",
"h3": "^0.3.1",
"h3": "^0.3.3",
"hasha": "^5.2.2",
"hookable": "^5.0.0",
"http-proxy": "^1.18.1",
"is-primitive": "^3.0.1",
"jiti": "^1.12.7",
"listhen": "^0.2.4",
"listhen": "^0.2.5",
"mime": "^2.5.2",
"mlly": "^0.2.6",
"mlly": "^0.2.8",
"node-fetch": "^3.0.0",
"ohmyfetch": "^0.3.1",
"ora": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/rollup/plugins/externals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function externals (opts: NodeExternalsOptions): Plugin {
async buildEnd () {
if (opts.trace !== false) {
const tracedFiles = await nodeFileTrace(Array.from(trackedExternals), opts.traceOptions)
.then(r => r.fileList.map(f => resolve(opts.traceOptions.base, f)))
.then(r => Array.from(r.fileList).map(f => resolve(opts.traceOptions.base, f)))
.then(r => r.filter(file => file.includes('node_modules')))

// // Find all unique package names
Expand Down

0 comments on commit 5036c02

Please sign in to comment.