Skip to content

Commit

Permalink
fix(deps): update packages/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 31, 2023
1 parent 980e5b3 commit d050d41
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 292 deletions.
18 changes: 9 additions & 9 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"test": "vitest run"
},
"dependencies": {
"@babel/eslint-parser": "7.21.3",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"eslint-config-prettier": "8.8.0",
"@babel/eslint-parser": "7.22.9",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vitest": "0.1.4",
"typescript": "5.0.4"
"eslint-plugin-vitest": "0.2.8",
"typescript": "5.1.6"
},
"devDependencies": {
"vitest": "0.30.1"
"vitest": "0.33.0"
}
}
Loading

0 comments on commit d050d41

Please sign in to comment.