Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#16)
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 Jul 3, 2023
1 parent 8380162 commit fa72812
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 172 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sxzz/eslint-config",
"version": "3.1.0",
"packageManager": "pnpm@8.6.4",
"packageManager": "pnpm@8.6.5",
"description": "ESLint config for @sxzz.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -38,12 +38,12 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@eslint/js": "^8.43.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@eslint/js": "^8.44.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-antfu": "^0.39.5",
"eslint-plugin-antfu": "^0.39.6",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.9.0",
Expand All @@ -60,12 +60,12 @@
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
"@sxzz/prettier-config": "^1.0.2",
"@types/node": "^18.16.18",
"@sxzz/prettier-config": "^1.0.3",
"@types/node": "^18.16.19",
"bumpp": "^9.1.1",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"tsup": "^7.1.0",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=16.14.0"
Expand Down

0 comments on commit fa72812

Please sign in to comment.