Skip to content

Commit

Permalink
fix: pin @babel/parser to 7.16.8 (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 27, 2022
1 parent e32bf65 commit 00b0bbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"url": "https://github.com/netlify/zip-it-and-ship-it/issues"
},
"dependencies": {
"@babel/parser": "^7.15.7",
"@babel/parser": "7.16.8",
"@netlify/esbuild": "^0.13.6",
"@vercel/nft": "^0.17.0",
"archiver": "^5.3.0",
Expand Down

1 comment on commit 00b0bbd

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱ Benchmark results

largeDepsEsbuild: 7.5s

largeDepsNft: 33.4s

largeDepsZisi: 59.7s

Please sign in to comment.