prettier-plugin-packagejson
Advanced tools
Comparing version 2.2.18 to 2.3.0
{ | ||
"name": "prettier-plugin-packagejson", | ||
"version": "2.2.18", | ||
"version": "2.3.0", | ||
"description": "Prettier package.json plugin to make the order of properties nice.", | ||
@@ -34,9 +34,14 @@ "keywords": [ | ||
"devDependencies": { | ||
"jest": "28.1.0", | ||
"jest": "29.1.1", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.6.2" | ||
"prettier": "2.7.1" | ||
}, | ||
"peerDependencies": { | ||
"prettier": ">= 1.16.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"prettier": { | ||
"optional": true | ||
} | ||
} | ||
} |
@@ -26,4 +26,4 @@ [![npm-badge]][npm] | ||
```bash | ||
$ npm i -D prettier prettier-plugin-packagejson | ||
```sh | ||
npm i -D prettier prettier-plugin-packagejson | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6
14972