Skip to content

Commit 33a648b

Browse files
authored
deps: update react to fix Can't resolve 'react/jsx-dev-runtime' error (#7551)
1 parent 3cc0182 commit 33a648b

File tree

1 file changed

+2
-2
lines changed
  • javascriptv3/example_code/cross-services/textract-react

1 file changed

+2
-2
lines changed

javascriptv3/example_code/cross-services/textract-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@aws-sdk/client-textract": "^3.9.0",
1212
"@aws-sdk/credential-provider-cognito-identity": "^3.9.0",
1313
"bootstrap": "^5.0.0-beta3",
14-
"react": "^17.0.2",
15-
"react-dom": "^17.0.2",
14+
"react": "^18.3.1",
15+
"react-dom": "^18.3.1",
1616
"react-scripts": "5.0.0",
1717
"web-vitals": "^1.1.1"
1818
},

0 commit comments

Comments
 (0)