chore: ignore all csv files

This commit is contained in:
barsa 2026-02-03 18:32:16 +09:00
parent 7659f0d3ac
commit b957877c6f
5 changed files with 1204 additions and 1338 deletions

2
.gitignore vendored
View File

@ -167,4 +167,4 @@ security-report.json
audit-report.json
outdated-report.txt
# Test artifacts
apps/bff/sim-api-test-log.csv
*.csv

View File

@ -34,39 +34,39 @@
"dependencies": {
"@customer-portal/domain": "workspace:*",
"@nestjs/bullmq": "^11.0.4",
"@nestjs/common": "^11.1.9",
"@nestjs/common": "^11.1.12",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.9",
"@nestjs/platform-express": "^11.1.9",
"@nestjs/core": "^11.1.12",
"@nestjs/platform-express": "^11.1.12",
"@nestjs/schedule": "^6.1.0",
"@nestjs/swagger": "^11.2.3",
"@prisma/adapter-pg": "^7.1.0",
"@prisma/client": "^7.1.0",
"@nestjs/swagger": "^11.2.5",
"@prisma/adapter-pg": "^7.3.0",
"@prisma/client": "^7.3.0",
"@sendgrid/mail": "^8.1.6",
"argon2": "^0.44.0",
"bullmq": "^5.65.1",
"bullmq": "^5.67.2",
"cookie-parser": "^1.4.7",
"helmet": "^8.1.0",
"ioredis": "^5.8.2",
"jose": "^6.0.11",
"jsforce": "^3.10.10",
"ioredis": "^5.9.2",
"jose": "^6.1.3",
"jsforce": "^3.10.13",
"nestjs-pino": "^4.5.0",
"nestjs-zod": "^5.0.1",
"p-queue": "^9.0.1",
"pg": "^8.16.3",
"nestjs-zod": "^5.1.1",
"p-queue": "^9.1.0",
"pg": "^8.18.0",
"pino-http": "^11.0.0",
"prisma": "^7.1.0",
"rate-limiter-flexible": "^9.0.0",
"prisma": "^7.3.0",
"rate-limiter-flexible": "^9.1.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"salesforce-pubsub-api-client": "^5.5.1",
"salesforce-pubsub-api-client": "^5.5.2",
"ssh2-sftp-client": "^12.0.1",
"zod": "catalog:"
},
"devDependencies": {
"@nestjs/cli": "^11.0.14",
"@nestjs/cli": "^11.0.16",
"@nestjs/schematics": "^11.0.9",
"@nestjs/testing": "^11.1.9",
"@nestjs/testing": "^11.1.12",
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.6",
"@types/pg": "^8.16.0",

View File

@ -20,7 +20,7 @@
"dependencies": {
"@customer-portal/domain": "workspace:*",
"@heroicons/react": "^2.2.0",
"@tanstack/react-query": "^5.90.14",
"@tanstack/react-query": "^5.90.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.5.1",
@ -30,14 +30,14 @@
"react-dom": "19.2.3",
"tailwind-merge": "^3.4.0",
"world-countries": "^5.1.0",
"zod": "^4.2.1",
"zustand": "^5.0.9"
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@next/bundle-analyzer": "^16.1.1",
"@next/bundle-analyzer": "^16.1.6",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-query-devtools": "^5.91.2",
"@types/react": "^19.2.7",
"@tanstack/react-query-devtools": "^5.91.3",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",

View File

@ -59,24 +59,24 @@
"plesk:images": "bash ./scripts/plesk/build-images.sh"
},
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@eslint/js": "^9.39.2",
"@next/eslint-plugin-next": "16.0.9",
"@types/node": "catalog:",
"eslint": "^9.39.2",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-sonarjs": "^3.0.5",
"eslint-plugin-sonarjs": "^3.0.6",
"eslint-plugin-unicorn": "^62.0.0",
"globals": "^16.5.0",
"husky": "^9.1.7",
"knip": "^5.81.0",
"knip": "^5.83.0",
"lint-staged": "^16.2.7",
"prettier": "^3.7.4",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "catalog:",
"typescript-eslint": "^8.49.0"
"typescript-eslint": "^8.54.0"
},
"pnpm": {
"overrides": {

2480
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff