chore(deps): bump styled-components to 5.1.0

This commit is contained in:
Jean-Philippe Sirois
2020-05-11 02:11:53 -04:00
parent ed472665ab
commit 1c9c4ed79a
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -22292,13 +22292,13 @@
} }
}, },
"styled-components": { "styled-components": {
"version": "5.0.1", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.0.1.tgz", "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.1.0.tgz",
"integrity": "sha512-E0xKTRIjTs4DyvC1MHu/EcCXIj6+ENCP8hP01koyoADF++WdBUOrSGwU1scJRw7/YaYOhDvvoad6VlMG+0j53A==", "integrity": "sha512-0Qs2wEkFBXHFlysz6CV831VG6HedcrFUwChjnWylNivsx14MtmqQsohi21rMHZxzuTba063dEyoe/SR6VGJI7Q==",
"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",
"@emotion/is-prop-valid": "^0.8.3", "@emotion/is-prop-valid": "^0.8.8",
"@emotion/stylis": "^0.8.4", "@emotion/stylis": "^0.8.4",
"@emotion/unitless": "^0.7.4", "@emotion/unitless": "^0.7.4",
"babel-plugin-styled-components": ">= 1", "babel-plugin-styled-components": ">= 1",
+1 -1
View File
@@ -55,7 +55,7 @@
"react-highlight": "^0.12.0", "react-highlight": "^0.12.0",
"react-particles-js": "^3.2.1", "react-particles-js": "^3.2.1",
"react-perfect-scrollbar": "^1.5.8", "react-perfect-scrollbar": "^1.5.8",
"styled-components": "^5.0.1", "styled-components": "^5.1.0",
"typescript": "^3.8.3" "typescript": "^3.8.3"
}, },
"devDependencies": { "devDependencies": {