Skip to content

Commit

Permalink
Merge pull request #566 from piglovesyou/renovate/react-17.x
Browse files Browse the repository at this point in the history
Update dependency @types/react to v17.0.39
  • Loading branch information
piglovesyou authored Feb 23, 2022
2 parents a45667c + 8541c0f commit 741deff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"jestTransformer.js",
"babel.js"
],
"resolutions": {
"@types/react": "17.0.39"
},
"dependencies": {
"@babel/core": "7.15.5",
"@babel/helper-plugin-utils": "7.14.5",
Expand Down Expand Up @@ -83,7 +86,7 @@
"@types/minimist": "1.2.2",
"@types/node": "15.6.0",
"@types/prettier": "2.3.0",
"@types/react": "17.0.3",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.9",
"@types/rimraf": "3.0.2",
"@types/wait-on": "5.3.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3837,14 +3837,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:17.0.3":
version: 17.0.3
resolution: "@types/react@npm:17.0.3"
"@types/react@npm:17.0.39":
version: 17.0.39
resolution: "@types/react@npm:17.0.39"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: d29f2a33ed69fae9d9f42f8b39b40352e3209eb821f827d566330adfdffb48d2dc730982356cd50a7fda6171e6bc7deca793f7b105c95fce615a45ab313ecf41
checksum: bf04d3c2894559012710d595553e12b422d3b91cd8f4f7e122d8cb044ba9c2ba17f6e8a4e09581359cc5509ddc59cd8c8fabd6774f3505a40a45393f074d6e6e
languageName: node
linkType: hard

Expand Down Expand Up @@ -8504,7 +8504,7 @@ fsevents@~2.3.1:
"@types/minimist": 1.2.2
"@types/node": 15.6.0
"@types/prettier": 2.3.0
"@types/react": 17.0.3
"@types/react": 17.0.39
"@types/react-dom": 17.0.9
"@types/rimraf": 3.0.2
"@types/wait-on": 5.3.1
Expand Down

0 comments on commit 741deff

Please sign in to comment.