Merged in fix/redis-api-package-mismatch (pull request #3278)
Fix/redis api package mismatch * Migrate scandic-web * Migrate partner-sas * Enable any rule in partner-sas * fix: redis-api package version mismatch * Merge branch 'master' of bitbucket.org:scandic-swap/web into fix/redis-api-package-mismatch Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -5,20 +5,21 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "bun --watch src/index.ts | pino-pretty -o '{if module}[{module}] {end}{msg}' -i pid,hostname",
|
||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 && tsc",
|
||||
"lint:fix": "eslint . --ext ts,tsx --fix --report-unused-disable-directives --max-warnings 0 && tsc",
|
||||
"check-types": "tsgo --noEmit",
|
||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 && tsgo --noEmit",
|
||||
"lint:fix": "eslint . --ext ts,tsx --fix --report-unused-disable-directives --max-warnings 0 && tsgo --noEmit",
|
||||
"format": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@elysiajs/server-timing": "^1.3.0",
|
||||
"@elysiajs/swagger": "^1.3.0",
|
||||
"@sentry/bun": "^9.15.0",
|
||||
"@sentry/tracing": "^7.120.3",
|
||||
"@elysiajs/server-timing": "~1.3.0",
|
||||
"@elysiajs/swagger": "~1.3.0",
|
||||
"@sentry/bun": "~9.15.0",
|
||||
"@sentry/tracing": "~7.120.3",
|
||||
"@t3-oss/env-core": "^0.13.0",
|
||||
"bullmq": "^5.54.3",
|
||||
"elysia": "^1.3.0",
|
||||
"ioredis": "^5.6.1",
|
||||
"pino": "^9.6.0"
|
||||
"bullmq": "5.54.3",
|
||||
"elysia": "~1.3.0",
|
||||
"ioredis": "5.8.2",
|
||||
"pino": "~9.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
|
||||
Reference in New Issue
Block a user