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

This commit is contained in:
Jean-Philippe Sirois
2019-10-23 11:44:14 -04:00
parent 0a754da606
commit 7f68230d0d
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2221,9 +2221,9 @@
} }
}, },
"@types/react-helmet": { "@types/react-helmet": {
"version": "5.0.11", "version": "5.0.13",
"resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-5.0.11.tgz", "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-5.0.13.tgz",
"integrity": "sha512-id9DjHp/+Cm+x3etN+EWs5OP76PPpz8jXw+iN9xcXltssF0KHNjAzlan///ASXegEewaItlw5FhFnoLxRUJQ9g==", "integrity": "sha512-YvdsLKH9FGAAhoQvjYAyhBo/qpYrY5glpAf6og+0batlGyub6YHAawHx/cfw0rdOxjVPZMNhDC+xNmYnWM7EYQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"
+1 -1
View File
@@ -68,7 +68,7 @@
"@types/ramda": "^0.26.33", "@types/ramda": "^0.26.33",
"@types/react": "^16.9.9", "@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2", "@types/react-dom": "^16.9.2",
"@types/react-helmet": "^5.0.11", "@types/react-helmet": "^5.0.13",
"@types/react-treeview": "^0.4.2", "@types/react-treeview": "^0.4.2",
"@types/styled-components": "^4.1.19", "@types/styled-components": "^4.1.19",
"babel-plugin-styled-components": "^1.10.6", "babel-plugin-styled-components": "^1.10.6",