Skip to content

Commit

Permalink
Merge pull request #362 from liquity/update_dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
danielattilasimon committed Mar 13, 2021
2 parents 609335e + 5496234 commit 6140a92
Show file tree
Hide file tree
Showing 10 changed files with 2,323 additions and 2,582 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
@@ -1,5 +1,6 @@
{
"slither.solcPath": "",
"slither.hiddenDetectors": [],
"solidity.compileUsingRemoteVersion": "v0.6.11+commit.5ef660b1"
"solidity.compileUsingRemoteVersion": "v0.6.11+commit.5ef660b1",
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -93,7 +93,7 @@
"fs-extra": "^9.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"semantic-release": "^17.3.8",
"semantic-release": "^17.4.2",
"semantic-release-monorepo": "^7.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/dev-frontend/package.json
Expand Up @@ -41,7 +41,7 @@
"react-scripts": "^4.0.0-next.98",
"source-map-explorer": "^2.4.2",
"theme-ui": "^0.6.0-alpha.4",
"typescript": "^4.0.3"
"typescript": "~4.1.0"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuzzer/package.json
Expand Up @@ -11,7 +11,7 @@
"dotenv": "^8.2.0",
"ethers": "^5.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"typescript": "~4.1.0",
"yargs": "^16.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/lib-base/package.json
Expand Up @@ -36,6 +36,6 @@
"mocha": "^8.2.1",
"npm-run-all": "^4.1.5",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
"typescript": "~4.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/lib-ethers/package.json
Expand Up @@ -60,6 +60,6 @@
"hardhat": "^2.0.3",
"npm-run-all": "^4.1.5",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
"typescript": "~4.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/lib-react/package.json
Expand Up @@ -24,6 +24,6 @@
"eslint-plugin-react-hooks": "^4.1.2",
"npm-run-all": "^4.1.5",
"react": "^17.0.1",
"typescript": "^4.0.3"
"typescript": "~4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/lib-subgraph/package.json
Expand Up @@ -18,12 +18,12 @@
"apollo": "^2.30.3",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "^4.0.3"
"typescript": "~4.1.0"
},
"dependencies": {
"@apollo/client": "^3.2.0",
"@ethersproject/address": "^5.0.0",
"cross-fetch": "^3.0.6",
"cross-fetch": "~3.0.6",
"graphql": "^15.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/providers/package.json
Expand Up @@ -14,7 +14,7 @@
"ethers": "^5.0.0",
"npm-run-all": "^4.1.5",
"ts-node": "^9.1.1",
"typescript": "^4.0.3"
"typescript": "~4.1.0"
},
"peerDependencies": {
"ethers": "^5.0.0"
Expand Down
4,884 changes: 2,312 additions & 2,572 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6140a92

Please sign in to comment.