Skip to content

Commit d9d0c5c

Browse files
committed
missing package breaking builds?
1 parent c4890e5 commit d9d0c5c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"devDependencies": {
2020
"@babel/cli": "^7.4.4",
2121
"@babel/core": "^7.4.5",
22+
"@babel/helper-validator-identifier": "^7.9.0",
2223
"@babel/plugin-transform-runtime": "^7.7.6",
2324
"@babel/preset-env": "^7.4.5",
2425
"@babel/preset-react": "^7.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,11 @@
563563
dependencies:
564564
"@babel/types" "^7.8.3"
565565

566+
"@babel/helper-validator-identifier@^7.9.0":
567+
version "7.9.0"
568+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
569+
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
570+
566571
"@babel/helper-wrap-function@^7.7.4":
567572
version "7.7.4"
568573
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace"

0 commit comments

Comments
 (0)