Skip to content

Commit

Permalink
feat: Add gatsby v4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Nov 16, 2021
1 parent f49dca5 commit b9ddd06
Show file tree
Hide file tree
Showing 4 changed files with 2,234 additions and 1,698 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/development-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@testing-library/cypress": "^8.0.0",
"cross-env": "^7.0.3",
"cypress": "^8.2.0",
"gatsby-cypress": "^1.11.0",
"cypress": "^9.0.0",
"gatsby-cypress": "^2.2.0",
"start-server-and-test": "^1.9.1"
}
}
4 changes: 2 additions & 2 deletions e2e-tests/production-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@testing-library/cypress": "^8.0.0",
"cypress": "^8.2.0",
"gatsby-cypress": "^1.11.0",
"cypress": "^9.0.0",
"gatsby-cypress": "^2.2.0",
"start-server-and-test": "^1.9.1"
}
}
4 changes: 2 additions & 2 deletions gatsby-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
},
"peerDependencies": {
"@emotion/react": "^11.4.0",
"gatsby": "^3.0.0"
"gatsby": "^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@emotion/react": "^11.4.0",
"babel-preset-gatsby-package": "^1.0.0",
"babel-preset-gatsby-package": "^2.2.0",
"cross-env": "^7.0.3"
}
}
Loading

0 comments on commit b9ddd06

Please sign in to comment.