Skip to content

Commit f820265

Browse files
fix(web): breaking examples - richsnippets | streaming
1 parent 7e44127 commit f820265

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/web/examples/RichSnippets/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"license": "Apache-2.0",
77
"dependencies": {
88
"@appbaseio/reactivesearch": "4.0.0-rc.1",
9-
"react": "^17.0.0",
10-
"react-dom": "^17.0.0",
11-
"react-scripts": "3.0.1"
9+
"react": "^18.2.0",
10+
"react-dom": "^18.2.0",
11+
"react-scripts": "5.0.1"
1212
},
1313
"scripts": {
1414
"start": "react-scripts start",

packages/web/examples/withStreaming/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"dependencies": {
88
"@appbaseio/reactivesearch": "4.0.0-rc.1",
99
"appbase-js": "^4.0.2-beta.11",
10-
"react": "^17.0.0",
11-
"react-dom": "^17.0.0",
12-
"react-scripts": "3.0.1"
10+
"react": "^18.2.0",
11+
"react-dom": "^18.2.0",
12+
"react-scripts": "5.0.1"
1313
},
1414
"scripts": {
1515
"start": "react-scripts start",

0 commit comments

Comments
 (0)