Skip to content

Commits on Source 15

## [2.7.29](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.28...v2.7.29) (2023-12-03)
### Bug Fixes
* **deps:** update all slow ring [@weekly](https://gitlab.kilic.dev/weekly) ([1d405be](https://gitlab.kilic.dev/config/eslint-config/commit/1d405becd3bbea73f30c46f79e46a6e1692e2ebc))
## [2.7.28](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.27...v2.7.28) (2023-11-26)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "2.7.28",
"version": "2.7.29",
"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.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint-plugin-import": "^2.29.0",
"load-tsconfig": "^0.2.5"
},
"devDependencies": {
"@cenk1cenk2/cz-cc": "^1.7.2",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"lint-staged": "^14.0.1",
"prettier": "^3.1.0",
"simple-git-hooks": "^2.9.0"
......
This diff is collapsed.