mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-05 11:41:22 -06:00
Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.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.5.1...2.6.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
716 B
JSON
24 lines
716 B
JSON
{
|
|
"name": "just-the-docs",
|
|
"version": "0.3.3",
|
|
"description": "A modern Jekyll theme for documentation",
|
|
"repository": "just-the-docs/just-the-docs",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/just-the-docs/just-the-docs/issues",
|
|
"devDependencies": {
|
|
"stylelint": "^13.7.2",
|
|
"@primer/css": "^15.2.0",
|
|
"prettier": "^2.6.2",
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
"stylelint-config-primer": "^9.2.1",
|
|
"stylelint-prettier": "^1.1.2",
|
|
"stylelint-selector-no-utility": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'",
|
|
"format": "prettier --write '**/*.{scss,js,json}'",
|
|
"stylelint-check": "stylelint-config-prettier-check"
|
|
},
|
|
"dependencies": {}
|
|
}
|