diff --git a/examples/using-gatsby-without-graphql/package.json b/examples/using-gatsby-without-graphql/package.json old mode 100755 new mode 100644 index 75b0b134035e0..e6731f87b2463 --- a/examples/using-gatsby-without-graphql/package.json +++ b/examples/using-gatsby-without-graphql/package.json @@ -9,8 +9,8 @@ "serve": "gatsby serve" }, "dependencies": { - "axios": "^0.19.0", - "gatsby": "^2.0.0", + "axios": "^1.6.4", + "gatsby": "^4.0.0", "react": "^16.5.1", "react-dom": "^16.5.1" },