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:
Fredrik Adelöw
2026-04-16 10:43:07 +02:00
parent ead0ca27e5
commit 744fa1fb8b
12 changed files with 14 additions and 48 deletions
+1 -2
View File
@@ -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",