mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
⬆️ 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>
20 lines
351 B
JSON
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"
|
|
}
|