Skip to content

Commit

Permalink
Remove unused type deps
Browse files Browse the repository at this point in the history
  • Loading branch information
holzmaster committed Jan 21, 2025
1 parent d9eda84 commit 7d9ef50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.1.18",
"@types/jsdom": "^21.1.7",
"@types/minimist": "^1.2.5",
"@types/node-cron": "^3.0.11",
"@types/sqlite3": "^3.1.11",
"lefthook": "^1.10.10",
"pino-pretty": "^13.0.0",
"typescript": "^5.7.3",
Expand Down Expand Up @@ -251,8 +249,6 @@

"@types/jsdom": ["@types/[email protected]", "", { "dependencies": { "@types/node": "*", "@types/tough-cookie": "*", "parse5": "^7.0.0" } }, "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA=="],

"@types/minimist": ["@types/[email protected]", "", {}, "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag=="],

"@types/mysql": ["@types/[email protected]", "", { "dependencies": { "@types/node": "*" } }, "sha512-DSLCOXhkvfS5WNNPbfn2KdICAmk8lLc+/PNvnPnF7gOdMZCxopXduqv0OQ13y/yA/zXTSikZZqVgybUxOEg6YQ=="],

"@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg=="],
Expand All @@ -265,8 +261,6 @@

"@types/shimmer": ["@types/[email protected]", "", {}, "sha512-UE7oxhQLLd9gub6JKIAhDq06T0F6FnztwMNRvYgjeQSBeMc1ZG/tA47EwfduvkuQS8apbkM/lpLpWsaCeYsXVg=="],

"@types/sqlite3": ["@types/[email protected]", "", { "dependencies": { "@types/node": "*" } }, "sha512-KYF+QgxAnnAh7DWPdNDroxkDI3/MspH1NMx6m/N/6fT1G6+jvsw4/ZePt8R8cr7ta58aboeTfYFBDxTJ5yv15w=="],

"@types/tedious": ["@types/[email protected]", "", { "dependencies": { "@types/node": "*" } }, "sha512-KHPsfX/FoVbUGbyYvk1q9MMQHLPeRZhRJZdO45Q4YjvFkv4hMNghCWTvy7rdKessBsmtz4euWCWAB6/tVpI1Iw=="],

"@types/tough-cookie": ["@types/[email protected]", "", {}, "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA=="],
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.1.18",
"@types/jsdom": "^21.1.7",
"@types/minimist": "^1.2.5",
"@types/node-cron": "^3.0.11",
"@types/sqlite3": "^3.1.11",
"lefthook": "^1.10.10",
"pino-pretty": "^13.0.0",
"typescript": "^5.7.3"
Expand Down

0 comments on commit 7d9ef50

Please sign in to comment.