mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
⬆️ Bump prettier from 2.8.1 to 2.8.2 Bumps [prettier](https://github.com/prettier/prettier) from 2.8.1 to 2.8.2. - [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/2.8.1...2.8.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
402 B
JSON
25 lines
402 B
JSON
{
|
|
"name": "gitmoji",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "16"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"dev": "yarn turbo dev"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.0.0",
|
|
"prettier": "2.8.2",
|
|
"turbo": "^1.6.3"
|
|
},
|
|
"volta": {
|
|
"node": "16.15.0"
|
|
},
|
|
"packageManager": "yarn@3.3.1"
|
|
}
|