Skip to content

Commit b2fa5d8

Browse files
korniltsevclaude
andcommitted
Remove Jest core dependencies and canvas packages
Removed jest, ts-jest, jest-environment-jsdom, canvas, and canvas-to-buffer successfully. Build and typecheck pass. Co-Authored-By: Claude <[email protected]>
1 parent c61d6f6 commit b2fa5d8

File tree

2 files changed

+48
-1965
lines changed

2 files changed

+48
-1965
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
"@types/react-router-dom": "5.3.0",
5151
"@typescript-eslint/eslint-plugin": "^5.59.5",
5252
"@typescript-eslint/parser": "^5.59.5",
53-
"canvas": "^2.8.0",
54-
"canvas-to-buffer": "^1.1.1",
5553
"clean-webpack-plugin": "^3.0.0",
5654
"conventional-changelog-cli": "^2.1.1",
5755
"copy-webpack-plugin": "^11.0.0",
@@ -76,10 +74,8 @@
7674
"expose-loader": "^4.1.0",
7775
"html-webpack-plugin": "^5.5.0",
7876
"husky": "^8.0.3",
79-
"jest": "^28.1.3",
8077
"jest-canvas-mock": "^2.3.1",
8178
"jest-css-modules-transform": "^4.4.2",
82-
"jest-environment-jsdom": "^28.1.3",
8379
"jest-fetch-mock": "^3.0.3",
8480
"jest-image-snapshot": "^5.2.0",
8581
"lint-staged": "^15.0.2",
@@ -90,7 +86,6 @@
9086
"regenerator-runtime": "^0.13.9",
9187
"replace-in-file-webpack-plugin": "^1.0.6",
9288
"sass": "^1.60.0",
93-
"ts-jest": "^29.1.0",
9489
"tsconfig-paths-webpack-plugin": "^4.0.1",
9590
"typescript": "^4.5.2",
9691
"web-streams-polyfill": "^3.2.1",

0 commit comments

Comments
 (0)