format files

This commit is contained in:
Amruth Pillai
2024-01-21 10:44:22 +01:00
parent 0590367b7f
commit 1aaaaeca20
12 changed files with 281 additions and 304 deletions

View File

@ -5,14 +5,14 @@
"esModuleInterop": false, "esModuleInterop": false,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"strict": true, "strict": true,
"types": ["vite/client"] "types": ["vite/client"],
}, },
"files": [], "files": [],
"include": [], "include": [],
"references": [ "references": [
{ {
"path": "./tsconfig.app.json" "path": "./tsconfig.app.json",
} },
], ],
"extends": "../../tsconfig.base.json" "extends": "../../tsconfig.base.json",
} }

View File

@ -78,4 +78,3 @@
}, },
"tags": ["frontend"] "tags": ["frontend"]
} }

View File

@ -5,17 +5,17 @@
"esModuleInterop": false, "esModuleInterop": false,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"strict": true, "strict": true,
"types": ["vite/client", "vitest"] "types": ["vite/client", "vitest"],
}, },
"files": [], "files": [],
"include": [], "include": [],
"references": [ "references": [
{ {
"path": "./tsconfig.app.json" "path": "./tsconfig.app.json",
}, },
{ {
"path": "./tsconfig.spec.json" "path": "./tsconfig.spec.json",
} },
], ],
"extends": "../../tsconfig.base.json" "extends": "../../tsconfig.base.json",
} }

View File

@ -4,13 +4,13 @@
"include": [], "include": [],
"references": [ "references": [
{ {
"path": "./tsconfig.app.json" "path": "./tsconfig.app.json",
}, },
{ {
"path": "./tsconfig.spec.json" "path": "./tsconfig.spec.json",
} },
], ],
"compilerOptions": { "compilerOptions": {
"esModuleInterop": true "esModuleInterop": true,
} },
} }

View File

@ -7,16 +7,16 @@
"noImplicitOverride": true, "noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true, "noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"noFallthroughCasesInSwitch": true "noFallthroughCasesInSwitch": true,
}, },
"files": [], "files": [],
"include": [], "include": [],
"references": [ "references": [
{ {
"path": "./tsconfig.lib.json" "path": "./tsconfig.lib.json",
}, },
{ {
"path": "./tsconfig.spec.json" "path": "./tsconfig.spec.json",
} },
] ],
} }

View File

@ -5,17 +5,17 @@
"esModuleInterop": false, "esModuleInterop": false,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"strict": true, "strict": true,
"types": ["vite/client", "vitest"] "types": ["vite/client", "vitest"],
}, },
"files": [], "files": [],
"include": [], "include": [],
"references": [ "references": [
{ {
"path": "./tsconfig.lib.json" "path": "./tsconfig.lib.json",
}, },
{ {
"path": "./tsconfig.spec.json" "path": "./tsconfig.spec.json",
} },
], ],
"extends": "../../tsconfig.base.json" "extends": "../../tsconfig.base.json",
} }

View File

@ -7,16 +7,16 @@
"noImplicitOverride": true, "noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true, "noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"noFallthroughCasesInSwitch": true "noFallthroughCasesInSwitch": true,
}, },
"files": [], "files": [],
"include": [], "include": [],
"references": [ "references": [
{ {
"path": "./tsconfig.lib.json" "path": "./tsconfig.lib.json",
}, },
{ {
"path": "./tsconfig.spec.json" "path": "./tsconfig.spec.json",
} },
] ],
} }

View File

@ -7,16 +7,16 @@
"noImplicitOverride": true, "noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true, "noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"noFallthroughCasesInSwitch": true "noFallthroughCasesInSwitch": true,
}, },
"files": [], "files": [],
"include": [], "include": [],
"references": [ "references": [
{ {
"path": "./tsconfig.lib.json" "path": "./tsconfig.lib.json",
}, },
{ {
"path": "./tsconfig.spec.json" "path": "./tsconfig.spec.json",
} },
] ],
} }

