Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency babel-plugin-typescript-to-proptypes to v2 #2010

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ module.exports = {
],
],
plugins: [
'babel-plugin-typescript-to-proptypes',
[
'babel-plugin-typescript-to-proptypes',
{ mapUnknownReferenceTypesToAny: true },
],
require('./babel-plugin-package-version'),
],
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@typescript-eslint/parser": "4.33.0",
"babel-jest": "27.3.1",
"babel-loader": "8.2.3",
"babel-plugin-typescript-to-proptypes": "1.4.2",
"babel-plugin-typescript-to-proptypes": "2.0.0",
"browserslist": "4.17.5",
"bundlesize": "0.18.1",
"colors": "1.4.0",
Expand Down
29 changes: 0 additions & 29 deletions patches/babel-plugin-typescript-to-proptypes+1.4.2.patch

This file was deleted.

13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7626,18 +7626,17 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-typescript-to-proptypes@npm:1.4.2":
version: 1.4.2
resolution: "babel-plugin-typescript-to-proptypes@npm:1.4.2"
"babel-plugin-typescript-to-proptypes@npm:2.0.0":
version: 2.0.0
resolution: "babel-plugin-typescript-to-proptypes@npm:2.0.0"
dependencies:
"@babel/helper-module-imports": ^7.12.5
"@babel/helper-plugin-utils": ^7.10.4
"@babel/plugin-syntax-typescript": ^7.12.1
"@babel/types": ^7.12.6
peerDependencies:
"@babel/core": ^7.0.0
typescript: ^3.0.0 || ^4.0.0
checksum: 00a9e3f44c98a9f22b8201d7a24d82928ae6e39aec208f8101d8f3d9d5ea8b5ec420b7ae45558d8c1b6f554031305731973b1731d6a61e2a769a2d39827ae23a
typescript: ^4.0.0
checksum: 7eef77c5ffd8face65a199d6f23a0fbab2e464c8bd8fcf1e3458b3682bebb08fa4a6fd53cd61564ab5d845ba2ccbabf22a6bb30609fa9b843e1e709ab98715f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -19515,7 +19514,7 @@ __metadata:
"@typescript-eslint/parser": 4.33.0
babel-jest: 27.3.1
babel-loader: 8.2.3
babel-plugin-typescript-to-proptypes: 1.4.2
babel-plugin-typescript-to-proptypes: 2.0.0
browserslist: 4.17.5
bundlesize: 0.18.1
colors: 1.4.0
Expand Down