Skip to content

Commit

Permalink
feat: refactor UpdateViewer
Browse files Browse the repository at this point in the history
* drop snarkdown use react-markdown
* fix the  link opening in tauri
  • Loading branch information
keiko233 committed Feb 29, 2024
1 parent aae5cc2 commit 94fff23
Show file tree
Hide file tree
Showing 3 changed files with 630 additions and 34 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clash-nyanpasu",
"version": "1.4.5",
"version": "1.4.4",
"license": "GPL-3.0",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -87,11 +87,11 @@
"react-error-boundary": "4.0.12",
"react-hook-form": "7.50.1",
"react-i18next": "14.0.5",
"react-markdown": "^9.0.1",
"react-router-dom": "6.22.2",
"react-transition-group": "4.4.5",
"react-virtuoso": "4.7.1",
"recoil": "0.7.7",
"snarkdown": "2.0.0",
"swr": "2.2.5"
},
"devDependencies": {
Expand Down

0 comments on commit 94fff23

Please sign in to comment.