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

Commit 1419526

Browse files
author
Long Ho
committed
fix(babel-plugin-react-intl): add missing dep, fix #586
1 parent a351477 commit 1419526

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"@babel/parser": "^7.9.4",
3131
"@babel/preset-env": "^7.9.0",
3232
"@babel/preset-react": "^7.9.4",
33-
"@babel/types": "^7.9.0",
3433
"@istanbuljs/nyc-config-typescript": "^1.0.1",
3534
"@microsoft/api-extractor": "^7.7.12",
3635
"@rollup/plugin-json": "^4.0.2",

packages/babel-plugin-react-intl/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
],
1616
"author": "Eric Ferraiuolo <[email protected]>",
1717
"dependencies": {
18+
"@babel/types": "^7.9.0",
1819
"@babel/core": "^7.7.2",
1920
"@babel/helper-plugin-utils": "^7.0.0",
2021
"@types/babel__core": "^7.1.3",

0 commit comments

Comments
 (0)