mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
⬆️ Bump lint-staged from 13.2.3 to 14.0.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.3 to 14.0.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.2.3...v14.0.0) --- updated-dependencies: - dependency-name: lint-staged 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>
24 lines
428 B
JSON
24 lines
428 B
JSON
{
|
|
"name": "gitmoji",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "18",
|
|
"pnpm": ">=8"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"dev": "pnpm turbo --parallel dev"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/analytics": "^1.0.2",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^14.0.0",
|
|
"prettier": "3.0.1",
|
|
"turbo": "1.10.12"
|
|
},
|
|
"volta": {
|
|
"node": "16.15.0"
|
|
},
|
|
"packageManager": "pnpm@8.6.2"
|
|
}
|