Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #107 from spences10/renovate/react-17.x
Browse files Browse the repository at this point in the history
Update dependency @types/react to v17
  • Loading branch information
spences10 committed Aug 13, 2021
2 parents 4b15fd6 + e790cdb commit 6cdff86
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
@@ -1,5 +1,5 @@
{
"version": "2.0.7",
"version": "2.0.8",
"license": "MIT",
"author": "Scott Spence <yo@scottspence.dev> (https://scottspence.dev/)",
"main": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/jest": "25.2.3",
"@types/react": "16.14.13",
"@types/react": "17.0.17",
"@types/react-dom": "16.9.14",
"@types/react-helmet": "6.1.2",
"husky": "4.3.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1571,10 +1571,10 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@16.14.13":
version "16.14.13"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.13.tgz#14f77c75ea581fa632907440dfda23b3c6ab24c9"
integrity sha512-KznsRYfqPmbcA5pMxc4mYQ7UgsJa2tAgKE2YwEmY5xKaTVZXLAY/ImBohyQHnEoIjxIJR+Um4FmaEYDr3q3zlg==
"@types/react@17.0.17":
version "17.0.17"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.17.tgz#1772d3d5425128e0635a716f49ef57c2955df055"
integrity sha512-nrfi7I13cAmrd0wje8czYpf5SFbryczCtPzFc6ijqvdjKcyA3tCvGxwchOUlxb2ucBPuJ9Y3oUqKrRqZvrz0lw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 6cdff86

Please sign in to comment.