Skip to content

Commit

Permalink
Merge pull request #2358 from LekoArts/gatsby-5-peerdeps
Browse files Browse the repository at this point in the history
chore: Add Gatsby 5 to peerDependencies
  • Loading branch information
hasparus committed Nov 10, 2022
2 parents ac6d70d + b8dae37 commit 2ea514d
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"allowedVersions": {
"react": "18",
"eslint": "8",
"gatsby": "4",
"gatsby": "^4 || ^5",
"@types/jest": "29"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-theme-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@emotion/react": "^11",
"@theme-ui/mdx": "workspace:^",
"@theme-ui/css": "workspace:^",
"gatsby": "^4",
"gatsby": "^4 || ^5",
"react": ">=18",
"theme-ui": "workspace:^",
"@mdx-js/react": "^1 || ^2"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-style-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"theme-ui": "workspace:^"
},
"peerDependencies": {
"gatsby": "^4",
"gatsby": "^4 || ^5",
"react": ">=18",
"react-dom": ">=18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-ui-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/gatsby-theme-ui-layout.cjs.js",
"repository": "system-ui/theme-ui",
"peerDependencies": {
"gatsby": "^4",
"gatsby": "^4 || ^5",
"react": ">=18",
"react-dom": ">=18"
},
Expand Down
84 changes: 52 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ea514d

Please sign in to comment.