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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-04-25 13:45:42 +03:00 committed by GitHub
parent 54ed333405
commit 8b9acb0be2
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-alpha.f37987f32",
"@tsconfig/docusaurus": "1.0.2",
"@types/react": "17.0.3",
"@types/react-helmet": "6.1.0",
"@types/react-helmet": "6.1.1",
"@types/react-router-dom": "5.1.7",
"typescript": "4.2.4"
}
@ -2550,9 +2550,9 @@
}
},
"node_modules/@types/react-helmet": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.0.tgz",
"integrity": "sha512-PYRoU1XJFOzQ3BHvWL1T8iDNbRjdMDJMT5hFmZKGbsq09kbSqJy61uwEpTrbTNWDopVphUT34zUSVLK9pjsgYQ==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.1.tgz",
"integrity": "sha512-VmSCMz6jp/06DABoY60vQa++h1YFt0PfAI23llxBJHbowqFgLUL0dhS1AQeVPNqYfRp9LAfokrfWACTNeobOrg==",
"dev": true,
"dependencies": {
"@types/react": "*"
@ -19828,9 +19828,9 @@
}
},
"@types/react-helmet": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.0.tgz",
"integrity": "sha512-PYRoU1XJFOzQ3BHvWL1T8iDNbRjdMDJMT5hFmZKGbsq09kbSqJy61uwEpTrbTNWDopVphUT34zUSVLK9pjsgYQ==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.1.tgz",
"integrity": "sha512-VmSCMz6jp/06DABoY60vQa++h1YFt0PfAI23llxBJHbowqFgLUL0dhS1AQeVPNqYfRp9LAfokrfWACTNeobOrg==",
"dev": true,
"requires": {
"@types/react": "*"

View File

@ -34,7 +34,7 @@
"@docusaurus/module-type-aliases": "2.0.0-alpha.f37987f32",
"@tsconfig/docusaurus": "1.0.2",
"@types/react": "17.0.3",
"@types/react-helmet": "6.1.0",
"@types/react-helmet": "6.1.1",
"@types/react-router-dom": "5.1.7",
"typescript": "4.2.4"
}