Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Dec 6, 2023
1 parent 013a8c9 commit e79771e
Show file tree
Hide file tree
Showing 16 changed files with 3,007 additions and 2,496 deletions.
4 changes: 4 additions & 0 deletions apps/console/houdini.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
const defaultMarshall = {
// @ts-ignore
unmarshal(val) {
return val;
},
// @ts-ignore
marshal(val) {
return val;
}
Expand All @@ -10,10 +12,12 @@ const defaultMarshall = {
/** @type {import('houdini').ConfigFile} */
const config = {
watchSchema: {
// @ts-ignore
url: (env) => env.PUBLIC_GRAPHQL_ENDPOINT,
interval: 0, // only pull the schema when you first run `turbo dev`
// HINT: we need to generate scheam for highest role level that app support.
headers: {
// @ts-ignore
'X-Hasura-Admin-Secret': (env) => env.HASURA_GRAPHQL_ADMIN_SECRET,
'x-hasura-allowed-roles': 'user manager',
'x-hasura-role': 'manager'
Expand Down
50 changes: 25 additions & 25 deletions apps/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"generate": "concurrently pnpm:generate:*"
},
"devDependencies": {
"@auth/core": "0.18.3",
"@auth/hasura-adapter": "0.2.7",
"@auth/sveltekit": "0.3.14",
"@auth/core": "0.18.4",
"@auth/hasura-adapter": "0.2.8",
"@auth/sveltekit": "0.3.15",
"@ethercorps/sveltekit-og": "2.0.2",
"@neoconfetti/svelte": "1.0.0",
"@neodrag/svelte": "2.0.3",
Expand All @@ -42,16 +42,16 @@
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/adapter-vercel": "3.1.0",
"@sveltejs/enhanced-img": "0.1.5",
"@sveltejs/kit": "1.27.6",
"@sveltejs/kit": "1.27.7",
"@tailwindcss/container-queries": "0.1.1",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/svelte": "4.0.5",
"@types/gtag.js": "0.0.18",
"@types/js-cookie": "3.0.6",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vercel/analytics": "1.1.1",
"@vite-pwa/sveltekit": "0.2.8",
"@vite-pwa/sveltekit": "0.2.9",
"@vitest/coverage-v8": "0.34.6",
"autoprefixer": "10.4.16",
"c8": "8.0.1",
Expand All @@ -60,9 +60,9 @@
"d3-force": "3.0.0",
"d3-scale": "4.0.2",
"date-fns": "2.30.0",
"eslint": "8.54.0",
"eslint": "8.55.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.35.1",
"flowbite-svelte": "0.44.20",
"flowbite-svelte-blocks": "0.5.1",
Expand All @@ -71,19 +71,19 @@
"graphql": "16.8.1",
"graphql-ws": "5.14.2",
"helpers": "workspace:*",
"houdini": "1.2.33",
"houdini-svelte": "1.2.33",
"jose": "5.1.1",
"houdini": "1.2.34",
"houdini-svelte": "1.2.34",
"jose": "5.1.3",
"js-cookie": "3.0.5",
"jsdom": "23.0.0",
"jsdom": "23.0.1",
"layercake": "8.0.2",
"msw": "2.0.9",
"postcss": "8.4.31",
"msw": "2.0.10",
"postcss": "8.4.32",
"postcss-preset-env": "9.3.0",
"prettier": "3.1.0",
"prettier-plugin-svelte": "3.1.2",
"prettier-plugin-tailwindcss": "0.5.7",
"svelte": "4.2.7",
"prettier-plugin-tailwindcss": "0.5.9",
"svelte": "4.2.8",
"svelte-adapter-bun": "0.5.1",
"svelte-check": "3.6.2",
"svelte-headless-table": "0.17.7",
Expand All @@ -92,24 +92,24 @@
"svelte-time-distance": "0.0.3",
"sveltekit-flash-message": "2.2.2",
"sveltekit-rate-limiter": "0.4.1",
"sveltekit-superforms": "1.10.2",
"sveltekit-superforms": "1.11.0",
"sveltekit-view-transition": "0.5.2",
"tailwind-config": "workspace:*",
"tailwind-merge": "2.0.0",
"tailwindcss": "3.3.5",
"tailwind-merge": "2.1.0",
"tailwindcss": "3.3.6",
"tailwindcss-animate": "1.0.7",
"tslib": "2.6.2",
"typescript": "5.3.2",
"typescript": "5.3.3",
"ui-flowbite": "workspace:*",
"vite": "4.5.0",
"vite-plugin-pwa": "0.17.2",
"vite": "4.5.1",
"vite-plugin-pwa": "0.17.4",
"vite-plugin-tailwind-purgecss": "0.1.4",
"vitest": "0.34.6",
"workbox-window": "7.0.0",
"zod": "3.22.4"
},
"optionalDependencies": {
"@playwright/test": "1.40.0",
"@playwright/test": "1.40.1",
"@vitest/ui": "0.34.6"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "0.13.0",
"@astrojs/starlight": "0.15.0",
"@astrojs/starlight-tailwind": "2.0.1",
"@astrojs/tailwind": "5.0.2",
"astro": "3.6.0",
"sharp": "0.32.6",
"tailwindcss": "3.3.5"
"@astrojs/tailwind": "5.0.3",
"astro": "4.0.3",
"sharp": "0.33.0",
"tailwindcss": "3.3.6"
},
"devDependencies": {
"eslint-config-custom": "workspace:*"
Expand Down
24 changes: 12 additions & 12 deletions apps/nhapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
},
"devDependencies": {
"@nhost/nhost-js": "2.2.18",
"@playwright/test": "1.40.0",
"@playwright/test": "1.40.1",
"@sveltejs/adapter-auto": "2.1.1",
"@sveltejs/enhanced-img": "0.1.5",
"@sveltejs/kit": "1.27.6",
"@sveltejs/kit": "1.27.7",
"@types/js-cookie": "3.0.6",
"autoprefixer": "10.4.16",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.35.1",
"postcss": "8.4.31",
"postcss": "8.4.32",
"prettier": "3.1.0",
"prettier-plugin-svelte": "3.1.2",
"svelte": "4.2.7",
"svelte": "4.2.8",
"svelte-check": "3.6.2",
"tailwindcss": "3.3.5",
"typescript": "5.3.2",
"vite": "4.5.0",
"tailwindcss": "3.3.6",
"typescript": "5.3.3",
"vite": "4.5.1",
"vitest": "0.34.6"
},
"dependencies": {
"@apollo/client": "3.8.7",
"@apollo/client": "3.8.8",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"js-cookie": "3.0.5",
"playwright": "1.40.0",
"playwright": "1.40.1",
"react": "18.2.0",
"uuid": "9.0.1",
"xstate": "4.38.3"
"xstate": "5.1.0"
}
}
26 changes: 13 additions & 13 deletions apps/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,41 +26,41 @@
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/adapter-vercel": "3.1.0",
"@sveltejs/enhanced-img": "0.1.5",
"@sveltejs/kit": "1.27.6",
"@sveltejs/kit": "1.27.7",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@types/node": "20.10.3",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vercel/analytics": "1.1.1",
"@vitest/coverage-v8": "0.34.6",
"autoprefixer": "10.4.16",
"eslint": "8.54.0",
"eslint": "8.55.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.35.1",
"helpers": "workspace:*",
"highlight.js": "11.9.0",
"postcss": "8.4.31",
"postcss": "8.4.32",
"prettier": "3.1.0",
"prettier-plugin-svelte": "3.1.2",
"prettier-plugin-tailwindcss": "0.5.7",
"svelte": "4.2.7",
"prettier-plugin-tailwindcss": "0.5.9",
"svelte": "4.2.8",
"svelte-adapter-bun": "0.5.1",
"svelte-check": "3.6.2",
"sveltekit-rate-limiter": "0.4.1",
"sveltekit-view-transition": "0.5.2",
"tailwind-config": "workspace:*",
"tailwindcss": "3.3.5",
"tailwindcss": "3.3.6",
"tslib": "2.6.2",
"typescript": "5.3.2",
"typescript": "5.3.3",
"ui": "workspace:*",
"vite": "4.5.0",
"vite": "4.5.1",
"vite-plugin-tailwind-purgecss": "0.1.4",
"vitest": "0.34.6"
},
"optionalDependencies": {
"@playwright/test": "1.40.0",
"@playwright/test": "1.40.1",
"@vitest/ui": "0.34.6"
},
"type": "module"
Expand Down
32 changes: 16 additions & 16 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,46 +34,46 @@
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/adapter-vercel": "3.1.0",
"@sveltejs/enhanced-img": "0.1.5",
"@sveltejs/kit": "1.27.6",
"@sveltejs/kit": "1.27.7",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@types/node": "20.10.3",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vercel/analytics": "1.1.1",
"@vitest/coverage-v8": "0.34.6",
"autoprefixer": "10.4.16",
"eslint": "8.54.0",
"eslint": "8.55.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.35.1",
"formsnap": "0.4.1",
"helpers": "workspace:*",
"highlight.js": "11.9.0",
"postcss": "8.4.31",
"postcss": "8.4.32",
"prettier": "3.1.0",
"prettier-plugin-svelte": "3.1.2",
"prettier-plugin-tailwindcss": "0.5.7",
"svelte": "4.2.7",
"prettier-plugin-tailwindcss": "0.5.9",
"svelte": "4.2.8",
"svelte-adapter-bun": "0.5.1",
"svelte-awesome-icons": "0.6.6",
"svelte-check": "3.6.2",
"svelte-meta-tags": "3.1.0",
"svelte-particles": "2.12.0",
"sveltekit-rate-limiter": "0.4.1",
"sveltekit-superforms": "1.10.2",
"sveltekit-superforms": "1.11.0",
"sveltekit-view-transition": "0.5.2",
"tailwind-config": "workspace:*",
"tailwind-merge": "2.0.0",
"tailwindcss": "3.3.5",
"tailwind-merge": "2.1.0",
"tailwindcss": "3.3.6",
"tailwindcss-animate": "1.0.7",
"tslib": "2.6.2",
"tsparticles-slim": "2.12.0",
"typesafe-i18n": "5.26.2",
"typescript": "5.3.2",
"typescript": "5.3.3",
"ui": "workspace:*",
"vite": "4.5.0",
"vite": "4.5.1",
"vite-plugin-tailwind-purgecss": "0.1.4",
"vitest": "0.34.6",
"zod": "3.22.4"
Expand All @@ -82,7 +82,7 @@
"sharp"
],
"optionalDependencies": {
"@playwright/test": "1.40.0",
"@playwright/test": "1.40.1",
"@vitest/ui": "0.34.6"
}
}
}
14 changes: 9 additions & 5 deletions apps/web/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Astro Starter Kit: Basics
# Astro with Tailwind

```sh
npm create astro@latest -- --template basics
npm create astro@latest -- --template with-tailwindcss
```

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/basics)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/basics/devcontainer.json)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-tailwindcss)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-tailwindcss)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/with-tailwindcss/devcontainer.json)

Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind.

For complete setup instructions, please see our [Tailwind Integration Guide](https://docs.astro.build/en/guides/integrations-guide/tailwind).

> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
Expand Down
6 changes: 4 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.3.1",
"@astrojs/svelte": "5.0.0",
"@astrojs/tailwind": "5.0.3",
"astro": "4.0.3",
"svelte": "5.0.0-next.13",
"tailwindcss": "3.3.5"
"tailwindcss": "3.3.6",
"typescript": "5.3.3"
},
"devDependencies": {
"eslint-config-custom": "workspace:*"
}
}
}
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:

hasura:
## 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.34.0.cli-migrations-v3
image: hasura/graphql-engine:v2.35.1.cli-migrations-v3
platform: linux/arm64/v8
ports:
- '8080:8080'
Expand Down
Loading

0 comments on commit e79771e

Please sign in to comment.