Skip to content

Commit

Permalink
update all dependencies, targeting patch+minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Aug 27, 2024
1 parent 349f760 commit f6e7671
Show file tree
Hide file tree
Showing 8 changed files with 460 additions and 550 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,35 +51,35 @@
"@truffle/hdwallet-provider": "^2.1.15",
"@typechain/ethers-v5": "^11.1.2",
"@typechain/hardhat": "^8.0.3",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/lodash": "^4.17.7",
"@types/mocha": "^10.0.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cloc": "^2.11.0",
"copyfiles": "^2.4.1",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"hardhat": "^2.19.5",
"hardhat-deploy": "^0.11.45",
"eslint-plugin-prettier": "^5.2.1",
"hardhat": "^2.22.9",
"hardhat-deploy": "^0.12.4",
"husky": "^8.0.3",
"lerna": "^7.4.2",
"node-jq": "^4.3.0",
"nodemon": "^3.0.3",
"node-jq": "^4.4.0",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"prettier-eslint": "^15.0.1",
"solhint": "3.6.2",
"syncpack": "^10.9.3",
"truffle": "^5.11.5",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"typedoc": "^0.26.6",
"typescript": "^5.5.4",
"web3": "^1.10.4"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/automation-contracts/autowrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@openzeppelin/contracts": "4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.11.0",
"@superfluid-finance/metadata": "^1.4.0"
"@superfluid-finance/metadata": "^1.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/automation-contracts/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@openzeppelin/contracts": "4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.11.0",
"@superfluid-finance/metadata": "^1.4.0"
"@superfluid-finance/metadata": "^1.4.1"
}
}
8 changes: 4 additions & 4 deletions packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@truffle/contract": "4.6.31",
"ethereumjs-tx": "2.1.2",
"ethereumjs-util": "7.1.5",
"hardhat": "^2.19.5"
"hardhat": "^2.22.9"
},
"devDependencies": {
"@d10r/truffle-plugin-verify": "^0.6.10",
Expand All @@ -91,14 +91,14 @@
"@safe-global/safe-service-client": "^2.0.3",
"@safe-global/safe-web3-lib": "^1.9.4",
"@superfluid-finance/js-sdk": "^0.6.3",
"@superfluid-finance/metadata": "^1.4.0",
"async": "^3.2.5",
"@superfluid-finance/metadata": "^1.4.1",
"async": "^3.2.6",
"csv-writer": "^1.6.0",
"ethers": "^5.7.2",
"ganache-time-traveler": "1.0.16",
"mochawesome": "^7.1.3",
"readline": "1.3.0",
"solidity-coverage": "0.8.6",
"solidity-coverage": "0.8.12",
"solidity-docgen": "^0.6.0-beta.36",
"stack-trace": "0.0.10",
"truffle-flattener": "^1.6.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"cloc": "sh tasks/cloc.sh"
},
"dependencies": {
"@superfluid-finance/metadata": "^1.4.0",
"@superfluid-finance/metadata": "^1.4.1",
"@truffle/contract": "4.6.31",
"auto-bind": "4.0.0",
"node-fetch": "2.7.0"
},
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "^1.11.0",
"chai-as-promised": "^7.1.1",
"webpack": "^5.90.1",
"webpack-bundle-analyzer": "^4.10.1",
"chai-as-promised": "^7.1.2",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^4.10.0"
}
}
14 changes: 7 additions & 7 deletions packages/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@
},
"dependencies": {
"@superfluid-finance/ethereum-contracts": "^1.11.0",
"@superfluid-finance/metadata": "^1.4.0",
"@superfluid-finance/metadata": "^1.4.1",
"browserify": "^17.0.0",
"graphql-request": "^6.1.0",
"lodash": "^4.17.21",
"tsify": "^5.0.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@graphql-codegen/typed-document-node": "^5.0.4",
"@graphql-codegen/typescript": "^4.0.4",
"@graphql-codegen/typescript-operations": "^4.1.2",
"@graphql-codegen/typed-document-node": "^5.0.9",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-typed-document-node/core": "^3.2.0",
"ajv": "^8.12.0",
"ajv": "^8.17.1",
"ethers": "^5.7.2",
"get-graphql-schema": "^2.1.2",
"mocha": "^10.2.0"
"mocha": "^10.7.3"
},
"peerDependencies": {
"ethers": "^5.7.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"cloc": "cloc src"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.73.0",
"@graphprotocol/graph-cli": "0.80.1",
"@graphprotocol/graph-ts": "0.35.1",
"@superfluid-finance/sdk-core": "^0.8.0",
"mustache": "^4.2.0"
},
"devDependencies": {
"@superfluid-finance/metadata": "^1.4.0",
"@superfluid-finance/metadata": "^1.4.1",
"coingecko-api": "^1.0.10",
"graphql": "^16.8.1",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"lodash": "^4.17.21",
"matchstick-as": "^0.6.0"
Expand Down
Loading

0 comments on commit f6e7671

Please sign in to comment.