Skip to content

Commit

Permalink
update deps (#45)
Browse files Browse the repository at this point in the history
* update deps

* lint fixes
  • Loading branch information
kakkokari-gtyih authored Feb 2, 2025
1 parent e9547a5 commit ee06d84
Show file tree
Hide file tree
Showing 5 changed files with 1,210 additions and 956 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@misskey-dev/eslint-plugin": "^2.0.3",
"@swc/core": "^1.9.1",
"@misskey-dev/eslint-plugin": "^2.1.0",
"@swc/core": "^1.10.12",
"@swc/jest": "^0.2.37",
"@types/cheerio": "0.22.35",
"@types/debug": "4.1.12",
"@types/escape-regexp": "^0.0.3",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"debug": "^4.3.7",
"eslint": "^9.14.0",
"@types/node": "22.13.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"debug": "^4.4.0",
"eslint": "^9.19.0",
"eslint-plugin-import": "^2.31.0",
"fastify": "^5.1.0",
"fastify-cli": "^7.0.1",
"fastify": "^5.2.1",
"fastify-cli": "^7.3.0",
"jest": "^29.7.0",
"tsc-alias": "^1.8.10",
"typescript": "5.6.3"
"typescript": "5.7.3"
},
"dependencies": {
"cheerio": "1.0.0",
"escape-regexp": "0.0.1",
"got": "^14.4.4",
"got": "^14.4.5",
"html-entities": "2.5.2",
"iconv-lite": "0.6.3",
"jschardet": "3.1.4",
Expand Down
Loading

0 comments on commit ee06d84

Please sign in to comment.