gitmoji/package.json
dependabot[bot] 597df1d332
⬆️ Bump lint-staged from 15.2.2 to 15.2.5 (#1740)
⬆️ Bump lint-staged from 15.2.2 to 15.2.5

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.2 to 15.2.5.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/okonet/lint-staged/compare/v15.2.2...v15.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 16:00:07 +02:00

23 lines
393 B
JSON

{
"name": "gitmoji",
"private": true,
"engines": {
"node": "18",
"pnpm": ">=8"
},
"scripts": {
"prepare": "husky install",
"dev": "pnpm turbo --parallel dev"
},
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "3.2.5",
"turbo": "1.13.3"
},
"volta": {
"node": "16.15.0"
},
"packageManager": "pnpm@8.6.2"
}