Skip to content

Commits on Source 7

## [2.7.13](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.12...v2.7.13) (2023-07-30)
### Bug Fixes
* **deps:** update all slow ring [@weekly](https://gitlab.kilic.dev/weekly) ([a2f783a](https://gitlab.kilic.dev/config/eslint-config/commit/a2f783abe67673d9a73e4a8791c05dadbb0ed2c0))
## [2.7.12](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.11...v2.7.12) (2023-07-28)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "2.7.12",
"version": "2.7.13",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......@@ -53,8 +53,8 @@
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint-plugin-import": "^2.28.0",
"load-tsconfig": "^0.2.5"
},
......@@ -62,7 +62,7 @@
"@cenk1cenk2/cz-cc": "^1.6.6",
"eslint": "^8.45.0",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"simple-git-hooks": "^2.9.0"
},
"config": {
......
This diff is collapsed.