chore(deps): bump @types/react-helmet to 5.0.10

This commit is contained in:
Jean-Philippe Sirois
2019-09-23 17:57:36 -04:00
parent b133eccdb3
commit 07cabe0c2f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2300,9 +2300,9 @@
} }
}, },
"@types/react-helmet": { "@types/react-helmet": {
"version": "5.0.8", "version": "5.0.10",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-5.0.8.tgz", "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-5.0.10.tgz",
"integrity": "sha512-ZTr12eDAYI0yUiMx1K82EHqRYa8J1BOOLus+0gL+AkksUiIPwLE0wLiXa9FNqD8r9GXAi+yRPZImkRh1JNlTkQ==", "integrity": "sha512-wGr0J7yncqwOS4ae+yYeMd4L3Gh43CgYcbq9bXEeSozB4d/+Z/XLT9wyMUwfWImWtOLCFLP6Xnt7w5P6+02gZg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"
+1 -1
View File
@@ -66,7 +66,7 @@
"@types/ramda": "^0.26.22", "@types/ramda": "^0.26.22",
"@types/react": "^16.9.2", "@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0", "@types/react-dom": "^16.9.0",
"@types/react-helmet": "^5.0.8", "@types/react-helmet": "^5.0.10",
"@types/react-treeview": "^0.4.2", "@types/react-treeview": "^0.4.2",
"@types/styled-components": "^4.1.18", "@types/styled-components": "^4.1.18",
"babel-plugin-styled-components": "^1.10.6", "babel-plugin-styled-components": "^1.10.6",