Update styled-components to version 4.3.2

This commit is contained in:
depfu[bot] 2019-06-22 05:11:02 +00:00
parent 4f0d8fba18
commit 316b1a3fec
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View file

@ -1718,9 +1718,9 @@
}
},
"@emotion/is-prop-valid": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.7.3.tgz",
"integrity": "sha512-uxJqm/sqwXw3YPA5GXX365OBcJGFtxUVkB6WyezqFHlNe9jqUWH5ur2O2M8dGBz61kn1g3ZBlzUunFQXQIClhA==",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.1.tgz",
"integrity": "sha512-Wtaek/KGUP+HusWIa8DqtOR6U/Tl+QIdVkfJQHV3IT6ZImnJwklP5UVVPKZvkfljeFk3Q45CAPJ5N10gJ5XoLA==",
"requires": {
"@emotion/memoize": "0.7.1"
}
@ -9563,12 +9563,13 @@
"dev": true
},
"styled-components": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-4.3.1.tgz",
"integrity": "sha512-04XKQFFSEx3qTeN5I4kiSeajrwG6juDMw2+vUgvfxeXFegE40TuPKS4fFey8RJP1Ii1AoVQVUOglrdUUey0ZHw==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-4.3.2.tgz",
"integrity": "sha512-NppHzIFavZ3TsIU3R1omtddJ0Bv1+j50AKh3ZWyXHuFvJq1I8qkQ5mZ7uQgD89Y8zJNx2qRo6RqAH1BmoVafHw==",
"requires": {
"@babel/helper-module-imports": "^7.0.0",
"@emotion/is-prop-valid": "^0.7.3",
"@babel/traverse": "^7.0.0",
"@emotion/is-prop-valid": "^0.8.1",
"@emotion/unitless": "^0.7.0",
"babel-plugin-styled-components": ">= 1",
"css-to-react-native": "^2.2.2",

View file

@ -25,7 +25,7 @@
"react-clipboard.js": "^2.0.12",
"react-dom": "^16.8.0-alpha.0",
"react-markdown": "^4.0.8",
"styled-components": "^4.3.1",
"styled-components": "^4.3.2",
"throttle-debounce": "^2.1.0"
},
"devDependencies": {