Skip to content

Commits on Source 17

## [2.7.50](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.49...v2.7.50) (2024-06-10)
### Bug Fixes
* **deps:** update all minor dependency updates to ^7.13.0 ([7a71be4](https://gitlab.kilic.dev/config/eslint-config/commit/7a71be4970baa4724505ecd250d4bf2c7abfdb7f))
## [2.7.49](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.48...v2.7.49) (2024-06-03)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "2.7.49",
"version": "2.7.50",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......@@ -53,8 +53,8 @@
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint-plugin-import": "^2.29.1",
"load-tsconfig": "^0.2.5"
},
......@@ -62,7 +62,7 @@
"@cenk1cenk2/cz-cc": "^1.7.7",
"eslint": "^8.57.0",
"lint-staged": "^15.2.5",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"simple-git-hooks": "^2.11.1"
},
"config": {
......@@ -70,5 +70,5 @@
"path": "./node_modules/@cenk1cenk2/cz-cc"
}
},
"packageManager": "pnpm@9.1.0+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724"
"packageManager": "pnpm@9.2.0"
}
This diff is collapsed.