Skip to content

Commit 50f30d4

Browse files
authored
Upgrade babel-plugin-flow-react-proptypes (#1578)
1 parent e5a558c commit 50f30d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"babel-eslint": "^10.0.3",
8686
"babel-jest": "^24.9.0",
8787
"babel-loader": "8.0.6",
88-
"babel-plugin-flow-react-proptypes": "^25.1.0",
88+
"babel-plugin-flow-react-proptypes": "^26.0.0",
8989
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
9090
"codecov": "^3.6.1",
9191
"codemirror": "^5.49.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,10 +1769,10 @@ babel-plugin-dynamic-import-node@^2.3.0:
17691769
dependencies:
17701770
object.assign "^4.1.0"
17711771

1772-
babel-plugin-flow-react-proptypes@^25.1.0:
1773-
version "25.1.0"
1774-
resolved "https://registry.yarnpkg.com/babel-plugin-flow-react-proptypes/-/babel-plugin-flow-react-proptypes-25.1.0.tgz#864eeef3b3a3958953a9b014ed0bdc96fffa694c"
1775-
integrity sha512-zFR5vlrPiXQzmE6f/QR4P2ivaykRuNDH9D72L3fm1vYrgE+nvvOV/mQzFvgSnjVKJSfot+YONwLtqM/iMVnkLA==
1772+
babel-plugin-flow-react-proptypes@^26.0.0:
1773+
version "26.0.0"
1774+
resolved "https://registry.yarnpkg.com/babel-plugin-flow-react-proptypes/-/babel-plugin-flow-react-proptypes-26.0.0.tgz#5ccd42ce45e28f88d5a0594c9f5685bc79440782"
1775+
integrity sha512-Cev/n+TqUGjo2221YLe4n9om/0Wd2AjhdVhyAqshHgzn4+HovznCzehxROD+74KBq0i4ard9bdLf7L7lb22FRw==
17761776
dependencies:
17771777
"@babel/template" "^7.2.2"
17781778
"@babel/traverse" "^7.0.0"

0 commit comments

Comments
 (0)