Skip to content

Commit

Permalink
missing dependencies in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed May 21, 2024
1 parent 5877a60 commit eab8692
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/01_atomWithImmer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"dependencies": {
"immer": "latest",
"jotai": "latest",
"jotai-immer": "latest",
"react": "latest",
"react-dom": "latest"
Expand Down
1 change: 1 addition & 0 deletions examples/02_withImmer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"dependencies": {
"immer": "latest",
"jotai": "latest",
"jotai-immer": "latest",
"react": "latest",
"react-dom": "latest"
Expand Down
1 change: 1 addition & 0 deletions examples/03_useImmerAtom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"dependencies": {
"immer": "latest",
"jotai": "latest",
"jotai-immer": "latest",
"react": "latest",
"react-dom": "latest"
Expand Down
1 change: 1 addition & 0 deletions examples/04_useSetImmerAtom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"dependencies": {
"immer": "latest",
"jotai": "latest",
"jotai-immer": "latest",
"react": "latest",
"react-dom": "latest"
Expand Down

0 comments on commit eab8692

Please sign in to comment.