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 Sep 24, 2024
1 parent c6e5e2f commit 4481c35
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 84 deletions.
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.11.0",
"@types/node": "^22.5.5",
"@eslint/js": "^9.11.1",
"@types/node": "^22.6.1",
"dotenv": "^16.4.5",
"eslint": "^9.11.0",
"eslint": "^9.11.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.6.2",
"typescript-eslint": "^8.6.0"
"typescript-eslint": "^8.7.0"
}
}
Loading

0 comments on commit 4481c35

Please sign in to comment.