View File

@ -5,17 +5,17 @@
"esModuleInterop": false, "esModuleInterop": false,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"strict": true, "strict": true,
"types": ["vite/client", "vitest"] "types": ["vite/client", "vitest"],
}, },
"files": [], "files": [],
"include": [], "include": [],
"references": [ "references": [
{ {
"path": "./tsconfig.lib.json" "path": "./tsconfig.lib.json",
}, },
{ {
"path": "./tsconfig.spec.json" "path": "./tsconfig.spec.json",
} },
], ],
"extends": "../../tsconfig.base.json" "extends": "../../tsconfig.base.json",
} }

View File

@ -8,16 +8,16 @@
"noImplicitOverride": true, "noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true, "noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"noFallthroughCasesInSwitch": true "noFallthroughCasesInSwitch": true,
}, },
"files": [], "files": [],
"include": [], "include": [],
"references": [ "references": [
{ {
"path": "./tsconfig.lib.json" "path": "./tsconfig.lib.json",
}, },
{ {
"path": "./tsconfig.spec.json" "path": "./tsconfig.spec.json",
} },
] ],
} }

View File

@ -49,11 +49,11 @@
"@nx/workspace": "17.2.8", "@nx/workspace": "17.2.8",
"@swc-node/register": "~1.6.8", "@swc-node/register": "~1.6.8",
"@swc/cli": "~0.1.63", "@swc/cli": "~0.1.63",
"@swc/core": "~1.3.104", "@swc/core": "~1.3.105",
"@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.10",
"@tanstack/eslint-plugin-query": "^5.17.7", "@tanstack/eslint-plugin-query": "^5.17.20",
"@testing-library/react": "14.1.2", "@testing-library/react": "14.1.2",
"@types/async-retry": "^1.4.8", "@types/async-retry": "^1.4.8",
"@types/bcryptjs": "^2.4.6", "@types/bcryptjs": "^2.4.6",
@ -108,7 +108,7 @@
"ts-jest": "^29.1.1", "ts-jest": "^29.1.1",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"typescript": "~5.3.3", "typescript": "~5.3.3",
"vite": "~5.0.11", "vite": "~5.0.12",
"vite-plugin-dts": "~3.7.1", "vite-plugin-dts": "~3.7.1",
"vitest": "~1.2.1" "vitest": "~1.2.1"
}, },
@ -162,11 +162,11 @@
"@radix-ui/react-toggle": "^1.0.3", "@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4", "@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7", "@radix-ui/react-tooltip": "^1.0.7",
"@sentry/node": "^7.93.0", "@sentry/node": "^7.94.1",
"@songkeys/nestjs-redis": "^10.0.0", "@songkeys/nestjs-redis": "^10.0.0",
"@songkeys/nestjs-redis-health": "^10.0.0", "@songkeys/nestjs-redis-health": "^10.0.0",
"@swc/helpers": "~0.5.3", "@swc/helpers": "~0.5.3",
"@tanstack/react-query": "^5.17.15", "@tanstack/react-query": "^5.17.19",
"@tiptap/extension-highlight": "2.1.16", "@tiptap/extension-highlight": "2.1.16",
"@tiptap/extension-image": "2.1.16", "@tiptap/extension-image": "2.1.16",
"@tiptap/extension-link": "2.1.16", "@tiptap/extension-link": "2.1.16",
@ -235,7 +235,7 @@
"zod": "^3.22.4", "zod": "^3.22.4",
"zod-to-json-schema": "^3.22.3", "zod-to-json-schema": "^3.22.3",
"zundo": "^2.0.3", "zundo": "^2.0.3",
"zustand": "^4.4.7" "zustand": "^4.5.0"
}, },
"packageManager": "pnpm@8.11.0", "packageManager": "pnpm@8.11.0",
"engines": { "engines": {

484
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff