Skip to content

Commit

Permalink
Update dependency @types/react to v16.9.41 (#673)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 2, 2020
1 parent 3fd5e0c commit 17d9f45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/html-webpack-plugin": "3.2.2",
"@types/jest": "25.2.1",
"@types/mini-css-extract-plugin": "0.9.1",
"@types/react": "16.9.34",
"@types/react": "16.9.41",
"@types/react-dom": "16.9.8",
"@types/react-router": "5.1.5",
"@types/react-router-dom": "5.1.4",
Expand Down Expand Up @@ -126,7 +126,7 @@
]
},
"resolutions": {
"@types/react": "16.9.34",
"@types/react": "16.9.41",
"@types/react-dom": "16.9.8"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2311,10 +2311,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected].34", "@types/react@^16.9.11":
version "16.9.34"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349"
integrity sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==
"@types/react@*", "@types/[email protected].41", "@types/react@^16.9.11":
version "16.9.41"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.41.tgz#925137ee4d2ff406a0ecf29e8e9237390844002e"
integrity sha512-6cFei7F7L4wwuM+IND/Q2cV1koQUvJ8iSV+Gwn0c3kvABZ691g7sp3hfEQHOUBJtccl1gPi+EyNjMIl9nGA0ug==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit 17d9f45

Please sign in to comment.