Skip to content

Commit 346af4c

Browse files
Merge pull request #230 from danielbayerlein/dependabot/npm_and_yarn/babel-plugin-styled-components-1.11.1
Bump babel-plugin-styled-components from 1.10.7 to 1.11.1
2 parents ebf941b + f26141c commit 346af4c

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/danielbayerlein/dashboard#readme",
2828
"dependencies": {
29-
"babel-plugin-styled-components": "^1.10.7",
29+
"babel-plugin-styled-components": "^1.11.1",
3030
"dotenv-webpack": "^2.0.0",
3131
"isomorphic-unfetch": "^3.0.0",
3232
"js-base64": "^3.4.1",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -310,14 +310,7 @@
310310
dependencies:
311311
"@babel/types" "^7.8.3"
312312

313-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.7.0", "@babel/helper-module-imports@^7.7.4":
314-
version "7.7.4"
315-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.7.4.tgz#e5a92529f8888bf319a6376abfbd1cebc491ad91"
316-
integrity sha512-dGcrX6K9l8258WFjyDLJwuVKxR4XZfU0/vTUgOQYWEnRD8mgr+p4d6fCUMq/ys0h4CCt/S5JhbvtyErjWouAUQ==
317-
dependencies:
318-
"@babel/types" "^7.7.4"
319-
320-
"@babel/helper-module-imports@^7.8.3":
313+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.7.0", "@babel/helper-module-imports@^7.7.4", "@babel/helper-module-imports@^7.8.3":
321314
version "7.8.3"
322315
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
323316
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
@@ -1896,10 +1889,10 @@ babel-plugin-dynamic-import-node@^2.3.0:
18961889
dependencies:
18971890
object.assign "^4.1.0"
18981891

1899-
"babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.10.7:
1900-
version "1.10.7"
1901-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.7.tgz#3494e77914e9989b33cc2d7b3b29527a949d635c"
1902-
integrity sha512-MBMHGcIA22996n9hZRf/UJLVVgkEOITuR2SvjHLb5dSTUyR4ZRGn+ngITapes36FI3WLxZHfRhkA1ffHxihOrg==
1892+
"babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.11.1:
1893+
version "1.11.1"
1894+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.11.1.tgz#5296a9e557d736c3186be079fff27c6665d63d76"
1895+
integrity sha512-YwrInHyKUk1PU3avIRdiLyCpM++18Rs1NgyMXEAQC33rIXs/vro0A+stf4sT0Gf22Got+xRWB8Cm0tw+qkRzBA==
19031896
dependencies:
19041897
"@babel/helper-annotate-as-pure" "^7.0.0"
19051898
"@babel/helper-module-imports" "^7.0.0"

0 commit comments

Comments
 (0)