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 1ba7c8e commit fd3b43b
Show file tree
Hide file tree
Showing 5 changed files with 447 additions and 886 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Run codespell
uses: codespell-project/actions-codespell@v2.0
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
skip: ./.git,pnpm-lock.yaml
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
pnpm-lock.yaml
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = tseslint.config(
{
ignores: [
"node_modules/**",
"pnpm-lock.yaml",
],
},
);
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"lint:fix": "pnpm prettier:fix && npx eslint . --fix"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/node": "^22.3.0",
"@eslint/js": "^9.9.1",
"@types/node": "^22.5.0",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.2",
"kzg-wasm": "^0.4.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
"typescript-eslint": "^8.2.0"
}
}
Loading

0 comments on commit fd3b43b

Please sign in to comment.