chore(deps): bump react-perfect-scrollbar to 1.5.8

This commit is contained in:
Jean-Philippe Sirois
2020-03-10 22:40:20 -04:00
parent 6dbe28eac3
commit 92772fba2f
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -16519,11 +16519,11 @@
} }
}, },
"react-perfect-scrollbar": { "react-perfect-scrollbar": {
"version": "1.5.3", "version": "1.5.8",
"resolved": "https://registry.npmjs.org/react-perfect-scrollbar/-/react-perfect-scrollbar-1.5.3.tgz", "resolved": "https://registry.npmjs.org/react-perfect-scrollbar/-/react-perfect-scrollbar-1.5.8.tgz",
"integrity": "sha512-2fVqbDJgOb1siCCJozGbv22cAHnh6TI9HFHRpM0lBJTPPM0ajgmsU75mBnI3k0ndryo+JiwUbLKACrurx1BjBw==", "integrity": "sha512-bQ46m70gp/HJtiBOF3gRzBISSZn8FFGNxznTdmTG8AAwpxG1bJCyn7shrgjEvGSQ5FJEafVEiosY+ccER11OSA==",
"requires": { "requires": {
"perfect-scrollbar": "^1.4.0", "perfect-scrollbar": "^1.5.0",
"prop-types": "^15.6.1" "prop-types": "^15.6.1"
} }
}, },
+1 -1
View File
@@ -53,7 +53,7 @@
"react-helmet": "^5.2.1", "react-helmet": "^5.2.1",
"react-highlight": "^0.12.0", "react-highlight": "^0.12.0",
"react-particles-js": "^2.7.1", "react-particles-js": "^2.7.1",
"react-perfect-scrollbar": "^1.5.3", "react-perfect-scrollbar": "^1.5.8",
"styled-components": "^5.0.0", "styled-components": "^5.0.0",
"typescript": "^3.7.5" "typescript": "^3.7.5"
}, },