mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
⬆️ Bump prettier from 3.0.0 to 3.0.1 Bumps [prettier](https://github.com/prettier/prettier) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: prettier 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>
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.1",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.3",
|
|
"prettier": "3.0.1",
|
|
"turbo": "1.10.12"
|
|
},
|
|
"volta": {
|
|
"node": "16.15.0"
|
|
},
|
|
"packageManager": "pnpm@8.6.2"
|
|
}
|