Skip to content

Commits on Source 21

## [2.7.5](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.4...v2.7.5) (2023-05-14)
### Bug Fixes
* **deps:** update all slow ring [@weekly](https://gitlab.kilic.dev/weekly) to ^5.59.5 ([226d2ea](https://gitlab.kilic.dev/config/eslint-config/commit/226d2ea67f5f05ba21ffdfd5b050a97279b0cb7f))
## [2.7.4](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.3...v2.7.4) (2023-05-07)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "2.7.4",
"version": "2.7.5",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......@@ -53,13 +53,13 @@
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint-plugin-import": "^2.27.5",
"load-tsconfig": "^0.2.5"
},
"devDependencies": {
"@cenk1cenk2/cz-cc": "^1.6.4",
"@cenk1cenk2/cz-cc": "^1.6.5",
"eslint": "^8.40.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
......
This diff is collapsed.