Skip to content

Commit 2416b32

Browse files
authored
Update gatsby-(plugin/transformer)-sharp (#2533)
This fixes a build error that occurred during `yarn install`. See #2532.
1 parent 4be3391 commit 2416b32

File tree

3 files changed

+805
-294
lines changed

3 files changed

+805
-294
lines changed

site/README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ All of the docs live in the `docs` in the root of this repository. They are in [
77
```yaml
88
title: 'Some Title'
99
---
10-
1110
```
1211

1312
### Code Blocks
1413

15-
When the langauge is `jsx` and the the code block has a `// @live` comment, it will have a preview next to it. Most of the Emotion packages can be imported and there is a `render` function that accepts a react element and will render into the preview next to it.
14+
When the langauge is `jsx` and the code block has a `// @live` comment, it will have a preview next to it. Most of the Emotion packages can be imported and there is a `render` function that accepts a react element and will render into the preview next to it.
1615

1716
```md
1817
\`\`\`jsx
@@ -25,15 +24,3 @@ render('some react element')
2524
### Links
2625

2726
All links to other pages on the docs should be linked to with `https://emotion.sh/docs/doc-name`, these links are transformed so they are local links.
28-
29-
```
30-
31-
```
32-
33-
```
34-
35-
```
36-
37-
```
38-
39-
```

site/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"gatsby-plugin-mdx": "^1.10.1",
2121
"gatsby-plugin-netlify": "^2.11.1",
2222
"gatsby-plugin-react-helmet": "^3.1.2",
23-
"gatsby-plugin-sharp": "^2.2.9",
23+
"gatsby-plugin-sharp": "^2.14.4",
2424
"gatsby-plugin-sitemap": "^2.2.3",
2525
"gatsby-remark-autolink-headers": "^2.1.3",
2626
"gatsby-remark-images": "^3.1.7",
2727
"gatsby-remark-prismjs": "^3.3.3",
2828
"gatsby-remark-smartypants": "^2.1.2",
2929
"gatsby-source-filesystem": "^2.1.6",
3030
"gatsby-transformer-remark": "^2.6.9",
31-
"gatsby-transformer-sharp": "^2.2.4",
31+
"gatsby-transformer-sharp": "^2.12.1",
3232
"graphql-type-json": "^0.2.4",
3333
"normalize.css": "^8.0.0",
3434
"open-color": "^1.5.1",

0 commit comments

Comments
 (0)