Skip to content

Commit

Permalink
fix: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 5, 2020
1 parent 907d9ef commit 0d9816d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-theme-ui-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-ui-preset#readme",
"dependencies": {
"@emotion/core": "^10.0.28",
"@mdx-js/react": "^1.5.7",
"@mdx-js/react": "^1.6.1",
"@theme-ui/prism": "^0.2.50",
"@theme-ui/typography": "^0.2.46",
"deepmerge": "^4.2.2",
Expand All @@ -31,7 +31,7 @@
},
"devDependencies": {
"gatsby": "^2.21.12",
"prettier": "2.0.4",
"prettier": "2.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-screenshot/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"chrome-aws-lambda": "^2.1.1",
"gatsby-core-utils": "^1.2.0",
"gatsby-core-utils": "^1.2.1",
"puppeteer-core": "^2.1.1"
},
"devDependencies": {
"aws-sdk": "^2.668.0"
"aws-sdk": "^2.669.0"
},
"keywords": [],
"engines": {
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3609,7 +3609,7 @@
unist-builder "2.0.3"
unist-util-visit "2.0.2"

"@mdx-js/react@^1.5.7", "@mdx-js/react@^1.6.1":
"@mdx-js/react@^1.6.1":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.1.tgz#46e56602c1f513452db2f1f4185f56dc60a4fcb7"
integrity sha512-jXBSWdWFPK2fs3johKb0hQFsf/x/C24XQYQwMhj8FxwlBgf7+NGATwXFs6pGkKd5/JfK9HXmbOcQ78MYoIZyxA==
Expand Down Expand Up @@ -19300,11 +19300,6 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

[email protected]:
version "2.0.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4.tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef"
integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==

[email protected], prettier@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
Expand Down

0 comments on commit 0d9816d

Please sign in to comment.