Skip to content

Commits on Source 53

## [2.7.24](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.23...v2.7.24) (2023-10-22)
### Bug Fixes
* **deps:** update all slow ring [@weekly](https://gitlab.kilic.dev/weekly) ([1389ecf](https://gitlab.kilic.dev/config/eslint-config/commit/1389ecf5b5a64acc1d9cddd1f5a8df48ed7a5206))
* **deps:** update all slow ring [@weekly](https://gitlab.kilic.dev/weekly) to ^6.7.5 ([602637a](https://gitlab.kilic.dev/config/eslint-config/commit/602637a6b145343911cd792ea2c583b984605c46))
## [2.7.23](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.22...v2.7.23) (2023-10-08)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "2.7.23",
"version": "2.7.24",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......@@ -53,14 +53,14 @@
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint-plugin-import": "^2.28.1",
"load-tsconfig": "^0.2.5"
},
"devDependencies": {
"@cenk1cenk2/cz-cc": "^1.7.1",
"eslint": "^8.51.0",
"@cenk1cenk2/cz-cc": "^1.7.2",
"eslint": "^8.52.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0"
......
This diff is collapsed.