Skip to content

Commit

Permalink
fix: Remove canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Feb 6, 2024
1 parent bb2d9da commit 1a17376
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 13 deletions.
1 change: 0 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default async (): Promise<Config> => {
'decentraland-ecs': 'identity-obj-proxy',
'^.*/modules/curations/collectionCuration/toasts.*$': 'identity-obj-proxy',
'@dcl/ecs': 'identity-obj-proxy',
canvas: 'identity-obj-proxy',
'^.+?raw': 'identity-obj-proxy',
'@dcl/single-sign-on-client': 'identity-obj-proxy',
'\\.(css|less)$': 'identity-obj-proxy',
Expand Down
73 changes: 62 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"canvas": "^2.11.2",
"concurrently": "^7.2.2",
"decentraland-rpc": "^3.1.8",
"dotenv": "^16.4.1",
Expand Down

0 comments on commit 1a17376

Please sign in to comment.