Remove React and React-DOM dependencies from package.json and pnpm-lock.yaml

- Deleted React and React-DOM version specifications from package.json.
- Updated pnpm-lock.yaml to remove references to React and React-DOM, ensuring a clean dependency list.
This commit is contained in:
mantrakp04 2026-04-29 09:48:13 -07:00
parent 45494e31e8
commit a6ff394f7c
2 changed files with 0 additions and 8 deletions

View File

@ -98,8 +98,6 @@
"eslint-plugin-react": "^7.37.2",
"jsdom": "^24.1.3",
"only-allow": "^1.2.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"rimraf": "^5.0.10",
"tsdown": "^0.20.3",
"turbo": "^2.8.15",

View File

@ -87,12 +87,6 @@ importers:
only-allow:
specifier: ^1.2.1
version: 1.2.1
react:
specifier: 19.2.3
version: 19.2.3
react-dom:
specifier: 19.2.3
version: 19.2.3(react@19.2.3)
rimraf:
specifier: ^5.0.10
version: 5.0.10