Merged in chore/cleanup-after-trpc-migration (pull request #2457)
Chore/cleanup after trpc migration * Clean up TODOs * Rename REDEMPTION constant to SEARCH_TYPE_REDEMPTION * Update dependencies Remove unused deps from scandic-web Add missing deps to trpc package * Update self-referencing imports * Remove unused variables from scandic-web env * Fix missing graphql-tag package * Actually fix * Remove unused env var Approved-by: Christian Andolf Approved-by: Linus Flood
This commit is contained in:
@@ -36,9 +36,9 @@
|
||||
"./utils/*": "./lib/utils/*.ts",
|
||||
"./cms/*": "./lib/services/cms/*.ts",
|
||||
"./previewContext": "./lib/previewContext.ts",
|
||||
"./FIX-BELOW": "./unused",
|
||||
"./jwt.d.ts": "./jwt.d.ts",
|
||||
"./auth.d.ts": "./auth.d.ts",
|
||||
"./TODO-REMOVE-BELOW": "./remove-when-current-web-is-gone",
|
||||
"./graphql/Query/Current/CurrentBlockPage.graphql": "./lib/graphql/Query/Current/CurrentBlockPage.graphql",
|
||||
"./graphql/Query/Current/CurrentBlockPageTrackingData.graphql": "./lib/graphql/Query/Current/CurrentBlockPageTrackingData.graphql"
|
||||
},
|
||||
@@ -53,11 +53,13 @@
|
||||
"fuse.js": "^7.1.0",
|
||||
"graphql": "^16.11.0",
|
||||
"graphql-request": "^7.1.2",
|
||||
"graphql-tag": "^2.12.6",
|
||||
"json-stable-stringify-without-jsonify": "^1.0.1",
|
||||
"next-auth": "5.0.0-beta.27",
|
||||
"server-only": "^0.0.1",
|
||||
"slugify": "^1.6.6",
|
||||
"superjson": "^2.2.2",
|
||||
"uuid": "^11.1.0",
|
||||
"zod": "^3.24.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user