mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
⬆️ Bump lint-staged from 13.2.0 to 13.2.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.0 to 13.2.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.2.0...v13.2.1) --- 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>
26 lines
449 B
JSON
26 lines
449 B
JSON
{
|
|
"name": "gitmoji",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "16"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"dev": "yarn turbo --parallel dev"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/analytics": "^0.1.11",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.1",
|
|
"prettier": "2.8.7",
|
|
"turbo": "^1.8.8"
|
|
},
|
|
"volta": {
|
|
"node": "16.15.0"
|
|
},
|
|
"packageManager": "yarn@3.3.1"
|
|
}
|