Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#74)
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, 2023
1 parent b1f74af commit 547f5f9
Show file tree
Hide file tree
Showing 7 changed files with 140 additions and 164 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@sxzz/eslint-config": "workspace:*",
"bumpp": "^9.1.0",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"typescript": "^5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/all/package.json
Expand Up @@ -33,6 +33,6 @@
"@sxzz/eslint-config-vue": "workspace:*"
},
"devDependencies": {
"eslint": "^8.39.0"
"eslint": "^8.40.0"
}
}
6 changes: 3 additions & 3 deletions packages/basic/package.json
Expand Up @@ -28,12 +28,12 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.7.0",
"eslint-plugin-jsonc": "^2.8.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-yml": "^1.5.0"
"eslint-plugin-yml": "^1.7.0"
},
"devDependencies": {
"eslint": "^8.39.0"
"eslint": "^8.40.0"
}
}
4 changes: 2 additions & 2 deletions packages/prettier/package.json
Expand Up @@ -27,10 +27,10 @@
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.20.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-yml": "^1.5.0",
"eslint-plugin-yml": "^1.7.0",
"prettier": "^2.8.8"
},
"devDependencies": {
"eslint": "^8.39.0"
"eslint": "^8.40.0"
}
}
6 changes: 3 additions & 3 deletions packages/typescript/package.json
Expand Up @@ -26,12 +26,12 @@
},
"dependencies": {
"@sxzz/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint-define-config": "^1.20.0",
"typescript": "^5.0.4"
},
"devDependencies": {
"eslint": "^8.39.0"
"eslint": "^8.40.0"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Expand Up @@ -32,10 +32,10 @@
"dependencies": {
"@sxzz/eslint-config-ts": "workspace:*",
"eslint-define-config": "^1.20.0",
"eslint-plugin-vue": "^9.11.0",
"eslint-plugin-vue": "^9.12.0",
"local-pkg": "^0.4.3"
},
"devDependencies": {
"eslint": "^8.39.0"
"eslint": "^8.40.0"
}
}

0 comments on commit 547f5f9

Please sign in to comment.