Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Oct 18, 2023
1 parent b7ebcf6 commit 2883ae3
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 33 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
cache: pip
cache-dependency-path: contracts/requirements.txt

- run: nargo backend install acvm-backend-barretenberg https://github.com/noir-lang/barretenberg-js-binary/raw/master/run-bb.tar.gz

- run: bun install
- run: pip install -r contracts/requirements.txt
- run: npx playwright install chromium webkit --with-deps
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"test:fmt": "forge fmt --check",
"test:solhint": "solhint '{../contracts,.}/**/*.sol'",
"test:forge": "forge test",
"test:slither": "slither .."
"test:slither": "cd .. && slither ."
},
"dependencies": {
"@receba/circuits": "workspace:*",
"@openzeppelin/contracts": "^5.0.0",
"solady": "^0.0.124"
"solady": "^0.0.127"
},
"devDependencies": {
"concurrently": "^8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion contracts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
slither-analyzer==0.9.6
slither-analyzer==0.10.0
26 changes: 13 additions & 13 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"dependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"circomlibjs": "^0.1.7",
"dotenv": "^16.3.1",
"ethers": "^6.7.1",
"hardhat": "^2.18.0",
"hardhat-deploy": "^0.11.42",
"typechain": "^8.3.1"
"ethers": "^6.8.0",
"hardhat": "^2.18.1",
"hardhat-deploy": "^0.11.43",
"typechain": "^8.3.2"
},
"devDependencies": {
"@types/chai": "^4.3.7",
"@types/circomlibjs": "^0.1.4",
"@types/eslint": "^8.44.4",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@types/chai": "^4.3.9",
"@types/circomlibjs": "^0.1.5",
"@types/eslint": "^8.44.6",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"chai": "^4.3.10",
"concurrently": "^8.2.1",
"eslint": "^8.51.0",
Expand All @@ -36,7 +36,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
Expand Down
File renamed without changes.
31 changes: 16 additions & 15 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
"@wagmi/core": "alpha",
"@web3modal/wagmi": "^3.1.0",
"circomlibjs": "^0.1.7",
"maplibre-gl": "^3.4.0",
"next": "^13.5.4",
"maplibre-gl": "^3.5.1",
"merkletreejs": "^0.3.10",
"next": "^13.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.6",
Expand All @@ -31,31 +32,31 @@
"zustand": "^4.4.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.4",
"@playwright/test": "^1.38.1",
"@next/bundle-analyzer": "^13.5.5",
"@playwright/test": "^1.39.0",
"@tailwindcss/typography": "^0.5.10",
"@types/circomlibjs": "^0.1.4",
"@types/eslint": "^8.44.4",
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@types/circomlibjs": "^0.1.5",
"@types/eslint": "^8.44.6",
"@types/node": "^20.8.7",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@wagmi/cli": "2.0.0-alpha.6",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.1",
"copy-webpack-plugin": "^11.0.0",
"daisyui": "^3.9.2",
"daisyui": "^3.9.3",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.5.4",
"eslint-config-next": "^13.5.5",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-playwright": "^0.16.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-playwright": "^0.17.0",
"eslint-plugin-prettier": "^5.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
Expand Down

0 comments on commit 2883ae3

Please sign in to comment.