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 Dec 16, 2024
1 parent ebf2753 commit 01cefe8
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 28 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion code/frontend-paymaster/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/frontend-paymaster/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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"
}
}
4 changes: 2 additions & 2 deletions code/frontend-paymaster/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/frontend-paymaster/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@vitejs/plugin-vue": "^5.0.5",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.2.0",
"typescript": "~5.4.0",
"typescript": "5.4.5",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
"vue-tsc": "2.1.6"
}
}
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"
}
}
Binary file modified code/wagmi/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion code/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
"typescript": "5.7.2"
}
}
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"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@
"nuxt-gtag": "3.0.1",
"rehype-katex": "7.0.1",
"remark-math": "6.0.0",
"vue-tsc": "2.1.6"
"vue-tsc": "2.1.10"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@playwright/test": "1.46.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@playwright/test": "1.49.1",
"@synthetixio/synpress": "^4.0.0-alpha.9",
"@vue/test-utils": "2.4.6",
"cspell": "8.14.4",
"eslint": "9.11.1",
"cspell": "8.17.1",
"eslint": "9.17.0",
"ethers": "6.13.3",
"hardhat": "2.22.12",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"markdownlint": "0.35.0",
"markdownlint-cli2": "0.14.0",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"markdownlint": "0.37.1",
"markdownlint-cli2": "0.16.0",
"node-pty": "1.0.0",
"pm2": "5.4.2",
"prettier": "3.3.3",
"pm2": "5.4.3",
"prettier": "3.4.2",
"prettier-eslint": "16.3.0",
"prettier-plugin-tailwindcss": "0.6.8",
"prettier-plugin-tailwindcss": "0.6.9",
"zksync-ethers": "6.13.0"
}
}

0 comments on commit 01cefe8

Please sign in to comment.