Skip to content

Commits on Source 21

## [2.7.18](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.17...v2.7.18) (2023-09-03)
### Bug Fixes
* **deps:** update all slow ring [@weekly](https://gitlab.kilic.dev/weekly) ([e418656](https://gitlab.kilic.dev/config/eslint-config/commit/e418656497d72852df6082f15d55b42eb7cda950))
## [2.7.17](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.16...v2.7.17) (2023-08-27)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "2.7.17",
"version": "2.7.18",
"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": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint-plugin-import": "^2.28.1",
"load-tsconfig": "^0.2.5"
},
......@@ -62,7 +62,7 @@
"@cenk1cenk2/cz-cc": "^1.6.7",
"eslint": "^8.48.0",
"lint-staged": "^13.3.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0"
},
"config": {
......
This diff is collapsed.