chore(immer): fix security issue (#2228)

This commit is contained in:
Jonathan Bodling 2023-12-10 00:31:43 +01:00 committed by GitHub
parent 19960f6d96
commit fa04478ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 305 additions and 296 deletions

View File

@ -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": {

595
yarn.lock

File diff suppressed because it is too large Load Diff