gitmoji/package.json
dependabot[bot] 1cb5cd5888
⬆️ Bump lint-staged from 15.4.3 to 16.1.5 (#1932)
⬆️ Bump lint-staged from 15.4.3 to 16.1.5

Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.4.3 to 16.1.5.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.4.3...v16.1.5)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 16.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-23 22:15:43 +02:00

20 lines
351 B
JSON

{
"name": "gitmoji",
"private": true,
"engines": {
"node": "22",
"pnpm": ">=8"
},
"scripts": {
"prepare": "husky install",
"dev": "pnpm turbo --parallel dev"
},
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^16.1.6",
"prettier": "3.5.3",
"turbo": "2.5.4"
},
"packageManager": "pnpm@8.6.2"
}