Skip to content

Commit 75306a7

Browse files
committed
add react-error-boundary in examples package.json
1 parent 9ef25bf commit 75306a7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/01_minimal/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"dependencies": {
66
"react": "latest",
77
"react-dom": "latest",
8+
"react-error-boundary": "latest",
89
"react-hooks-fetch": "latest",
910
"react-scripts": "latest"
1011
},

examples/02_typescript/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@types/react-dom": "latest",
88
"react": "latest",
99
"react-dom": "latest",
10+
"react-error-boundary": "latest",
1011
"react-hooks-fetch": "latest",
1112
"react-scripts": "latest",
1213
"typescript": "latest"

examples/03_noinit/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@types/react-dom": "latest",
88
"react": "latest",
99
"react-dom": "latest",
10+
"react-error-boundary": "latest",
1011
"react-hooks-fetch": "latest",
1112
"react-scripts": "latest",
1213
"typescript": "latest"

0 commit comments

Comments
 (0)