Skip to content

Chore/dependabot fixes #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3c7f9ce
chore(deps-dev): bump hardhat from 2.9.7 to 2.9.9
dependabot[bot] Jun 22, 2022
91c8896
chore(deps-dev): bump eslint-plugin-react-hooks from 4.5.0 to 4.6.0
dependabot[bot] Jun 22, 2022
0b019f0
chore(deps): bump actions/cache from 2.1.7 to 3.0.4
dependabot[bot] Jun 23, 2022
b226e70
chore(deps): bump @graphprotocol/graph-cli from 0.30.4 to 0.31.0
dependabot[bot] Jun 23, 2022
bddf973
chore(deps-dev): bump @typescript-eslint/parser from 5.27.1 to 5.29.0
dependabot[bot] Jun 23, 2022
e588c50
chore(deps): bump react and @types/react
dependabot[bot] Jun 23, 2022
7146b0d
chore(deps): bump react-dom from 18.1.0 to 18.2.0
dependabot[bot] Jun 23, 2022
1cc5528
chore(deps): bump @graphql-codegen/typescript-operations
dependabot[bot] Jun 23, 2022
d914bde
chore(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] Jun 23, 2022
a11404b
chore(deps-dev): bump @typechain/hardhat from 6.0.0 to 6.1.2
dependabot[bot] Jun 23, 2022
2e0aef8
Merge pull request #116 from kleros/dependabot/npm_and_yarn/typechain…
jaybuidl Jun 23, 2022
66a8fcc
Merge pull request #115 from kleros/dependabot/npm_and_yarn/typescrip…
jaybuidl Jun 23, 2022
8e51a3d
Merge pull request #113 from kleros/dependabot/npm_and_yarn/graphql-c…
jaybuidl Jun 23, 2022
b6c9924
Merge pull request #111 from kleros/dependabot/npm_and_yarn/react-and…
jaybuidl Jun 23, 2022
668293c
Merge pull request #110 from kleros/dependabot/npm_and_yarn/graphprot…
jaybuidl Jun 23, 2022
8177ecf
Merge pull request #109 from kleros/dependabot/github_actions/actions…
jaybuidl Jun 23, 2022
b3dc0c8
Merge pull request #105 from kleros/dependabot/npm_and_yarn/react-dom…
jaybuidl Jun 23, 2022
b5c9ee5
Merge pull request #104 from kleros/dependabot/npm_and_yarn/eslint-pl…
jaybuidl Jun 23, 2022
7c4437a
Merge pull request #102 from kleros/dependabot/npm_and_yarn/hardhat-2…
jaybuidl Jun 23, 2022
027bc01
Merge branch 'chore/dependabot-fixes' into dependabot/npm_and_yarn/ty…
jaybuidl Jun 23, 2022
7021415
Merge pull request #114 from kleros/dependabot/npm_and_yarn/typescrip…
jaybuidl Jun 23, 2022
3d02985
chore: updated lock file
jaybuidl Jun 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/contracts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache node modules
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.4
env:
cache-name: cache-node-modules
with:
Expand Down
8 changes: 4 additions & 4 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"@openzeppelin/contracts": "^4.6.0",
"@tenderly/hardhat-tenderly": "^1.0.15",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"chai": "^4.3.6",
"chai-ethers": "^0.0.1",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.4.4",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.6.7",
"follow-redirects": "^1.15.0",
"hardhat": "^2.9.6",
"hardhat": "^2.9.9",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-deploy": "^0.11.10",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
Expand Down
2 changes: 1 addition & 1 deletion subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 KlerosCore"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.30.3",
"@graphprotocol/graph-cli": "^0.31.0",
"@graphprotocol/graph-ts": "^0.27.0"
}
}
14 changes: 7 additions & 7 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
},
"devDependencies": {
"@parcel/transformer-svg-react": "^2.6.2",
"@types/react": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.21",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@typescript-eslint/utils": "^5.29.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-parcel": "^1.10.6",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-security": "^1.4.0",
"eslint-utils": "^3.0.0",
"lru-cache": "^7.8.0",
Expand All @@ -54,7 +54,7 @@
"dependencies": {
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.4.9",
"@graphql-codegen/typescript-operations": "^2.3.6",
"@graphql-codegen/typescript-operations": "^2.4.2",
"@kleros/kleros-v2-contracts": "workspace:^",
"@kleros/ui-components-library": "^1.1.0",
"chart.js": "^3.7.1",
Expand All @@ -64,9 +64,9 @@
"graphql": "^16.4.0",
"graphql-request": "^4.2.0",
"moment": "^2.29.3",
"react": "^18.0.0",
"react": "^18.2.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "^18.0.0",
"react-dom": "^18.2.0",
"react-is": "^18.0.0",
"react-router-dom": "6",
"styled-components": "^5.3.5",
Expand Down
Loading