Skip to content

Commit

Permalink
fix: runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Goldman committed Oct 30, 2023
1 parent 33c7606 commit d92aab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"dotenv": "^16.3.1",
"node-fetch": "^2.7.0",
"puppeteer": "^21.4.1",
"puppeteer-core": "^21.4.1"
"puppeteer-core": "^21.4.1",
"sharp": "^0.32.6"
},
"devDependencies": {
"@dcl/eslint-config": "^1.1.12",
"@types/node": "^20.8.8",
"@types/node-fetch": "^2.6.7",
"@well-known-components/test-helpers": "^1.5.3",
"sharp": "^0.32.6",
"ts-node": "^10.9.1",
"typescript": "~5.0.4"
}
Expand Down

0 comments on commit d92aab4

Please sign in to comment.