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 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 5deaddf commit 4071156
Show file tree
Hide file tree
Showing 6 changed files with 853 additions and 814 deletions.
60 changes: 30 additions & 30 deletions aws/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.39.0"
version = "5.40.0"
}
}

Expand Down
12 changes: 6 additions & 6 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"test:cov": "vitest run --coverage"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.525.0",
"@aws-sdk/client-s3": "^3.529.1",
"@nestjs/cache-manager": "^2.2.1",
"@nestjs/common": "^10.3.3",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "^10.3.3",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.3",
"@prisma/client": "5.10.2",
"@prisma/client": "5.11.0",
"argon2": "^0.40.1",
"cache-manager": "^5.4.0",
"cache-manager-redis-yet": "^4.1.2",
Expand All @@ -40,25 +40,25 @@
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.3",
"@swc/cli": "^0.3.10",
"@swc/core": "^1.4.2",
"@swc/core": "^1.4.6",
"@swc/register": "^0.1.10",
"@types/express": "^4.17.21",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.24",
"@types/node": "^20.11.26",
"@types/passport-jwt": "^4.0.1",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^1.3.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"prisma": "^5.10.2",
"prisma": "^5.11.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"swc-loader": "^0.2.6",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"unplugin-swc": "^1.4.4",
"vitest": "^1.3.1"
},
Expand Down
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@tanstack/react-table": "^8.13.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.350.0",
"lucide-react": "^0.356.0",
"moment": "^2.30.1",
"next": "14.1.1",
"next-auth": "^4.24.6",
"next": "14.1.3",
"next-auth": "^4.24.7",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
Expand All @@ -54,15 +54,15 @@
"@storybook/react": "^7.6.17",
"@storybook/test": "^7.6.17",
"@storybook/theming": "^7.6.17",
"@types/node": "^20.11.24",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@types/node": "^20.11.26",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"autoprefixer": "^10.4.18",
"eslint-config-next": "14.1.1",
"eslint-config-next": "14.1.3",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.35",
"storybook": "^7.6.17",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@aws-sdk/client-s3": "^3.525.0",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@aws-sdk/client-s3": "^3.529.1",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/types": "^19.0.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lefthook": "^1.6.4",
"lefthook": "^1.6.5",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.12",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit 4071156

Please sign in to comment.