Skip to content

Commit

Permalink
fix: move eslint in circuits.js to dev deps (#11340)
Browse files Browse the repository at this point in the history
fixes: #11214
  • Loading branch information
Maddiaa0 authored Jan 19, 2025
1 parent aca84ff commit 079a2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/circuits.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@aztec/ethereum": "workspace:^",
"@aztec/foundation": "workspace:^",
"@aztec/types": "workspace:^",
"eslint": "^8.35.0",
"msgpackr": "^1.11.2",
"tslib": "^2.4.0",
"zod": "^3.23.8"
Expand All @@ -54,6 +53,7 @@
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.7.23",
"eslint": "^8.35.0",
"jest": "^29.5.0",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 079a2c4

Please sign in to comment.