From 7c6ecb5f4cfc9d81f798893c4d05ad16a07e99c2 Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Fri, 23 Sep 2022 02:15:50 +0200 Subject: [PATCH] Update compat data (#14970) chore: update compat data to 64e359ef5212f9c5ce305a75f3953997e6112170 --- packages/babel-compat-data/scripts/download-compat-table.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-compat-data/scripts/download-compat-table.sh b/packages/babel-compat-data/scripts/download-compat-table.sh index 9d54e8f559c2..9b11f6067ab7 100755 --- a/packages/babel-compat-data/scripts/download-compat-table.sh +++ b/packages/babel-compat-data/scripts/download-compat-table.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -COMPAT_TABLE_COMMIT=545aaf24f3d38df5830e999d3fd3a9046fd773ae +COMPAT_TABLE_COMMIT=64e359ef5212f9c5ce305a75f3953997e6112170 GIT_HEAD=build/compat-table/.git/HEAD if [ -d "build/compat-table" ]; then