Skip to content

Commits on Source 33

## [2.7.21](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.20...v2.7.21) (2023-09-24)
### Bug Fixes
* **deps:** update all slow ring [@weekly](https://gitlab.kilic.dev/weekly) ([a3c0442](https://gitlab.kilic.dev/config/eslint-config/commit/a3c0442eb9c97c4176c70123b847700eff617c16))
## [2.7.20](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.19...v2.7.20) (2023-09-17)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "2.7.20",
"version": "2.7.21",
"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.0",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-plugin-import": "^2.28.1",
"load-tsconfig": "^0.2.5"
},
"devDependencies": {
"@cenk1cenk2/cz-cc": "^1.6.7",
"eslint": "^8.49.0",
"@cenk1cenk2/cz-cc": "^1.7.1",
"eslint": "^8.50.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0"
......
This diff is collapsed.