Skip to content

Commits on Source 23

## [2.7.26](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.25...v2.7.26) (2023-11-05)
### Bug Fixes
* **deps:** update all slow ring [@weekly](https://gitlab.kilic.dev/weekly) ([b01fe3d](https://gitlab.kilic.dev/config/eslint-config/commit/b01fe3dfb3d83fa8527a2ece9edf15ac7cabde97))
## [2.7.25](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.24...v2.7.25) (2023-10-29)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "2.7.25",
"version": "2.7.26",
"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.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint-plugin-import": "^2.29.0",
"load-tsconfig": "^0.2.5"
},
"devDependencies": {
"@cenk1cenk2/cz-cc": "^1.7.2",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0"
......
This diff is collapsed.