Skip to content

Commit

Permalink
fix: frontend react version (#1767)
Browse files Browse the repository at this point in the history
* Upgrade react and react-dom in frontend
  • Loading branch information
ryscheng authored Jul 11, 2024
1 parent b3b2bd0 commit 953e123
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 335 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@docusaurus/theme-common": "3.1.1",
"@laxels/docusaurus-plugin-segment": "^1.0.6",
"@mdx-js/react": "^3.0.0",
"@plasmicapp/react-web": "^0.2.341",
"@plasmicapp/react-web": "^0.2.343",
"clsx": "^2.1.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/plasmic.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{
"assetId": "2CtczDeUz9jL9qnFi6NWuQ",
"type": "projectCss",
"checksum": "ca22df23535ee01348fd2e1587fefcbb"
"checksum": "fb9ec7d982cabcf310fdbed935cf6a98"
}
],
"codegenVersion": "0.0.1"
Expand Down
8 changes: 4 additions & 4 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"next": "^14.2.2",
"qs": "^6.11.2",
"random-words": "^2.0.0",
"react": "^18",
"react-dom": "^18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-instantsearch": "^7.5.3",
"react-instantsearch-nextjs": "^0.1.10",
"react-use": "^17.5.0",
Expand All @@ -76,8 +76,8 @@
"@types/node": "^20",
"@types/papaparse": "^5.3.14",
"@types/qs": "^6.9.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.19.1",
Expand Down
Loading

0 comments on commit 953e123

Please sign in to comment.