Skip to content

Commit

Permalink
chore: allow React 18 in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Oct 26, 2022
1 parent 5f2b99c commit df5553f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "fix: update dependencies in @griffel/devtools",
"packageName": "@griffel/devtools",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: allow React 18 in peerDependencies",
"packageName": "@griffel/react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@griffel/react": "^1.4.1",
"js-beautify": "^1.14.0",
"prism-react-renderer": "1.2.1",
"react-dom": ">=16.8.0 <18.0.0",
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0",
"source-map-js": "1.0.2",
"stylis": "^4.0.13"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"react": ">=16.8.0 <18.0.0"
"react": ">=16.8.0 <19.0.0"
}
}

0 comments on commit df5553f

Please sign in to comment.