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 #99 from spences10/renovate/react-helmet-5.x
Browse files Browse the repository at this point in the history
Update dependency @types/react-helmet to v5.0.17
  • Loading branch information
spences10 committed Jul 31, 2021
2 parents 5baa21e + 792da84 commit 0192208
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.4",
"version": "2.0.5",
"license": "MIT",
"author": "Scott Spence <yo@scottspence.dev> (https://scottspence.dev/)",
"main": "dist/index.js",
Expand All @@ -26,7 +26,7 @@
"@types/jest": "25.2.3",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.14",
"@types/react-helmet": "5.0.15",
"@types/react-helmet": "5.0.17",
"husky": "4.2.5",
"react": "16.13.1",
"react-dom": "16.13.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1126,10 +1126,10 @@
dependencies:
"@types/react" "^16"

"@types/react-helmet@5.0.15":
version "5.0.15"
resolved "https://registry.yarnpkg.com/@types/react-helmet/-/react-helmet-5.0.15.tgz#af0370617307e9f062c6aee0f1f5588224ce646e"
integrity sha512-CCjqvecDJTXRrHG8aTc2YECcQCl26za/q+NaBRvy/wtm0Uh38koM2dpv2bG1xJV4ckz3t1lm2/5KU6nt2s9BWg==
"@types/react-helmet@5.0.17":
version "5.0.17"
resolved "https://registry.yarnpkg.com/@types/react-helmet/-/react-helmet-5.0.17.tgz#a1d1dbbfad7e76b4392bb65ad2b5fd393f081975"
integrity sha512-u6JnPr8YTINhGwLAEKaEbYNbhZAJE304yk+SRYWThAi4iHYHmiDZ4mj1f6ES8v/y0CUvQFSzcppfdod3wD7ihg==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 0192208

Please sign in to comment.