Skip to content

Commit

Permalink
fix(deps): update dependency babel-plugin-typescript-to-proptypes to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 2, 2022
1 parent bb1f7d7 commit 2db4cad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"autoprefixer": "^10.4.2",
"babel-plugin-import-graphql": "^2.8.1",
"babel-plugin-transform-rename-import": "^2.3.0",
"babel-plugin-typescript-to-proptypes": "1.4.2",
"babel-plugin-typescript-to-proptypes": "2.0.0",
"cross-env": "7.0.3",
"cypress": "9.3.1",
"dotenv": "10.0.0",
Expand Down
13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10121,18 +10121,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 @@ -22209,7 +22208,7 @@ __metadata:
autoprefixer: ^10.4.2
babel-plugin-import-graphql: ^2.8.1
babel-plugin-transform-rename-import: ^2.3.0
babel-plugin-typescript-to-proptypes: 1.4.2
babel-plugin-typescript-to-proptypes: 2.0.0
cross-env: 7.0.3
cypress: 9.3.1
dotenv: 10.0.0
Expand Down

0 comments on commit 2db4cad

Please sign in to comment.