Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent b019931 commit eda4eee
Show file tree
Hide file tree
Showing 5 changed files with 812 additions and 749 deletions.
2 changes: 1 addition & 1 deletion aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.70.0"
version = "5.71.0"
}
}

Expand Down
24 changes: 12 additions & 12 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"test:cov": "vitest run --coverage"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/client-ses": "^3.665.0",
"@aws-sdk/credential-provider-node": "^3.665.0",
"@aws-sdk/client-s3": "^3.670.0",
"@aws-sdk/client-ses": "^3.670.0",
"@aws-sdk/credential-provider-node": "^3.670.0",
"@nestjs-modules/mailer": "2.0.2",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.4.4",
Expand All @@ -27,12 +27,12 @@
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.4",
"@pepperize/cdk-ses-smtp-credentials": "^0.3.795",
"@prisma/client": "5.20.0",
"@prisma/client": "5.21.0",
"argon2": "^0.41.1",
"cache-manager": "^5.7.6",
"cache-manager-redis-yet": "^5.1.5",
"cookie-parser": "^1.4.6",
"express": "^4.21.0",
"cookie-parser": "^1.4.7",
"express": "^4.21.1",
"mime-types": "^2.1.35",
"nodemailer": "^6.9.15",
"passport-jwt": "^4.0.1",
Expand All @@ -47,26 +47,26 @@
"@nestjs/testing": "^10.4.4",
"@swc-node/register": "^1.10.9",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.26",
"@swc/core": "^1.7.36",
"@types/express": "^5.0.0",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@types/passport-jwt": "^4.0.1",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"prisma": "^5.20.0",
"prisma": "^5.21.0",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"swc-loader": "^0.2.6",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unplugin-swc": "^1.5.1",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
Expand Down
22 changes: 11 additions & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"format:check": "prettier --check ."
},
"dependencies": {
"@headlessui/react": "^2.1.9",
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-checkbox": "^1.1.2",
Expand All @@ -27,9 +27,9 @@
"@tanstack/react-table": "^8.20.5",
"embla-carousel-react": "^8.3.0",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.447.0",
"lucide-react": "^0.453.0",
"moment": "^2.30.1",
"next": "14.2.14",
"next": "14.2.15",
"next-auth": "^4.24.8",
"next-themes": "^0.3.0",
"react": "18.3.1",
Expand All @@ -38,22 +38,22 @@
"react-hook-form": "^7.53.0",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"use-debounce": "^10.0.3",
"vaul": "^1.0.0",
"use-debounce": "^10.0.4",
"vaul": "^1.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint-config-next": "14.2.14",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"format:check": "prettier --check .",
"setup-minio": "ts-node scripts/setup-minio.ts"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"devDependencies": {
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/client-s3": "^3.670.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/recommended": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lefthook": "^1.7.18",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit eda4eee

Please sign in to comment.