Skip to content

Commit 0dfc8e8

Browse files
chore(deps): update gatsby monorepo (#186)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent a134e1f commit 0dfc8e8

File tree

3 files changed

+253
-221
lines changed

3 files changed

+253
-221
lines changed

demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"dependencies": {
1212
"@mdx-js/mdx": "1.6.22",
1313
"@mdx-js/react": "1.6.22",
14-
"gatsby": "3.1.2",
15-
"gatsby-plugin-image": "1.1.0",
16-
"gatsby-plugin-mdx": "2.1.0",
17-
"gatsby-plugin-postcss": "4.1.0",
18-
"gatsby-plugin-sharp": "3.1.2",
14+
"gatsby": "3.4.1",
15+
"gatsby-plugin-image": "1.4.0",
16+
"gatsby-plugin-mdx": "2.4.0",
17+
"gatsby-plugin-postcss": "4.4.0",
18+
"gatsby-plugin-sharp": "3.4.1",
1919
"gatsby-source-graphcms": "2.0.0",
2020
"react": "17.0.2",
2121
"react-dom": "17.0.2"
2222
},
2323
"devDependencies": {
24-
"babel-preset-gatsby": "1.1.0",
24+
"babel-preset-gatsby": "1.4.0",
2525
"postcss-preset-env": "6.7.0",
2626
"tailwindcss": "1.9.6"
2727
}

gatsby-source-graphcms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"dependencies": {
1919
"@babel/runtime": "7.12.5",
20-
"gatsby-core-utils": "2.1.0",
20+
"gatsby-core-utils": "2.4.0",
2121
"gatsby-graphql-source-toolkit": "0.6.3",
2222
"gatsby-source-filesystem": "2.11.1",
2323
"he": "1.2.0",
@@ -30,6 +30,6 @@
3030
"@babel/preset-env": "7.12.11"
3131
},
3232
"peerDependencies": {
33-
"gatsby-plugin-image": "1.1.0"
33+
"gatsby-plugin-image": "1.4.0"
3434
}
3535
}

0 commit comments

Comments
 (0)