Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent 9fe4048 commit 0993197
Show file tree
Hide file tree
Showing 8 changed files with 369 additions and 384 deletions.
10 changes: 5 additions & 5 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"dependencies": {
"@apollo/server": "^4.10.4",
"@aws-sdk/client-s3": "^3.567.0",
"@aws-sdk/client-ses": "^3.567.0",
"@aws-sdk/credential-provider-node": "^3.567.0",
"@aws-sdk/client-s3": "^3.569.0",
"@aws-sdk/client-ses": "^3.569.0",
"@aws-sdk/credential-provider-node": "^3.569.0",
"@golevelup/nestjs-rabbitmq": "^5.3.0",
"@nestjs-modules/mailer": "^1.11.2",
"@nestjs/apollo": "^12.1.0",
Expand Down Expand Up @@ -76,7 +76,7 @@
"pino-pretty": "^11.0.0",
"reflect-metadata": "^0.2.1",
"sql-formatter": "^15.3.1",
"zod": "^3.23.5"
"zod": "^3.23.6"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
Expand All @@ -85,7 +85,7 @@
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@types/cache-manager": "^4.0.6",
"@types/chai": "^4.3.15",
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/express": "^4.17.21",
"@types/graphql-upload": "8.0.12",
Expand Down
14 changes: 7 additions & 7 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compile": "graphql-codegen --require dotenv/config"
},
"dependencies": {
"@apollo/client": "^3.10.1",
"@apollo/client": "^3.10.2",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-python": "^6.1.5",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^7.113.0",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.32.1",
"@tanstack/react-query": "^5.34.2",
"@tanstack/react-table": "^8.16.0",
"@tiptap/core": "^2.3.0",
"@tiptap/extension-link": "^2.3.0",
Expand All @@ -57,7 +57,7 @@
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"embla-carousel-react": "8.0.2",
"embla-carousel-react": "8.0.4",
"framer-motion": "^11.1.7",
"graphql": "^16.8.1",
"isomorphic-dompurify": "^2.9.0",
Expand All @@ -70,14 +70,14 @@
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.3",
"react-hook-form": "^7.51.4",
"react-icons": "^5.2.0",
"react-intersection-observer": "^9.10.1",
"react-intersection-observer": "^9.10.2",
"react-resizable-panels": "^2.0.19",
"react-use": "^17.5.0",
"sharp": "^0.33.3",
"sonner": "^1.4.41",
"zod": "^3.23.5",
"zod": "^3.23.6",
"zustand": "^4.5.2"
},
"devDependencies": {
Expand All @@ -95,7 +95,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint-config-next": "^14.2.3",
"lucide-react": "^0.377.0",
"lucide-react": "^0.378.0",
"postcss": "^8.4.38",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
Expand Down
60 changes: 30 additions & 30 deletions apps/infra/deploy/.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 apps/infra/deploy/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.47.0"
version = "5.48.0"
}
}

Expand Down
60 changes: 30 additions & 30 deletions apps/infra/local/.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 apps/infra/local/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.47.0"
version = "5.48.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"knip": "knip"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.567.0",
"@aws-sdk/client-s3": "^3.569.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
Expand All @@ -20,7 +20,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.25.0",
"knip": "^5.11.0",
"knip": "^5.12.2",
"lefthook": "^1.6.10",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
Expand Down
Loading

0 comments on commit 0993197

Please sign in to comment.