mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-08 04:13:56 -05:00
chore(zk-groups): upgrade nx
This commit is contained in:
4
.husky/commit-msg
Executable file
4
.husky/commit-msg
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx --no-install commitlint --edit $1
|
||||
26
package.json
26
package.json
@@ -75,18 +75,18 @@
|
||||
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
|
||||
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
||||
"@nomiclabs/hardhat-etherscan": "^3.0.0",
|
||||
"@nrwl/cli": "14.1.8",
|
||||
"@nrwl/cypress": "14.1.8",
|
||||
"@nrwl/devkit": "14.1.8",
|
||||
"@nrwl/eslint-plugin-nx": "14.1.8",
|
||||
"@nrwl/jest": "14.1.8",
|
||||
"@nrwl/js": "14.1.8",
|
||||
"@nrwl/linter": "14.1.8",
|
||||
"@nrwl/nest": "14.1.8",
|
||||
"@nrwl/node": "14.1.8",
|
||||
"@nrwl/react": "^14.1.8",
|
||||
"@nrwl/web": "14.1.8",
|
||||
"@nrwl/workspace": "14.1.8",
|
||||
"@nrwl/cli": "15.6.3",
|
||||
"@nrwl/cypress": "15.6.3",
|
||||
"@nrwl/devkit": "15.6.3",
|
||||
"@nrwl/eslint-plugin-nx": "15.6.3",
|
||||
"@nrwl/jest": "15.6.3",
|
||||
"@nrwl/js": "15.6.3",
|
||||
"@nrwl/linter": "15.6.3",
|
||||
"@nrwl/nest": "15.6.3",
|
||||
"@nrwl/node": "15.6.3",
|
||||
"@nrwl/react": "^15.6.3",
|
||||
"@nrwl/web": "15.6.3",
|
||||
"@nrwl/workspace": "15.6.3",
|
||||
"@semaphore-protocol/proof": "3.0.0",
|
||||
"@testing-library/react": "13.1.1",
|
||||
"@typechain/ethers-v5": "^10.1.0",
|
||||
@@ -122,7 +122,7 @@
|
||||
"hardhat-gas-reporter": "^1.0.8",
|
||||
"jest": "27.5.1",
|
||||
"lint-staged": "^12.4.2",
|
||||
"nx": "14.1.8",
|
||||
"nx": "15.6.3",
|
||||
"prettier": "^2.5.1",
|
||||
"prettier-plugin-solidity": "^1.1.1",
|
||||
"process": "^0.11.10",
|
||||
|
||||
Reference in New Issue
Block a user