Skip to content

Commits on Source 49

## [2.7.27](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.26...v2.7.27) (2023-11-19)
### Bug Fixes
* **deps:** update all slow ring [@weekly](https://gitlab.kilic.dev/weekly) ([5348ce0](https://gitlab.kilic.dev/config/eslint-config/commit/5348ce07de644c7494eb0991fd5911942a6357c8))
* **deps:** update all slow ring [@weekly](https://gitlab.kilic.dev/weekly) to ^6.10.0 ([fdaf390](https://gitlab.kilic.dev/config/eslint-config/commit/fdaf390256e6a4751a0f66a5a6482efc50c7a190))
## [2.7.26](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.25...v2.7.26) (2023-11-05)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "2.7.26",
"version": "2.7.27",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......@@ -53,16 +53,16 @@
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint-plugin-import": "^2.29.0",
"load-tsconfig": "^0.2.5"
},
"devDependencies": {
"@cenk1cenk2/cz-cc": "^1.7.2",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"simple-git-hooks": "^2.9.0"
},
"config": {
......
This diff is collapsed.