Skip to content

Commit

Permalink
Plat 206 open api documentation webs site performance issue (#548)
Browse files Browse the repository at this point in the history
* attempt to fix performance issue

* updated node version to 18 within validation and deploy workflow

* add react-dom to package.json

* downgrade react to version 17.0.2

---------

Co-authored-by: kfirm <[email protected]>
  • Loading branch information
kfirm and kfirm authored Nov 7, 2023
1 parent dbcb3f3 commit d533f05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"node": ">=12"
},
"dependencies": {
"react-dom": "^18.2.0"
"react": "17.0.2",
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2"
}
}

0 comments on commit d533f05

Please sign in to comment.