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 Jun 16, 2023
1 parent 74df222 commit f8a0901
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 183 deletions.
12 changes: 6 additions & 6 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",
"@babel/eslint-parser": "7.22.5",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"eslint": "8.42.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 f8a0901

Please sign in to comment.