Skip to content

Commit

Permalink
fix(deps): update patch tuesday
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 10, 2024
1 parent edf35b7 commit bf75d0b
Show file tree
Hide file tree
Showing 8 changed files with 256 additions and 243 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-email-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: bun-packages/packages/email-function

- name: Store artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: email-function-dist
path: bun-packages/packages/email-function/dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: exit 1

- name: Store artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: inputs.store_plan || false
with:
name: tfplan
Expand Down
395 changes: 204 additions & 191 deletions app/package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"@aws-sdk/s3-request-presigner": "3.637.0",
"@next-auth/prisma-adapter": "1.0.7",
"@paralleldrive/cuid2": "2.2.2",
"@prisma/client": "5.18.0",
"@prisma/client": "5.19.1",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-tooltip": "1.1.2",
"@t3-oss/env-nextjs": "0.11.1",
"@tanstack/react-query": "5.52.2",
"@tanstack/react-query-devtools": "5.52.2",
"@tanstack/react-query": "5.53.3",
"@tanstack/react-query-devtools": "5.54.0",
"@tanstack/react-table": "8.20.5",
"@trpc/client": "11.0.0-rc.485",
"@trpc/next": "11.0.0-rc.485",
"@trpc/react-query": "11.0.0-rc.485",
"@trpc/server": "11.0.0-rc.485",
"@trpc/client": "11.0.0-rc.498",
"@trpc/next": "11.0.0-rc.498",
"@trpc/react-query": "11.0.0-rc.498",
"@trpc/server": "11.0.0-rc.498",
"@uidotdev/usehooks": "2.4.1",
"@unleash/nextjs": "1.4.4",
"@vercel/analytics": "1.3.1",
Expand All @@ -39,14 +39,14 @@
"cmdk": "1.0.0",
"lodash": "4.17.21",
"lorem-ipsum": "2.0.8",
"next": "14.2.6",
"next": "14.2.7",
"next-auth": "4.24.7",
"openai": "4.56.0",
"openai": "4.57.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-hot-toast": "2.4.1",
"react-hotkeys-hook": "4.5.0",
"react-hotkeys-hook": "4.5.1",
"react-icons": "5.3.0",
"react-timeago": "7.2.0",
"serialize-error": "11.0.3",
Expand All @@ -58,28 +58,28 @@
"zod-form-data": "2.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.14",
"@tailwindcss/typography": "0.5.15",
"@types/eslint": "8.56.12",
"@types/lodash": "4.17.7",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/node": "20.16.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-v8": "2.0.5",
"autoprefixer": "10.4.20",
"csv": "6.3.10",
"eslint": "8.57.0",
"eslint-config-next": "14.2.6",
"eslint-config-next": "14.2.7",
"eslint-plugin-react-compiler": "0.0.0",
"postcss": "8.4.41",
"postcss": "8.4.44",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"prettier-plugin-tailwindcss": "0.6.6",
"prisma": "5.18.0",
"prisma": "5.19.1",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"vercel": "37.1.2",
"vercel": "37.2.1",
"vitest": "2.0.5"
}
}
60 changes: 30 additions & 30 deletions terraform/.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 terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.64.0"
version = "5.65.0"
}

external = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/api-gateway-eventbridge/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.64.0"
version = "5.65.0"
}

external = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/eventbridge-sqs-lambda/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.64.0"
version = "5.65.0"
}

external = {
Expand Down

0 comments on commit bf75d0b

Please sign in to comment.