chore(deps): bump styled-components to 5.0.1

This commit is contained in:
Jean-Philippe Sirois
2020-03-10 22:40:21 -04:00
parent 92772fba2f
commit a007a11f34
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -1302,9 +1302,9 @@
} }
}, },
"@emotion/is-prop-valid": { "@emotion/is-prop-valid": {
"version": "0.8.6", "version": "0.8.8",
"resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.6.tgz", "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz",
"integrity": "sha512-mnZMho3Sq8BfzkYYRVc8ilQTnc8U02Ytp6J1AwM6taQStZ3AhsEJBX2LzhA/LJirNCwM2VtHL3VFIZ+sNJUgUQ==", "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==",
"requires": { "requires": {
"@emotion/memoize": "0.7.4" "@emotion/memoize": "0.7.4"
} }
@@ -18713,9 +18713,9 @@
} }
}, },
"styled-components": { "styled-components": {
"version": "5.0.0", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.0.0.tgz", "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.0.1.tgz",
"integrity": "sha512-F7VhIXIbUXJ8KO3pU9wap2Hxdtqa6PZ1uHrx+YXTgRjyxGlwvBHb8LULXPabmDA+uEliTXRJM5WcZntJnKNn3g==", "integrity": "sha512-E0xKTRIjTs4DyvC1MHu/EcCXIj6+ENCP8hP01koyoADF++WdBUOrSGwU1scJRw7/YaYOhDvvoad6VlMG+0j53A==",
"requires": { "requires": {
"@babel/helper-module-imports": "^7.0.0", "@babel/helper-module-imports": "^7.0.0",
"@babel/traverse": "^7.4.5", "@babel/traverse": "^7.4.5",
+1 -1
View File
@@ -54,7 +54,7 @@
"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.8", "react-perfect-scrollbar": "^1.5.8",
"styled-components": "^5.0.0", "styled-components": "^5.0.1",
"typescript": "^3.7.5" "typescript": "^3.7.5"
}, },
"devDependencies": { "devDependencies": {