Skip to content

Commit 5f54002

Browse files
authored
Merge pull request #17 from Asguho/update-dependecies
Update dependecies
2 parents 6218604 + 4a2f447 commit 5f54002

15 files changed

Lines changed: 731 additions & 715 deletions

File tree

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

bun.lockb

-29 KB
Binary file not shown.

package.json

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "sourcemate",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"description": "",
55
"type": "module",
66
"scripts": {
7-
"dev": "vite dev --open",
7+
"dev": "vite dev",
88
"build": "vite build",
99
"preview": "vite preview",
1010
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
@@ -13,29 +13,27 @@
1313
},
1414
"license": "MIT",
1515
"dependencies": {
16-
"@supabase/ssr": "^0.4.0",
17-
"@tauri-apps/api": ">=2.0.0-beta.0",
18-
"@tauri-apps/plugin-fs": "^2.0.0-beta.7",
19-
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
20-
"fast-xml-parser": "^4.4.1",
21-
"posthog-js": "^1.155.2",
16+
"@supabase/ssr": "^0.5.1",
17+
"@tauri-apps/api": "^2",
18+
"@tauri-apps/plugin-fs": "~2",
19+
"@tauri-apps/plugin-shell": "^2",
20+
"@tauri-apps/plugin-updater": "~2",
21+
"fast-xml-parser": "^4.5.0",
22+
"posthog-js": "^1.180.0",
2223
"zod": "^3.23.8"
2324
},
2425
"devDependencies": {
25-
"@biomejs/biome": "1.8.3",
26-
"@sveltejs/adapter-static": "^3.0.1",
27-
"@sveltejs/kit": "^2.5.27",
26+
"@sveltejs/adapter-static": "^3.0.5",
27+
"@sveltejs/kit": "^2.7.0",
2828
"@sveltejs/vite-plugin-svelte": "^4.0.0",
29-
"@tauri-apps/cli": "^2.0.0-rc.3",
30-
"autoprefixer": "^10.4.19",
31-
"daisyui": "^4.12.10",
32-
"postcss": "^8.4.38",
29+
"@tauri-apps/cli": "^2",
30+
"autoprefixer": "^10.4.20",
31+
"daisyui": "^4.12.14",
3332
"svelte": "^5.0.0",
3433
"svelte-check": "^4.0.0",
35-
"sveltekit-superforms": "^2.16.1",
36-
"tailwindcss": "^3.4.4",
37-
"tslib": "^2.4.1",
34+
"tailwindcss": "^3.4.9",
35+
"tslib": "^2.8.0",
3836
"typescript": "^5.5.0",
39-
"vite": "^5.4.4"
37+
"vite": "^5.4.10"
4038
}
41-
}
39+
}

postcss.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
2-
plugins: {
3-
tailwindcss: {},
4-
autoprefixer: {}
5-
}
6-
};
2+
plugins: {
3+
tailwindcss: {},
4+
autoprefixer: {}
5+
}
6+
};

0 commit comments

Comments
 (0)