Skip to content

Commit

Permalink
🔁 Bump Dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Aug 24, 2024
1 parent fdc16b0 commit 6e908a9
Show file tree
Hide file tree
Showing 4 changed files with 567 additions and 1,199 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
pnpm-lock.yaml
out
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export default tseslint.config(
},
},
{
ignores: ["node_modules/**", "out/**"],
ignores: ["node_modules/**", "pnpm-lock.yaml", "out/**"],
},
);
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"lint:fix": "pnpm prettier:fix && npx eslint . --fix"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.9.1",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"@types/node": "^22.3.0",
"@types/node": "^22.5.0",
"@types/node-fetch": "^2.6.11",
"chai": "^5.1.1",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.2",
"mocha": "^10.7.3",
"node-fetch": "3.3.2",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
"typescript-eslint": "^8.2.0"
},
"type": "module"
}
Loading

0 comments on commit 6e908a9

Please sign in to comment.