Skip to content

Commit

Permalink
chore: dependency hell
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Jan 11, 2024
1 parent 6fcd056 commit ac22739
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 165 deletions.
2 changes: 1 addition & 1 deletion bot-pinner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"node": ">=16.13.0"
},
"devDependencies": {
"@dappnode/dappnodesdk": "^0.3.8"
"@dappnode/dappnodesdk": "^0.3.11"
}
}
6 changes: 3 additions & 3 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@typechain/hardhat": "^7.0.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^16.18.68",
"@types/node": "^16.18.70",
"@wagmi/cli": "^1.5.2",
"abitype": "^0.10.3",
"chai": "^4.3.10",
Expand All @@ -79,8 +79,8 @@
"graphql-request": "^6.1.0",
"hardhat": "2.15.0",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.42",
"hardhat-deploy-ethers": "^0.4.0-next.1",
"hardhat-deploy": "0.11.42",
"hardhat-deploy-ethers": "0.4.0-next.1",
"hardhat-deploy-tenderly": "^0.2.0",
"hardhat-docgen": "^1.3.0",
"hardhat-gas-reporter": "^1.0.9",
Expand Down
10 changes: 5 additions & 5 deletions kleros-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"test-data-mappings": "mocha -r ts-node/register/transpile-only dataMappings/test.ts"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"chai": "^4.3.8",
"dotenv": "^16.3.1",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@reality.eth/reality-eth-lib": "^3.2.29"
"@reality.eth/reality-eth-lib": "^3.2.30"
}
}
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@parcel/watcher": "~2.2.0",
"@types/amqplib": "^0.10.4",
"@types/busboy": "^1.5.3",
"@types/mustache": "^4.2.3",
"@types/mustache": "^4.2.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.26",
Expand Down Expand Up @@ -107,8 +107,8 @@
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"styled-components": "^5.3.9",
"viem": "^1.21.1",
"wagmi": "^1.4.12"
"viem": "^1.21.4",
"wagmi": "^1.4.13"
},
"volta": {
"node": "16.20.2",
Expand Down
Loading

0 comments on commit ac22739

Please sign in to comment.