Skip to content

Commit

Permalink
chore: deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Apr 26, 2024
1 parent 9a2a51b commit 6bbd2ed
Show file tree
Hide file tree
Showing 15 changed files with 946 additions and 879 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ Once you've cloned the project and installed dependencies with `pnpm i`, start a
```sh
# stat all services in background and show logs
make up # for first time use `make boot` then `make up`
# this will start all services with default profile + services with `optional` profile.
make up PROFILES=optional
# this will start all services with default profile + services with `all` profile.
make up PROFILES=all
# verify status/health of services
make ps
# shotdown all services
Expand Down
24 changes: 12 additions & 12 deletions apps/console-fb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@auth/core": "0.30.0",
"@auth/sveltekit": "1.0.0",
"@auth/sveltekit": "1.0.1",
"@ethercorps/sveltekit-og": "3.0.0",
"@neoconfetti/svelte": "2.2.1",
"@neodrag/svelte": "2.0.6",
Expand All @@ -50,7 +50,7 @@
"@sveltejs/vite-plugin-svelte": "3.1.0",
"@tailwindcss/container-queries": "0.1.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/svelte": "5.0.1",
"@testing-library/svelte": "5.1.0",
"@types/gtag.js": "0.0.19",
"@types/js-cookie": "3.0.6",
"@types/node": "20.12.7",
Expand All @@ -60,30 +60,30 @@
"@vercel/speed-insights": "1.0.10",
"@vite-pwa/assets-generator": "0.2.4",
"@vite-pwa/sveltekit": "0.4.0",
"@vitest/coverage-v8": "1.5.0",
"@vitest/coverage-v8": "1.5.2",
"autoprefixer": "10.4.19",
"c8": "9.1.0",
"cross-fetch": "4.0.0",
"cssnano": "6.1.2",
"cssnano": "7.0.0",
"d3-force": "3.0.0",
"d3-scale": "4.0.2",
"date-fns": "3.6.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.38.0",
"flowbite": "2.3.0",
"flowbite-svelte": "0.46.0",
"flowbite-svelte": "0.46.1",
"flowbite-svelte-blocks": "1.1.1",
"flowbite-svelte-icons": "1.5.0",
"flowbite-typography": "1.0.3",
"graphql": "16.8.1",
"graphql-ws": "5.16.0",
"houdini": "1.2.46",
"houdini-svelte": "1.2.46",
"houdini": "1.2.47",
"houdini-svelte": "1.2.47",
"jose": "5.2.4",
"js-cookie": "3.0.5",
"jsdom": "24.0.0",
"layercake": "8.1.1",
"layercake": "8.1.2",
"msw": "2.2.14",
"postcss": "8.4.38",
"postcss-preset-env": "9.5.9",
Expand All @@ -92,7 +92,7 @@
"prettier-plugin-tailwindcss": "0.5.14",
"svelte": "4.2.15",
"svelte-adapter-bun": "0.5.2",
"svelte-check": "3.6.9",
"svelte-check": "3.7.0",
"svelte-headless-table": "0.18.2",
"svelte-meta-tags": "3.1.2",
"svelte-select": "5.8.3",
Expand All @@ -110,12 +110,12 @@
"typescript": "5.4.5",
"vite": "5.2.10",
"vite-plugin-pwa": "0.19.8",
"vite-plugin-tailwind-purgecss": "0.3.1",
"vitest": "1.5.0",
"vite-plugin-tailwind-purgecss": "0.3.3",
"vitest": "1.5.2",
"zod": "3.23.4"
},
"optionalDependencies": {
"@playwright/test": "1.43.1",
"@vitest/ui": "1.5.0"
"@vitest/ui": "1.5.2"
}
}
12 changes: 6 additions & 6 deletions apps/console-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"bits-ui": "0.21.4",
"clsx": "2.1.1",
"cmdk-sv": "0.0.17",
"cssnano": "6.1.2",
"cssnano": "7.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.38.0",
"formsnap": "1.0.0",
"lucide-svelte": "0.372.0",
"lucide-svelte": "0.373.0",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-load-config": "5.0.3",
Expand All @@ -58,7 +58,7 @@
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-tailwindcss": "0.5.14",
"svelte": "4.2.15",
"svelte-check": "3.6.9",
"svelte-check": "3.7.0",
"svelte-radix": "1.1.0",
"sveltekit-rate-limiter": "0.5.1",
"sveltekit-superforms": "2.12.6",
Expand All @@ -70,12 +70,12 @@
"tslib": "2.6.2",
"typescript": "5.4.5",
"vite": "5.2.10",
"vite-plugin-tailwind-purgecss": "0.3.1",
"vitest": "1.5.0",
"vite-plugin-tailwind-purgecss": "0.3.3",
"vitest": "1.5.2",
"zod": "3.23.4"
},
"optionalDependencies": {
"@playwright/test": "1.43.1",
"@vitest/ui": "1.5.0"
"@vitest/ui": "1.5.2"
}
}
6 changes: 3 additions & 3 deletions apps/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ docker compose logs -f
```sh
# stat all services in background and show logs
make up # for first time use `make boot` then `make up`
# this will start all services with default profile + services with `optional` profile.
make up PROFILES=optional
# this will start all services with default profile + services with `all` profile.
make up PROFILES=all
# verify status/health of services
make ps
# shotdown all services
Expand Down Expand Up @@ -67,8 +67,8 @@ To also start optional services like `all` and/or `optional`, use `COMPOSE_PROFI
# to start default profile services and benthos,postgres services
COMPOSE_ENV_FILES=.env,.secrets COMPOSE_PROFILES=all,optional docker compose up
# (or)
make up PROFILES=all
make up PROFILES=all,optional
make up PROFILES=optional
```

