Update babel-plugin-styled-components to version 1.10.1

This commit is contained in:
depfu[bot] 2019-06-18 06:02:42 +00:00
parent 085891a92e
commit 1a4dc8fe4f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -2456,14 +2456,14 @@
"integrity": "sha1-Lk57RJa5OmVKHIAEInbeTk7rIOM="
},
"babel-plugin-styled-components": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.0.tgz",
"integrity": "sha512-sQVKG8irFXx14ZfaK1bBePirfkacl3j8nZwSZK+ZjsbnadRHKQTbhXbe/RB1vT6Vgkz45E+V95LBq4KqdhZUNw==",
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.1.tgz",
"integrity": "sha512-F6R2TnPGNN6iuXCs0xQ+EsrunwNoWI55J5I8Pkd/+fzzbv1I4gFgTaZepMOVpLobYWU2XaLIm+73L0zD3CnOdQ==",
"requires": {
"@babel/helper-annotate-as-pure": "^7.0.0",
"@babel/helper-module-imports": "^7.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"lodash": "^4.17.10"
"lodash": "^4.17.11"
}
},
"babel-plugin-syntax-jsx": {

View file

@ -34,7 +34,7 @@
"@babel/preset-flow": "^7.0.0",
"@cypress/browserify-preprocessor": "^2.1.1",
"babel-eslint": "^10.0.1",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-styled-components": "^1.10.1",
"babel-plugin-transform-define": "^1.3.1",
"cypress": "^3.3.1",
"eslint": "^5.16.0",