Skip to content

Commit 185257d

Browse files
authored
Merge pull request #242 from solaoi/main
v0.9.35
2 parents bae7f86 + b25305c commit 185257d

File tree

6 files changed

+407
-351
lines changed

6 files changed

+407
-351
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lycoris",
33
"private": true,
4-
"version": "0.9.34",
4+
"version": "0.9.35",
55
"type": "module",
66
"license": "MIT",
77
"engines": {
@@ -16,17 +16,17 @@
1616
"debug:rs": "RUST_BACKTRACE=1 tauri dev --verbose"
1717
},
1818
"dependencies": {
19-
"@szhsin/react-menu": "^4.3.1",
20-
"@tauri-apps/api": "^2.0.0",
21-
"@tauri-apps/plugin-fs": "^2.0.0",
19+
"@szhsin/react-menu": "^4.4.0",
20+
"@tauri-apps/api": "^2.5.0",
21+
"@tauri-apps/plugin-fs": "^2.2.1",
2222
"@tauri-apps/plugin-sql": "^2.2.0",
23-
"@tauri-apps/plugin-dialog": "^2.0.0",
23+
"@tauri-apps/plugin-dialog": "^2.2.1",
2424
"dayjs": "^1.11.13",
2525
"highlight.js": "^11.11.1",
2626
"html2canvas": "^1.4.1",
27-
"json-edit-react": "^1.23.1",
28-
"markdown-to-jsx": "^7.7.4",
29-
"mermaid": "^11.5.0",
27+
"json-edit-react": "^1.26.2",
28+
"markdown-to-jsx": "^7.7.6",
29+
"mermaid": "^11.6.0",
3030
"react": "^18.3.1",
3131
"react-dom": "^18.3.1",
3232
"react-h5-audio-player": "^3.9.3",
@@ -35,10 +35,10 @@
3535
"react-toastify": "^11.0.5",
3636
"recoil": "^0.7.7",
3737
"tauri-plugin-clipboard-api": "2.1.11",
38-
"zenn-content-css": "^0.1.158"
38+
"zenn-content-css": "^0.1.159"
3939
},
4040
"devDependencies": {
41-
"@tauri-apps/cli": "^2.0.0",
41+
"@tauri-apps/cli": "^2.5.0",
4242
"@types/markdown-it": "^14.1.2",
4343
"@types/react": "^18.3.18",
4444
"@types/react-dom": "^18.3.5",
@@ -47,7 +47,7 @@
4747
"daisyui": "^3.9.4",
4848
"postcss": "^8.5.3",
4949
"tailwindcss": "^3.4.17",
50-
"typescript": "^5.8.2",
51-
"vite": "^6.2.7"
50+
"typescript": "^5.8.3",
51+
"vite": "^6.3.5"
5252
}
5353
}

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "lycoris"
3-
version = "0.9.34"
3+
version = "0.9.35"
44
description = "Lycoris is an offline voice memo"
55
authors = ["solaoi"]
66
license = "MIT"

0 commit comments

Comments
 (0)