Skip to content

Commit

Permalink
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.27.1 to 5.29.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.29.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2022
1 parent 28156d9 commit d914bde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.26.0",
"chai": "^4.3.6",
"chai-ethers": "^0.0.1",
Expand Down
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"generate": "graphql-codegen"
},
"devDependencies": {
"@parcel/transformer-svg-react": "^2.5.0",
"@parcel/transformer-svg-react": "^2.6.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.21",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/utils": "^5.29.0",
"eslint": "^8.16.0",
Expand All @@ -47,7 +47,7 @@
"eslint-plugin-security": "^1.4.0",
"eslint-utils": "^3.0.0",
"lru-cache": "^7.8.0",
"parcel": "^2.6.0",
"parcel": "^2.6.2",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
},
Expand Down

0 comments on commit d914bde

Please sign in to comment.