Skip to content

Commit

Permalink
add react-error-boundary in examples package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed May 17, 2022
1 parent 9ef25bf commit 75306a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/01_minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dependencies": {
"react": "latest",
"react-dom": "latest",
"react-error-boundary": "latest",
"react-hooks-fetch": "latest",
"react-scripts": "latest"
},
Expand Down
1 change: 1 addition & 0 deletions examples/02_typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@types/react-dom": "latest",
"react": "latest",
"react-dom": "latest",
"react-error-boundary": "latest",
"react-hooks-fetch": "latest",
"react-scripts": "latest",
"typescript": "latest"
Expand Down
1 change: 1 addition & 0 deletions examples/03_noinit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@types/react-dom": "latest",
"react": "latest",
"react-dom": "latest",
"react-error-boundary": "latest",
"react-hooks-fetch": "latest",
"react-scripts": "latest",
"typescript": "latest"
Expand Down

0 comments on commit 75306a7

Please sign in to comment.