Skip to content

Commit 1614348

Browse files
committed
chore: fix linting
1 parent 687b0ba commit 1614348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
},
8181
"optionalDependencies": {
8282
"@tauri-apps/plugin-http": "^2.4.4",
83+
"cheerio": "^1.0.0",
8384
"fast-xml-parser": "^5.2.3",
84-
"undici": "^7.10.0",
85-
"cheerio": "^1.0.0"
85+
"undici": "^7.10.0"
8686
},
8787
"devDependencies": {
8888
"@types/bun": "^1.2.13",

0 commit comments

Comments
 (0)