chore(deps): update dependency @types/react-helmet to v6.1.2 (#441)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-07-07 20:03:55 +00:00 committed by GitHub
parent cac8d027bd
commit a83cadba47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@
"@docusaurus/module-type-aliases": "2.0.0-beta.ff31de0ff",
"@tsconfig/docusaurus": "1.0.2",
"@types/react": "17.0.14",
"@types/react-helmet": "6.1.1",
"@types/react-helmet": "6.1.2",
"@types/react-router-dom": "5.1.7",
"typescript": "4.3.5"
}
@ -2670,9 +2670,9 @@
}
},
"node_modules/@types/react-helmet": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.1.tgz",
"integrity": "sha512-VmSCMz6jp/06DABoY60vQa++h1YFt0PfAI23llxBJHbowqFgLUL0dhS1AQeVPNqYfRp9LAfokrfWACTNeobOrg==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.2.tgz",
"integrity": "sha512-dcfAZNlWb5JYFbO9CGfrPWLJAyFcT6UeR3u35eBbv8liY2Rg4K7fM1G5+HnwVgot+C+kVwXAZ8pLEn2jsMfTDg==",
"dev": true,
"dependencies": {
"@types/react": "*"
@ -16823,9 +16823,9 @@
}
},
"@types/react-helmet": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.1.tgz",
"integrity": "sha512-VmSCMz6jp/06DABoY60vQa++h1YFt0PfAI23llxBJHbowqFgLUL0dhS1AQeVPNqYfRp9LAfokrfWACTNeobOrg==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.2.tgz",
"integrity": "sha512-dcfAZNlWb5JYFbO9CGfrPWLJAyFcT6UeR3u35eBbv8liY2Rg4K7fM1G5+HnwVgot+C+kVwXAZ8pLEn2jsMfTDg==",
"dev": true,
"requires": {
"@types/react": "*"

View File

@ -34,7 +34,7 @@
"@docusaurus/module-type-aliases": "2.0.0-beta.ff31de0ff",
"@tsconfig/docusaurus": "1.0.2",
"@types/react": "17.0.14",
"@types/react-helmet": "6.1.1",
"@types/react-helmet": "6.1.2",
"@types/react-router-dom": "5.1.7",
"typescript": "4.3.5"
}