1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

Merge pull request #274 from kremalicious/greenkeeper/@types/react-helmet-6.0.0

Update @types/react-helmet to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-05-12 20:36:39 +02:00 committed by GitHub
commit 5d4b184662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3725,9 +3725,9 @@
}
},
"@types/react-helmet": {
"version": "5.0.15",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-5.0.15.tgz",
"integrity": "sha512-CCjqvecDJTXRrHG8aTc2YECcQCl26za/q+NaBRvy/wtm0Uh38koM2dpv2bG1xJV4ckz3t1lm2/5KU6nt2s9BWg==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.0.0.tgz",
"integrity": "sha512-NBMPAxgjpaMooXa51cU1BTgrX6T+hQbMiLm77JhBbfOzPQea3RB5rNpPOD5xGWHIVpGXHd59cltEzIq0qglGcQ==",
"dev": true,
"requires": {
"@types/react": "*"

View File

@ -102,7 +102,7 @@
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-helmet": "^5.0.15",
"@types/react-helmet": "^6.0.0",
"@types/react-transition-group": "^4.2.4",
"@types/shortid": "0.0.29",
"@typescript-eslint/eslint-plugin": "^2.31.0",