Skip to content

Commit

Permalink
fix(deps): update linters to ^7.9.0 (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 92d3119 commit 2bda1b2
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 74 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand All @@ -53,7 +53,7 @@
},
"devDependencies": {
"@babel/types": "^7.24.5",
"@typescript-eslint/utils": "^7.8.0",
"@typescript-eslint/utils": "^7.9.0",
"eslint": "^8.57.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0"
Expand Down
137 changes: 66 additions & 71 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2bda1b2

Please sign in to comment.