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] authored Jun 20, 2023
1 parent 898c724 commit cd01c42
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 158 deletions.
16 changes: 8 additions & 8 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",
"@babel/eslint-parser": "7.22.5",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "8.8.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.6",
"typescript": "5.1.3"
},
"devDependencies": {
"vitest": "0.30.1"
"vitest": "0.32.2"
}
}
Loading

0 comments on commit cd01c42

Please sign in to comment.