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

Commit 00b0bbd

Browse files
authoredJan 27, 2022
fix: pin @babel/parser to 7.16.8 (#966)
1 parent e32bf65 commit 00b0bbd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎package-lock.json

+7-7
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
@@ -52,7 +52,7 @@
5252
"url": "https://github.com/netlify/zip-it-and-ship-it/issues"
5353
},
5454
"dependencies": {
55-
"@babel/parser": "^7.15.7",
55+
"@babel/parser": "7.16.8",
5656
"@netlify/esbuild": "^0.13.6",
5757
"@vercel/nft": "^0.17.0",
5858
"archiver": "^5.3.0",

1 commit comments

Comments
 (1)

github-actions[bot] commented on Jan 27, 2022

@github-actions[bot]
Contributor

⏱ Benchmark results

largeDepsEsbuild: 7.5s

largeDepsNft: 33.4s

largeDepsZisi: 59.7s

This repository has been archived.