Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit c6ac596

Browse files
committed
example: update to gatsby v3.7
1 parent 65a6fbf commit c6ac596

File tree

3 files changed

+809
-164
lines changed

3 files changed

+809
-164
lines changed

example/gatsby-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = {
1010
flags: {
1111
DEV_SSR: false,
1212
FAST_DEV: true,
13-
FUNCTIONS: true,
1413
},
1514
plugins: [
1615
{

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"@vanilla-extract/css": "^1.0.0",
1010
"@vanilla-extract/webpack-plugin": "^1.0.1",
1111
"date-fns": "^2.22.1",
12-
"gatsby": "^3.6.2",
13-
"gatsby-plugin-gatsby-cloud": "^2.6.1",
14-
"gatsby-plugin-image": "^1.6.0",
12+
"gatsby": "^3.7.0",
13+
"gatsby-plugin-gatsby-cloud": "^2.7.0",
14+
"gatsby-plugin-image": "^1.7.0",
1515
"gatsby-plugin-react-helmet-async": "^1.2.0",
16-
"gatsby-plugin-sharp": "^3.6.0",
16+
"gatsby-plugin-sharp": "^3.7.0",
1717
"gatsby-source-tmdb": "^2.0.0",
18-
"gatsby-transformer-sharp": "^3.6.0",
18+
"gatsby-transformer-sharp": "^3.7.0",
1919
"node-fetch": "^2.6.1",
2020
"react": "^17.0.2",
2121
"react-content-loader": "^6.0.3",

0 commit comments

Comments
 (0)