Skip to content

Commit 1ef230c

Browse files
committed
v7.8.7
1 parent 1f5167f commit 1ef230c

127 files changed

Lines changed: 1688 additions & 1456 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v7.8.7
4+
5+
- Updated UI components and Tauri deps
6+
- I'm aware of the issues on Linux. Most of them are caused by incorrect dependency bundling. I'm waiting for the `tauri-action@v1` update, which should resolve the issue. If it's not fixed by then, the only option will be to package CEF instead of WebKitGTK. CEF is heavier, but 100% compatible with Chrome.
7+
38
## v7.8.6
49

510
- Force GPU acceleration on Windows

bun.lock

Lines changed: 159 additions & 222 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flc",
3-
"version": "7.8.6",
3+
"version": "7.8.7",
44
"description": "Foundry Lightweight Client",
55
"type": "module",
66
"scripts": {
@@ -18,43 +18,45 @@
1818
},
1919
"license": "MIT",
2020
"devDependencies": {
21-
"@eslint/compat": "^2.0.3",
21+
"@eslint/compat": "^2.1.0",
2222
"@eslint/js": "^10.0.1",
2323
"@fontsource-variable/geist": "^5.2.8",
24-
"@internationalized/date": "^3.12.0",
25-
"@lucide/svelte": "^0.577.0",
24+
"@fontsource-variable/geist-mono": "^5.2.7",
25+
"@internationalized/date": "^3.12.1",
26+
"@lucide/svelte": "^1.14.0",
2627
"@sveltejs/adapter-static": "^3.0.10",
27-
"@sveltejs/kit": "^2.53.4",
28-
"@sveltejs/vite-plugin-svelte": "^6.2.4",
29-
"@tailwindcss/vite": "^4.2.1",
30-
"@tauri-apps/api": "^2.10.1",
31-
"@tauri-apps/cli": "^2.10.1",
32-
"@tauri-apps/plugin-dialog": "^2.6.0",
28+
"@sveltejs/kit": "^2.59.1",
29+
"@sveltejs/vite-plugin-svelte": "^7.1.2",
30+
"@tailwindcss/vite": "^4.3.0",
31+
"@tauri-apps/api": "^2.11.0",
32+
"@tauri-apps/cli": "^2.11.1",
33+
"@tauri-apps/plugin-dialog": "^2.7.1",
3334
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
3435
"@tauri-apps/plugin-shell": "^2.3.5",
35-
"@tauri-apps/plugin-updater": "^2.10.0",
36-
"bits-ui": "^2.16.3",
36+
"@tauri-apps/plugin-updater": "^2.10.1",
37+
"bits-ui": "^2.18.1",
3738
"clsx": "^2.1.1",
38-
"eslint": "^10.0.3",
39+
"eslint": "^10.3.0",
3940
"eslint-config-prettier": "^10.1.8",
40-
"eslint-plugin-svelte": "^3.15.2",
41-
"globals": "^17.4.0",
41+
"eslint-plugin-svelte": "^3.17.1",
42+
"globals": "^17.6.0",
4243
"mode-watcher": "^1.1.0",
43-
"prettier": "^3.8.1",
44-
"prettier-plugin-svelte": "^3.5.1",
45-
"prettier-plugin-tailwindcss": "^0.7.2",
44+
"prettier": "^3.8.3",
45+
"prettier-plugin-svelte": "^3.5.2",
46+
"prettier-plugin-tailwindcss": "^0.8.0",
4647
"runed": "^0.37.1",
47-
"svelte": "^5.53.9",
48-
"svelte-check": "^4.4.5",
49-
"tailwind-merge": "^3.5.0",
48+
"shadcn-svelte": "^1.2.7",
49+
"svelte": "^5.55.5",
50+
"svelte-check": "^4.4.8",
51+
"tailwind-merge": "^3.6.0",
5052
"tailwind-variants": "^3.2.2",
51-
"tailwindcss": "^4.2.1",
53+
"tailwindcss": "^4.3.0",
5254
"tslib": "^2.8.1",
5355
"tw-animate-css": "^1.4.0",
54-
"typescript": "^5.9.3",
55-
"typescript-eslint": "^8.57.0",
56-
"vite": "^7.3.1",
57-
"zod": "^4.3.6"
56+
"typescript": "^6.0.3",
57+
"typescript-eslint": "^8.59.2",
58+
"vite": "^8.0.12",
59+
"zod": "^4.4.3"
5860
},
5961
"trustedDependencies": [
6062
"@tailwindcss/oxide",

0 commit comments

Comments
 (0)