Skip to content

Commit 1c3d423

Browse files
authored
Merge pull request #371 from bayashi/update-lib
Update lib
2 parents 7300156 + b260023 commit 1c3d423

File tree

2 files changed

+153
-97
lines changed

2 files changed

+153
-97
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@
2121
"@tauri-apps/plugin-opener": "2.4.0",
2222
"@tauri-apps/plugin-os": "2.3.0",
2323
"@tauri-apps/plugin-window-state": "2.4.0",
24+
"basic-ftp": "5.2.0",
2425
"cdate": "0.0.7",
2526
"diff": "8.0.3",
2627
"fast-xml-parser": "5.3.8",
2728
"lodash": "4.17.23",
29+
"minimatch": "9.0.6",
30+
"serialize-javascript": "7.0.3",
2831
"undici": "6.23.0"
2932
},
3033
"devDependencies": {
@@ -36,6 +39,7 @@
3639
"@wdio/spec-reporter": "^9.20.0",
3740
"eslint": "^10.0.0",
3841
"globals": "^17.3.0",
42+
"rollup": "4.59.0",
3943
"vite": "7.3.0",
4044
"webdriverio": "^9.21.0"
4145
},

0 commit comments

Comments
 (0)