Skip to content

Commit

Permalink
fix: deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Apr 3, 2024
1 parent 6f184c5 commit 31f5e28
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COMPOSE_FILE=compose.yml:compose.override.yml
COMPOSE_PROFILES=

BASE_HOSTNAME=.traefik.me
# BASE_HOSTNAME=-192-168-XX-XX.traefik.me
#BASE_HOSTNAME=-192-168-XX-XX.traefik.me

###########################################################################
# Application Properties
Expand Down
20 changes: 17 additions & 3 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
"proto3",
"svelte"
],
"dictionaries": ["html", "css", "typescript", "node", "softwareTerms", "companies"],
"dictionaries": [
"html",
"css",
"typescript",
"node",
"softwareTerms",
"companies"
],
"words": [
"astro",
"astrojs",
Expand All @@ -43,6 +50,7 @@
"inlang",
"Kometa",
"Konsta",
"Kustomize",
"legos",
"log",
"lucide",
Expand Down Expand Up @@ -80,8 +88,14 @@
// This makes the spell checker more lenient when two words are jammed together.
"allowCompoundWords": true,
"useGitignore": true,
"files": ["**/*.md"],
"ignoreRegExpList": ["Email", "\\_\\w+", "\\#\\w+"],
"files": [
"**/*.md"
],
"ignoreRegExpList": [
"Email",
"\\_\\w+",
"\\#\\w+"
],
"ignorePaths": [
".git",
"**/build/**",
Expand Down
6 changes: 3 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ services:
# https://github.com/nhost/hasura-auth/blob/main/docs/environment-variables.md
###########################################################################
auth:
image: nhost/hasura-auth:0.27.0
image: nhost/hasura-auth:0.28.0
hostname: auth
container_name: auth
restart: unless-stopped
Expand Down Expand Up @@ -359,7 +359,7 @@ services:
# dashboard
###########################################################################
dashboard:
image: nhost/dashboard:1.11.1
image: nhost/dashboard:1.12.0
hostname: dashboard
container_name: dashboard
restart: unless-stopped
Expand Down Expand Up @@ -393,7 +393,7 @@ services:
# configserver
###########################################################################
configserver:
image: nhost/cli:1.15.2
image: nhost/cli:1.15.3
hostname: configserver
container_name: configserver
restart: unless-stopped
Expand Down

0 comments on commit 31f5e28

Please sign in to comment.