Skip to content

Commit a1f3e17

Browse files
committed
Update version to 0.9.80
1 parent 3e764e1 commit a1f3e17

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

app/package.json

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
{
2-
"name": "qino-feed-client",
3-
"version": "0.9.11",
4-
"description": "",
5-
"type": "module",
6-
"scripts": {
7-
"dev": "bunx --bun vite dev",
8-
"dev:desktop": "tauri dev",
9-
"build": "bunx --bun vite build",
10-
"build:desktop": "tauri build",
11-
"build:desktop-macos-universal": "tauri build --target universal-apple-darwin",
12-
"build:desktop-macos-aarch64": "tauri build --target aarch64-apple-darwin",
13-
"build:desktop-win64": "tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc",
14-
"build:desktop-winaarch64": "tauri build --target universal-apple-darwin",
15-
"build:desktop-linux": "tauri build --target x86_64-unknown-linux-gnu",
16-
"preview": "bunx --bun vite preview",
17-
"check": "bunx --bun svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
18-
"check:watch": "bunx --bun svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
19-
"tauri": "tauri"
20-
},
21-
"license": "MIT",
22-
"dependencies": {
23-
"@sentry/sveltekit": "^9.28.1",
24-
"@tauri-apps/api": "^2.7.0",
25-
"@tauri-apps/plugin-autostart": "^2.5.0",
26-
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
27-
"@tauri-apps/plugin-dialog": "^2.3.1",
28-
"@tauri-apps/plugin-os": "^2.3.0",
29-
"@tauri-apps/plugin-shell": "^2.3.0",
30-
"@humanspeak/svelte-markdown": "^0.8.8",
31-
"lucide-svelte": "^0.525.0",
32-
"svelte-i18n": "^4.0.1"
33-
},
34-
"devDependencies": {
35-
"@skeletonlabs/skeleton": "^3.1.3",
36-
"@skeletonlabs/skeleton-svelte": "1.2.3",
37-
"@sveltejs/adapter-static": "^3.0.8",
38-
"@sveltejs/kit": "^2.21.4",
39-
"@sveltejs/vite-plugin-svelte": "^5.1.0",
40-
"@tailwindcss/forms": "^0.5.10",
41-
"@tailwindcss/vite": "^4.1.8",
42-
"@tauri-apps/cli": "^2.7.1",
43-
"@types/eslint": "^9.6.1",
44-
"@types/node": "^22.10.3",
45-
"autoprefixer": "^10.4.21",
46-
"caniuse-lite": "^1.0.30001727",
47-
"eslint": "^9.28.0",
48-
"eslint-config-prettier": "^10.1.5",
49-
"eslint-plugin-svelte": "^3.9.1",
50-
"globals": "^16.2.0",
51-
"prettier": "^3.5.3",
52-
"prettier-plugin-svelte": "^3.4.0",
53-
"prettier-plugin-tailwindcss": "^0.6.12",
54-
"svelte": "^5.33.19",
55-
"svelte-check": "^4.2.1",
56-
"tailwindcss": "^4.1.8",
57-
"typescript": "^5.8.3",
58-
"typescript-eslint": "^8.33.1",
59-
"vite": "^6.3.5"
60-
},
61-
"trustedDependencies": [
62-
"@parcel/watcher",
63-
"@sentry/cli",
64-
"@swc/core",
65-
"bufferutil",
66-
"canvas",
67-
"esbuild",
68-
"utf-8-validate"
69-
]
2+
"name": "qino-feed-client",
3+
"version": "0.9.80",
4+
"description": "",
5+
"type": "module",
6+
"scripts": {
7+
"dev": "bunx --bun vite dev",
8+
"dev:desktop": "tauri dev",
9+
"build": "bunx --bun vite build",
10+
"build:desktop": "tauri build",
11+
"build:desktop-macos-universal": "tauri build --target universal-apple-darwin",
12+
"build:desktop-macos-aarch64": "tauri build --target aarch64-apple-darwin",
13+
"build:desktop-win64": "tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc",
14+
"build:desktop-winaarch64": "tauri build --target universal-apple-darwin",
15+
"build:desktop-linux": "tauri build --target x86_64-unknown-linux-gnu",
16+
"preview": "bunx --bun vite preview",
17+
"check": "bunx --bun svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
18+
"check:watch": "bunx --bun svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
19+
"tauri": "tauri"
20+
},
21+
"license": "MIT",
22+
"dependencies": {
23+
"@sentry/sveltekit": "^9.28.1",
24+
"@tauri-apps/api": "^2.7.0",
25+
"@tauri-apps/plugin-autostart": "^2.5.0",
26+
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
27+
"@tauri-apps/plugin-dialog": "^2.3.1",
28+
"@tauri-apps/plugin-os": "^2.3.0",
29+
"@tauri-apps/plugin-shell": "^2.3.0",
30+
"@humanspeak/svelte-markdown": "^0.8.8",
31+
"lucide-svelte": "^0.525.0",
32+
"svelte-i18n": "^4.0.1"
33+
},
34+
"devDependencies": {
35+
"@skeletonlabs/skeleton": "^3.1.3",
36+
"@skeletonlabs/skeleton-svelte": "1.2.3",
37+
"@sveltejs/adapter-static": "^3.0.8",
38+
"@sveltejs/kit": "^2.21.4",
39+
"@sveltejs/vite-plugin-svelte": "^5.1.0",
40+
"@tailwindcss/forms": "^0.5.10",
41+
"@tailwindcss/vite": "^4.1.8",
42+
"@tauri-apps/cli": "^2.7.1",
43+
"@types/eslint": "^9.6.1",
44+
"@types/node": "^22.10.3",
45+
"autoprefixer": "^10.4.21",
46+
"caniuse-lite": "^1.0.30001727",
47+
"eslint": "^9.28.0",
48+
"eslint-config-prettier": "^10.1.5",
49+
"eslint-plugin-svelte": "^3.9.1",
50+
"globals": "^16.2.0",
51+
"prettier": "^3.5.3",
52+
"prettier-plugin-svelte": "^3.4.0",
53+
"prettier-plugin-tailwindcss": "^0.6.12",
54+
"svelte": "^5.33.19",
55+
"svelte-check": "^4.2.1",
56+
"tailwindcss": "^4.1.8",
57+
"typescript": "^5.8.3",
58+
"typescript-eslint": "^8.33.1",
59+
"vite": "^6.3.5"
60+
},
61+
"trustedDependencies": [
62+
"@parcel/watcher",
63+
"@sentry/cli",
64+
"@swc/core",
65+
"bufferutil",
66+
"canvas",
67+
"esbuild",
68+
"utf-8-validate"
69+
]
7070
}

app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qino-feed-client"
3-
version = "0.9.11"
3+
version = "0.9.80"
44
description = "Saga Reader"
55
authors = ["Sopaco"]
66
edition = "2024"

0 commit comments

Comments
 (0)