Skip to content

Commit

Permalink
chore(deps): update tooling dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent a122f99 commit f184c2f
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion code/multisig/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/multisig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"hardhat": "^2.22.7",
"mocha": "^10.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript": "5.6.2",
"zksync-ethers": "^6.11.0"
}
}
3 changes: 2 additions & 1 deletion code/webauthn/contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/webauthn/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"hardhat": "^2.22.7",
"mocha": "^10.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript": "5.5.4",
"zksync-ethers": "^6.11.0"
}
}
5 changes: 3 additions & 2 deletions code/webauthn/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions code/webauthn/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"typescript": "^5"
"typescript": "5.6.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@playwright/test": "1.47.2",
"@playwright/test": "1.48.0",
"@vue/test-utils": "2.4.6",
"cspell": "8.14.4",
"eslint": "9.11.1",
"cspell": "8.15.1",
"eslint": "9.12.0",
"ethers": "6.13.3",
"hardhat": "2.22.12",
"husky": "9.1.6",
Expand Down

0 comments on commit f184c2f

Please sign in to comment.