Skip to content

Commit

Permalink
Change jsdom to linkedom
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Nov 28, 2023
1 parent d866a18 commit 20de48b
Show file tree
Hide file tree
Showing 6 changed files with 716 additions and 766 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@
"Doujin",
"doujininfo",
"flac",
"formatversion",
"imageinfo",
"linkedom",
"Matthiola",
"metadatas",
"musicgenres",
"ogmusic",
"opensearch",
"ORIGINALYEAR",
"postprocess",
"promisify",
"squoosh",
"STREAMINFO",
"thtag",
"thwiki",
"TLMC",
"touhou",
"TRACKNUMBER",
Expand Down
15 changes: 0 additions & 15 deletions .vscode/tasks.json

This file was deleted.

26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,24 @@
"glob": "^10.2.7",
"image-type": "^4.1.0",
"imageinfo": "^1.0.4",
"jsdom": "^20.0.0",
"linkedom": "^0.16.4",
"node-id3": "^0.2.3",
"ora": "^5.4.1",
"yargs": "^17.5.1"
},
"devDependencies": {
"@the1812/eslint-config": "1.0.3",
"@types/jsdom": "^20.0.0",
"@types/node": "^16",
"@the1812/eslint-config": "1.0.4",
"@types/node": "^18",
"@types/yargs": "^17.0.12",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"eslint": "8.38.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.10.0",
"prettier": "2.8.8",
"typescript": "^4.9.5"
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "3.1.0",
"typescript": "^5.3.2"
},
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

0 comments on commit 20de48b

Please sign in to comment.