mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #265 from brianlovin/depfu/update/npm/styled-components-4.3.2
Update styled-components: 4.3.1 → 4.3.2 (patch)
This commit is contained in:
commit
757f9e1bb6
2 changed files with 10 additions and 8 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -9734,12 +9734,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",
|
||||
|
|
|
|||
|
|
@ -24,8 +24,9 @@
|
|||
"react": "^16.8.0-alpha.0",
|
||||
"react-clipboard.js": "^2.0.12",
|
||||
"react-dom": "^16.8.0-alpha.0",
|
||||
"react-markdown": "^4.0.8",
|
||||
"styled-components": "^4.3.2",
|
||||
"react-markdown": "^4.0.9",
|
||||
"styled-components": "^4.3.1",
|
||||
"throttle-debounce": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue