chore: remove duplicate dependencies/devDependencies entries
Remove duplicated entries that appeared in both dependencies and devDependencies across 10 packages. Also remove zod entirely from core-compat-api as it is unused. Signed-off-by: Fredrik Adelöw <freben@spotify.com> Made-with: Cursor
This commit is contained in:
@@ -53,8 +53,7 @@
|
||||
"@types/react": "^18.0.0",
|
||||
"react": "^18.0.2",
|
||||
"react-dom": "^18.0.2",
|
||||
"react-router-dom": "^6.30.2",
|
||||
"zod": "^3.25.76 || ^4.0.0"
|
||||
"react-router-dom": "^6.30.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^17.0.0 || ^18.0.0",
|
||||
|
||||
Reference in New Issue
Block a user