Skip to content

Commit

Permalink
Update dependency gatsby-plugin-emotion to v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 5, 2020
1 parent 6ed263e commit 63282ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/testing-library__react-hooks": "3.2.0",
"docz": "2.3.1",
"emotion-theming": "10.0.27",
"gatsby-plugin-emotion": "4.2.2",
"gatsby-plugin-emotion": "4.3.1",
"jest": "25.4.0",
"react": "16.13.1",
"react-dom": "16.13.1",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,7 @@
dependencies:
regenerator-runtime "^0.13.2"

"@babel/runtime@^7.5.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
"@babel/runtime@^7.5.4", "@babel/runtime@^7.9.2":
version "7.9.2"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==
Expand All @@ -2400,6 +2400,13 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.9.6":
version "7.9.6"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/standalone@^7.4.5":
version "7.7.4"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.7.4.tgz#9adcda4b7c33627c65eacf87f5c1f950987294c2"
Expand Down Expand Up @@ -8156,12 +8163,12 @@ gatsby-plugin-compile-es6-packages@^2.0.0:
"@babel/runtime" "^7.0.0"
regex-escape "^3.4.8"

gatsby-plugin-emotion@4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.2.2.tgz#f2bc8665c6b24ca87ded883bbd91abbc436226d2"
integrity sha512-EbMmHRUi0q1C3XzXuQ4rUJt4L2kdJsd419iyXVniV9y8V82V5PFrr/FFMeo4ibCO3KxWqCELlpAvstW/Hkjy+w==
gatsby-plugin-emotion@4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.3.1.tgz#0485579a1f5ab4ddb563ee097d2f913c1bd9a606"
integrity sha512-DlQSRQ7TlwQxbuzcUzn97lyj11k2Osk0F5J4ntHm/op35daBI4bcfLbB3B6P86nSAfOZc9427d/Rz1tgtVYqjQ==
dependencies:
"@babel/runtime" "^7.8.7"
"@babel/runtime" "^7.9.6"
"@emotion/babel-preset-css-prop" "^10.0.27"

gatsby-plugin-emotion@^4.1.2:
Expand Down

0 comments on commit 63282ba

Please sign in to comment.