Skip to content

Commit

Permalink
add peerDep change
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Nov 9, 2022
1 parent 5cba456 commit ad89ebf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit ad89ebf

Please sign in to comment.