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

This commit is contained in:
Jean-Philippe Sirois
2019-10-07 07:33:39 -04:00
parent e35b62c2f7
commit cb906e35e3
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2374,9 +2374,9 @@
} }
}, },
"@types/react-helmet": { "@types/react-helmet": {
"version": "5.0.10", "version": "5.0.11",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-5.0.10.tgz", "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-5.0.11.tgz",
"integrity": "sha512-wGr0J7yncqwOS4ae+yYeMd4L3Gh43CgYcbq9bXEeSozB4d/+Z/XLT9wyMUwfWImWtOLCFLP6Xnt7w5P6+02gZg==", "integrity": "sha512-id9DjHp/+Cm+x3etN+EWs5OP76PPpz8jXw+iN9xcXltssF0KHNjAzlan///ASXegEewaItlw5FhFnoLxRUJQ9g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"
+1 -1
View File
@@ -68,7 +68,7 @@
"@types/ramda": "^0.26.26", "@types/ramda": "^0.26.26",
"@types/react": "^16.9.5", "@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1", "@types/react-dom": "^16.9.1",
"@types/react-helmet": "^5.0.10", "@types/react-helmet": "^5.0.11",
"@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",