To verify resolved `compose` config, use `COMPOSE_PROFILES` or `make` task.
Expand Down
22 changes: 11 additions & 11 deletions apps/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"devDependencies": {
"@floating-ui/dom": "1.6.3",
"@fontsource-variable/inter": "5.0.18",
"@inlang/cli": "2.14.1",
"@inlang/paraglide-js": "1.7.0",
"@inlang/cli": "2.15.2",
"@inlang/paraglide-js": "1.7.2",
"@inlang/paraglide-js-adapter-sveltekit": "0.6.7",
"@nhost/nhost-js": "3.0.11",
"@skeletonlabs/skeleton": "2.9.2",
Expand All @@ -58,7 +58,7 @@
"@typescript-eslint/parser": "7.7.1",
"@vercel/analytics": "1.2.2",
"@vincjo/datatables": "1.14.5",
"@vitest/coverage-v8": "1.5.0",
"@vitest/coverage-v8": "1.5.2",
"@xyflow/svelte": "0.0.41",
"autoprefixer": "10.4.19",
"d3-array": "3.2.4",
Expand All @@ -72,18 +72,18 @@
"formsnap": "1.0.0",
"graphql": "16.8.1",
"graphql-ws": "5.16.0",
"houdini": "1.2.46",
"houdini-svelte": "1.2.46",
"layerchart": "0.36.1",
"lucide-svelte": "0.372.0",
"houdini": "1.2.47",
"houdini-svelte": "1.2.47",
"layerchart": "0.36.2",
"lucide-svelte": "0.373.0",
"paneforge": "0.0.4",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-tailwindcss": "0.5.14",
"svelte": "4.2.15",
"svelte-adapter-bun": "0.5.2",
"svelte-check": "3.6.9",
"svelte-check": "3.7.0",
"svelte-meta-tags": "3.1.2",
"svelte-ux": "0.62.8",
"sveltekit-flash-message": "2.4.4",
Expand All @@ -97,13 +97,13 @@
"tslib": "2.6.2",
"typescript": "5.4.5",
"vite": "5.2.10",
"vite-plugin-tailwind-purgecss": "0.3.1",
"vitest": "1.5.0",
"vite-plugin-tailwind-purgecss": "0.3.3",
"vitest": "1.5.2",
"xstate": "4.38.3",
"zod": "3.23.4"
},
"optionalDependencies": {
"@playwright/test": "1.43.1",
"@vitest/ui": "1.5.0"
"@vitest/ui": "1.5.2"
}
}
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@astrojs/vercel": "7.5.4",
"@fontsource-variable/inter": "5.0.18",
"@fontsource/source-code-pro": "5.0.18",
"astro": "4.6.4",
"astro": "4.7.0",
"sharp": "0.33.3",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
Expand Down
18 changes: 9 additions & 9 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@floating-ui/dom": "1.6.3",
"@fontsource-variable/inter": "5.0.18",
"@inlang/cli": "2.14.1",
"@inlang/paraglide-js": "1.7.0",
"@inlang/cli": "2.15.2",
"@inlang/paraglide-js": "1.7.2",
"@inlang/paraglide-js-adapter-sveltekit": "0.6.7",
"@skeletonlabs/skeleton": "2.9.2",
"@skeletonlabs/tw-plugin": "0.4.0",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@typescript-eslint/parser": "7.7.1",
"@vercel/analytics": "1.2.2",
"@vincjo/datatables": "1.14.5",
"@vitest/coverage-v8": "1.5.0",
"@vitest/coverage-v8": "1.5.2",
"@xyflow/svelte": "0.0.41",
"autoprefixer": "10.4.19",
"d3-array": "3.2.4",
Expand All @@ -68,16 +68,16 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.38.0",
"formsnap": "1.0.0",
"layerchart": "0.36.1",
"lucide-svelte": "0.372.0",
"layerchart": "0.36.2",
"lucide-svelte": "0.373.0",
"paneforge": "0.0.4",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-tailwindcss": "0.5.14",
"svelte": "4.2.15",
"svelte-adapter-bun": "0.5.2",
"svelte-check": "3.6.9",
"svelte-check": "3.7.0",
"svelte-meta-tags": "3.1.2",
"svelte-ux": "0.62.8",
"sveltekit-flash-message": "2.4.4",
Expand All @@ -91,12 +91,12 @@
"tslib": "2.6.2",
"typescript": "5.4.5",
"vite": "5.2.10",
"vite-plugin-tailwind-purgecss": "0.3.1",
"vitest": "1.5.0",
"vite-plugin-tailwind-purgecss": "0.3.3",
"vitest": "1.5.2",
"zod": "3.23.4"
},
"optionalDependencies": {
"@playwright/test": "1.43.1",
"@vitest/ui": "1.5.0"
"@vitest/ui": "1.5.2"
}
}
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"@spectacular/typescript-config": "workspace:*",
"@spectacular/utils": "workspace:*",
"@tailwindcss/typography": "0.5.12",
"astro": "4.6.4",
"astro": "4.7.0",
"astro-expressive-code": "^0.35.2",
"astro-seo": "0.8.3",
"lucide-svelte": "0.372.0",
"lucide-svelte": "0.373.0",
"mode-watcher": "0.3.0",
"svelte": "4.2.15",
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"vitest": "1.5.0"
"vitest": "1.5.2"
}
}
2 changes: 1 addition & 1 deletion compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
console:
## User `cli-migrations-v3` only in local dev env.
## It will automatically apply Migrations and Metadata to a Hasura GraphQL Engine
image: hasura/graphql-engine:v2.38.1.cli-migrations-v3
image: hasura/graphql-engine:v2.38.1-ce.cli-migrations-v3
hostname: console
container_name: console
restart: unless-stopped
Expand Down
Loading

0 comments on commit 6bbd2ed

Please sign in to comment.