Skip to content

Commit 34bcfe4

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
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] <[email protected]>
1 parent 2a4062c commit 34bcfe4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/chai": "^4.3.1",
3131
"@types/mocha": "^9.1.1",
3232
"@types/node": "^16",
33-
"@typescript-eslint/eslint-plugin": "^5.26.0",
33+
"@typescript-eslint/eslint-plugin": "^5.29.0",
3434
"@typescript-eslint/parser": "^5.26.0",
3535
"chai": "^4.3.6",
3636
"chai-ethers": "^0.0.1",

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"generate": "graphql-codegen"
3131
},
3232
"devDependencies": {
33-
"@parcel/transformer-svg-react": "^2.5.0",
33+
"@parcel/transformer-svg-react": "^2.6.2",
3434
"@types/react": "^18.0.0",
3535
"@types/react-dom": "^18.0.0",
3636
"@types/styled-components": "^5.1.21",
37-
"@typescript-eslint/eslint-plugin": "^5.27.0",
37+
"@typescript-eslint/eslint-plugin": "^5.29.0",
3838
"@typescript-eslint/parser": "^5.27.0",
3939
"@typescript-eslint/utils": "^5.29.0",
4040
"eslint": "^8.16.0",
@@ -47,7 +47,7 @@
4747
"eslint-plugin-security": "^1.4.0",
4848
"eslint-utils": "^3.0.0",
4949
"lru-cache": "^7.8.0",
50-
"parcel": "^2.6.0",
50+
"parcel": "^2.6.2",
5151
"prettier": "^2.5.1",
5252
"typescript": "^4.5.5"
5353
},

0 commit comments

Comments
 (0)