Skip to content

Commit

Permalink
Update package.json with React 18 peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespierce-rg authored Nov 29, 2023
1 parent b8faaa0 commit 3c2a2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radium",
"version": "0.26.2",
"version": "0.26.3",
"description": "A set of tools to manage inline styles on React elements",
"main": "index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
"webpack": "^3.10.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/node": "^7.0.0",
Expand Down

0 comments on commit 3c2a2fe

Please sign in to comment.