Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit c07dbe6

Browse files
authoredFeb 24, 2022
feat: pin down esbuild version (#1037)
1 parent 3ea52a2 commit c07dbe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@babel/parser": "7.16.8",
56-
"@netlify/esbuild": "^0.13.6",
56+
"@netlify/esbuild": "0.13.6",
5757
"@vercel/nft": "^0.17.0",
5858
"archiver": "^5.3.0",
5959
"common-path-prefix": "^3.0.0",

1 commit comments

Comments
 (1)

github-actions[bot] commented on Feb 24, 2022

@github-actions[bot]
Contributor

⏱ Benchmark results

largeDepsEsbuild: 8.3s

largeDepsNft: 36.2s

largeDepsZisi: 1m 8.4s

This repository has been archived.