Skip to content

Commit

Permalink
fix: add prettier as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
spence-s committed May 29, 2022
1 parent d5b7cec commit 7dfc1ff
Show file tree
Hide file tree
Showing 2 changed files with 503 additions and 424 deletions.
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,35 @@
"cosmiconfig": "^7.0.1",
"debug": "^4.3.4",
"execa": "^6.1.0",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"is-string-and-not-blank": "^0.0.2",
"load-json-file": "^7.0.1",
"lodash": "^4.17.21",
"meow": "^10.1.2",
"npm-check-updates": "^12.5.4",
"npm-check-updates": "^13.0.3",
"npm-conf": "^1.1.3",
"ora": "^6.1.0",
"path-exists": "^5.0.0",
"prettier": "^2.6.2",
"prompts": "^2.4.2",
"read-pkg-up": "^9.1.0",
"semver": "^7.3.7",
"superb": "^4.0.0",
"tmp-promise": "^3.0.3",
"validate-npm-package-name": "^3.0.0"
"validate-npm-package-name": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"ava": "^4.1.0",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"ava": "^4.2.0",
"codecov": "^3.8.2",
"cross-env": "latest",
"fixpack": "^4.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"husky": "^8.0.1",
"lint-staged": "^12.4.2",
"nyc": "^15.1.0",
"sinon": "^13.0.1",
"xo": "^0.48.0"
"sinon": "^14.0.0",
"xo": "^0.49.0"
},
"engines": {
"node": ">= 12"
Expand All @@ -77,7 +79,8 @@
"lint:md": "prettier --check **/*.md",
"lint:package": "fixpack --dryrun",
"test": "cross-env NODE_ENV=test ava",
"test-coverage": "cross-env NODE_ENV=test nyc yarn run test"
"test-coverage": "cross-env NODE_ENV=test nyc yarn run test",
"ug": "ncu -i"
},
"type": "module"
}
Loading

0 comments on commit 7dfc1ff

Please sign in to comment.