Skip to content

Commit

Permalink
chore(immer): fix security issue (#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jontii committed Dec 9, 2023
1 parent 19960f6 commit fa04478
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 308 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

1 comment on commit fa04478

@vercel
Copy link

@vercel vercel bot commented on fa04478 Dec 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.