Skip to content

Commit 893c5e0

Browse files
remove hundreds of unused dependencies (#1302)
Co-authored-by: Andrew Lisowski <[email protected]>
1 parent e65d63d commit 893c5e0

File tree

6 files changed

+3
-1781
lines changed

6 files changed

+3
-1781
lines changed

packages/core/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"@jimp/types": "workspace:*",
1717
"@jimp/utils": "workspace:*",
1818
"await-to-js": "^3.0.0",
19-
"buffer": "^6.0.3",
2019
"exif-parser": "^0.1.12",
2120
"file-type": "^16.0.0",
2221
"mime": "3"

packages/jimp/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161
"@jimp/plugin-rotate": "workspace:*",
6262
"@jimp/plugin-threshold": "workspace:*",
6363
"@jimp/types": "workspace:*",
64-
"@jimp/utils": "workspace:*",
65-
"@rspack/cli": "^0.5.9"
64+
"@jimp/utils": "workspace:*"
6665
},
6766
"devDependencies": {
6867
"@jimp/config-eslint": "workspace:*",

plugins/plugin-cover/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@jimp/plugin-crop": "workspace:*",
1818
"@jimp/plugin-resize": "workspace:*",
1919
"@jimp/types": "workspace:*",
20-
"@jimp/utils": "workspace:*",
2120
"zod": "^3.22.4"
2221
},
2322
"devDependencies": {

plugins/plugin-dither/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"author": "Andrew Lisowski <[email protected]>",
1212
"license": "MIT",
1313
"dependencies": {
14-
"@jimp/types": "workspace:*",
15-
"@jimp/utils": "workspace:*"
14+
"@jimp/types": "workspace:*"
1615
},
1716
"devDependencies": {
1817
"@jimp/config-eslint": "workspace:*",

plugins/plugin-print/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"@jimp/js-png": "workspace:*",
7777
"@jimp/plugin-blit": "workspace:*",
7878
"@jimp/types": "workspace:*",
79-
"@jimp/utils": "workspace:*",
8079
"parse-bmfont-ascii": "^1.0.6",
8180
"parse-bmfont-binary": "^1.0.6",
8281
"parse-bmfont-xml": "^1.1.6",

0 commit comments

Comments
 (0)