Commits on Source 3
-
Renovate Bot authored
-
Cenk Kılıç authored
fix(deps): update all slow ring @weekly See merge request !814
-
semantic-release [bot] authored
## [2.7.3](v2.7.2...v2.7.3) (2023-04-30) ### Bug Fixes * **deps:** update all slow ring [@weekly](https://gitlab.kilic.dev/weekly) ([fd9711f4](fd9711f4))
{ | ||
"name": "@cenk1cenk2/eslint-config", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "Eslint configuration for my taste.", | ||
"main": "index.js", | ||
"repository": "git@gitlab.kilic.dev:config/eslint-config.git", | ||
... | ... | @@ -53,15 +53,15 @@ |
} | ||
}, | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.59.0", | ||
"@typescript-eslint/parser": "^5.59.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.1", | ||
"@typescript-eslint/parser": "^5.59.1", | ||
"eslint-plugin-import": "^2.27.5", | ||
"load-tsconfig": "^0.2.5" | ||
}, | ||
"devDependencies": { | ||
"@cenk1cenk2/cz-cc": "^1.6.4", | ||
"eslint": "^8.39.0", | ||
"lint-staged": "^13.2.1", | ||
"lint-staged": "^13.2.2", | ||
"prettier": "^2.8.8", | ||
"simple-git-hooks": "^2.8.1" | ||
}, | ||
... | ... |