Skip to content

Commit

Permalink
fix(react): upgrade use-mutative to v1.2.0 and support react19
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Dec 11, 2024
1 parent f71b04f commit 8fd4131
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@
}
},
"peerDependencies": {
"@types/react": "^18.0 || ^17.0",
"@types/react": "^17.0 || ^18.0 || ^19.0",
"mutative": "^1.0",
"react": "^18.0 || ^17.0"
"react": "^17.0 || ^18.0 || ^19.0"
},
"dependencies": {
"use-mutative": "^1.1.8"
"use-mutative": "^1.2.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5483,10 +5483,10 @@ url-parse@^1.5.3:
querystringify "^2.1.1"
requires-port "^1.0.0"

use-mutative@^1.1.8:
version "1.1.8"
resolved "https://registry.yarnpkg.com/use-mutative/-/use-mutative-1.1.8.tgz#ffeb8feff652c344d3258fa0e22b736f8618bca1"
integrity sha512-kkgZN0E0xkE/YilwNixjzrY3dI/xSPKmleKyBO+G5AI3uQa5cXYhJnwe7vFkG7gP5pyM9JGIwMgoAZ0Pps9UxQ==
use-mutative@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/use-mutative/-/use-mutative-1.2.0.tgz#260fdaace917ab01789b5c3a9a32e526dc33e8da"
integrity sha512-pckbyvPjiL8+5zSx+YRzQjdJ+LAkX1k0zjStR5HRLJr1sWN29Iich2+fHa5TmlYjycE7sYU87TqqoMkiosr/2g==

util-deprecate@^1.0.1:
version "1.0.2"
Expand Down

0 comments on commit 8fd4131

Please sign in to comment.