mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(immer): fix security issue (#2228)
This commit is contained in:
parent
19960f6d96
commit
fa04478ab2
@ -251,15 +251,15 @@
|
||||
"vitest": "^0.34.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"immer": ">=9.0",
|
||||
"@types/react": ">=16.8",
|
||||
"immer": ">=9.0.6",
|
||||
"react": ">=16.8"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"immer": {
|
||||
"@types/react": {
|
||||
"optional": true
|
||||
},
|
||||
"@types/react": {
|
||||
"immer": {
|
||||
"optional": true
|
||||
},
|
||||
"react": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user