Skip to content

Commit

Permalink
Revert "[C-5342] Upgrade react-native to 0.75 (#10301)" (#10497)
Browse files Browse the repository at this point in the history
Co-authored-by: Dharit Tantiviramanond <[email protected]>
  • Loading branch information
amendelsohn and dharit-tan authored Nov 22, 2024
1 parent f5f7a1a commit 80c700e
Show file tree
Hide file tree
Showing 36 changed files with 1,409 additions and 1,584 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"docusaurus-plugin-openapi-docs": "^4.2.0",
"docusaurus-theme-openapi-docs": "^4.2.0",
"prism-react-renderer": "2.3.0",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "18.0.0",
"react-dom": "18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.5.2",
Expand Down
8 changes: 4 additions & 4 deletions monitoring/healthz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"ethers": "^6.8.1",
"hashids": "^2.2.10",
"http-server": "^14.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-to-table": "^0.1.7",
"react-router-dom": "^6.3.0",
"react-select": "5.8.0",
Expand All @@ -29,8 +29,8 @@
"devDependencies": {
"@cloudflare/workers-types": "^3.14.1",
"@tailwindcss/forms": "^0.5.6",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.30",
Expand Down
Loading

0 comments on commit 80c700e

Please sign in to comment.