Skip to content
Snippets Groups Projects
Commit 35382198 authored by Christof Bauer's avatar Christof Bauer
Browse files

Merge branch 'main' into production

parents f7d5647d 06ff5e31
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
.deploy_infra:
stage: deploy
image:
name: "europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.10.4"
name: "europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.10.5"
entrypoint: ["/bin/sh", "-c"]
needs:
- "apps:build"
......@@ -44,7 +44,7 @@ deploy:review:infra:
deploy:review:stop:
stage: destroy
image:
name: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.10.4'
name: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.10.5'
entrypoint: ["/bin/sh", "-c"]
# don't fetch the repo - just work with the artifacts
variables:
......
20.18.1
20.18.2
1.10.4
1.10.5
......@@ -24,7 +24,7 @@
},
"dependencies": {
"@apollo/server": "4.11.3",
"@google-cloud/pubsub": "4.9.0",
"@google-cloud/pubsub": "4.10.0",
"@nestjs/apollo": "12.2.2",
"@nestjs/cli": "10.4.9",
"@nestjs/common": "10.4.15",
......@@ -35,7 +35,7 @@
"@nestjs/platform-express": "10.4.15",
"@nestjs/schedule": "4.1.2",
"@nestjs/schematics": "^10.1.4",
"@nestjs/terminus": "10.2.3",
"@nestjs/terminus": "10.3.0",
"@nestjs/typeorm": "10.0.2",
"@node-rs/argon2": "2.0.2",
"class-transformer": "0.5.1",
......
......@@ -5,7 +5,7 @@
"packageManager": "yarn@4.6.0",
"dependencies": {
"@google-cloud/functions-framework": "3.4.5",
"@ory/client": "1.16.2"
"@ory/client": "1.16.5"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
......
......@@ -12,13 +12,13 @@
"gqlgen": "graphql-codegen --config ./graphql.config.ts"
},
"dependencies": {
"@mantine/core": "7.16.0",
"@mantine/dates": "7.16.0",
"@mantine/form": "7.16.0",
"@mantine/hooks": "7.16.0",
"@mantine/modals": "7.16.0",
"@mantine/notifications": "7.16.0",
"@tabler/icons-react": "3.28.1",
"@mantine/core": "7.16.2",
"@mantine/dates": "7.16.2",
"@mantine/form": "7.16.2",
"@mantine/hooks": "7.16.2",
"@mantine/modals": "7.16.2",
"@mantine/notifications": "7.16.2",
"@tabler/icons-react": "3.29.0",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"dayjs": "1.11.13",
......@@ -31,15 +31,15 @@
"mantine-react-table": "2.0.0-beta.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.2",
"react-router-dom": "6.29.0",
"swr": "2.3.0",
"zod": "3.24.1",
"zustand": "4.5.6"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/import-types-preset": "3.0.0",
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typescript": "4.1.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
......
......@@ -45,7 +45,7 @@ services:
command: sh -c "corepack yarn install; corepack yarn workspace @holi/moderation-frontend dev"
db:
image: postgres:16
image: postgres:17
restart: no
volumes:
- db_data:/var/lib/postgresql/data
......
......@@ -30,7 +30,7 @@
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "8.20.0"
"typescript-eslint": "8.23.0"
},
"prettier": {
"printWidth": 120,
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment