Skip to content

Commit

Permalink
remove hundreds of unused dependencies (#1302)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lisowski <[email protected]>
  • Loading branch information
benmccann and hipstersmoothie authored Sep 1, 2024
1 parent e65d63d commit 893c5e0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1,781 deletions.
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@jimp/types": "workspace:*",
"@jimp/utils": "workspace:*",
"await-to-js": "^3.0.0",
"buffer": "^6.0.3",
"exif-parser": "^0.1.12",
"file-type": "^16.0.0",
"mime": "3"
Expand Down
3 changes: 1 addition & 2 deletions packages/jimp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"@jimp/plugin-rotate": "workspace:*",
"@jimp/plugin-threshold": "workspace:*",
"@jimp/types": "workspace:*",
"@jimp/utils": "workspace:*",
"@rspack/cli": "^0.5.9"
"@jimp/utils": "workspace:*"
},
"devDependencies": {
"@jimp/config-eslint": "workspace:*",
Expand Down
1 change: 0 additions & 1 deletion plugins/plugin-cover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@jimp/plugin-crop": "workspace:*",
"@jimp/plugin-resize": "workspace:*",
"@jimp/types": "workspace:*",
"@jimp/utils": "workspace:*",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions plugins/plugin-dither/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"author": "Andrew Lisowski <[email protected]>",
"license": "MIT",
"dependencies": {
"@jimp/types": "workspace:*",
"@jimp/utils": "workspace:*"
"@jimp/types": "workspace:*"
},
"devDependencies": {
"@jimp/config-eslint": "workspace:*",
Expand Down
1 change: 0 additions & 1 deletion plugins/plugin-print/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"@jimp/js-png": "workspace:*",
"@jimp/plugin-blit": "workspace:*",
"@jimp/types": "workspace:*",
"@jimp/utils": "workspace:*",
"parse-bmfont-ascii": "^1.0.6",
"parse-bmfont-binary": "^1.0.6",
"parse-bmfont-xml": "^1.1.6",
Expand Down
Loading

0 comments on commit 893c5e0

Please sign in to comment.