Skip to content

Commit

Permalink
chore(immer): fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jontii committed Dec 5, 2023
1 parent 50a8677 commit 85512b0
Show file tree
Hide file tree
Showing 2 changed files with 7,684 additions and 5,037 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
Loading

0 comments on commit 85512b0

Please sign in to comment.