Skip to content

Commit

Permalink
V2.5 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner authored Aug 2, 2024
1 parent 4ac5719 commit 344e7e3
Show file tree
Hide file tree
Showing 25 changed files with 1,383 additions and 396 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
node-version: 21
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'
- name: Setup Supabase v1.183.5
- name: Setup Supabase v1.187.8
uses: supabase/setup-cli@v1
with:
version: 1.183.5
version: 1.187.8
- name: Install dependencies
run: |
pnpm install
Expand Down Expand Up @@ -58,10 +58,10 @@ jobs:
node-version: 21
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'
- name: Setup Supabase v1.183.5
- name: Setup Supabase v1.187.8
uses: supabase/setup-cli@v1
with:
version: 1.183.5
version: 1.187.8
- name: Install dependencies
run: pnpm install
- name: Start database
Expand Down
14 changes: 14 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
},
"typescript": true
}
25 changes: 15 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,40 @@
"prepare": "svelte-kit sync"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.45.3",
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.10",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-svelte": "^2.43.0",
"fuse.js": "^7.0.0",
"lodash-es": "^4.17.21",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.5",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^5.1.4",
"tailwindcss": "^3.4.5",
"tailwindcss": "^3.4.7",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.3"
"typescript": "^5.5.4",
"vite": "^5.3.5"
},
"type": "module",
"dependencies": {
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.44.4"
"@supabase/supabase-js": "^2.44.4",
"bits-ui": "^0.21.12",
"clsx": "^2.1.1",
"mode-watcher": "^0.4.1",
"tailwind-merge": "^2.4.0",
"tailwind-variants": "^0.2.1"
}
}
Loading

0 comments on commit 344e7e3

Please sign in to comment.