mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
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:
parent
45494e31e8
commit
a6ff394f7c
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user