@jayree/sfdx-plugin-prettier
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,1 +1,8 @@ | ||
## [1.1.2](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.1.1...v1.1.2) (2021-11-26) | ||
### Bug Fixes | ||
* update dependencies ([2a8bb7d](https://github.com/jayree/sfdx-plugin-prettier/commit/2a8bb7d96306c3ac4b0fe46f3bd1090a81dcea19)) | ||
## [1.1.1](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.1.0...v1.1.1) (2021-10-19) | ||
@@ -2,0 +9,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"version":"1.1.1","commands":{}} | ||
{"version":"1.1.2","commands":{}} |
{ | ||
"name": "@jayree/sfdx-plugin-prettier", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A hook that uses prettier to format Salesforce metadata source files retrieved or pulled from an org.", | ||
@@ -8,11 +8,11 @@ "author": "jayree <jayree.git@icloud.com>", | ||
"dependencies": { | ||
"@oclif/config": "^1.17.0", | ||
"@oclif/config": "^1.17.1", | ||
"@oclif/errors": "^1.3.5", | ||
"@prettier/plugin-xml": "^1.1.0", | ||
"@salesforce/core": "^2.28.2", | ||
"@salesforce/kit": "^1.5.17", | ||
"@salesforce/core": "^2.30.0", | ||
"@salesforce/kit": "^1.5.18", | ||
"cli-progress": "^3.9.1", | ||
"debug": "^4.3.2", | ||
"fs-extra": "^10.0.0", | ||
"prettier": "^2.4.1", | ||
"prettier": "^2.5.0", | ||
"prettier-plugin-apex": "^1.10.0", | ||
@@ -22,9 +22,9 @@ "tslib": "^2.3.1" | ||
"devDependencies": { | ||
"@commitlint/cli": "^13.2.1", | ||
"@commitlint/config-conventional": "^13.2.0", | ||
"@oclif/dev-cli": "^1.26.0", | ||
"@oclif/plugin-help": "^3.2.3", | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@oclif/dev-cli": "^1.26.3", | ||
"@oclif/plugin-help": "^3.2.7", | ||
"@oclif/test": "^1.2.8", | ||
"@salesforce/dev-config": "^2.1.2", | ||
"@salesforce/dev-scripts": "0.9.18", | ||
"@salesforce/dev-scripts": "1.0.0", | ||
"@salesforce/prettier-config": "^0.0.2", | ||
@@ -34,8 +34,8 @@ "@types/chai": "^4.2.22", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.11.1", | ||
"@types/sinon": "^10.0.4", | ||
"@typescript-eslint/eslint-plugin": "^5.1.0", | ||
"@typescript-eslint/parser": "^5.1.0", | ||
"@types/node": "^16.11.10", | ||
"@types/sinon": "^10.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"chai": "^4.3.4", | ||
"eslint": "^8.0.1", | ||
"eslint": "^8.3.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
@@ -46,7 +46,7 @@ "eslint-config-salesforce": "^0.1.6", | ||
"eslint-plugin-header": "^3.1.1", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-jsdoc": "^36.1.1", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-jsdoc": "^37.0.3", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"husky": "^7.0.2", | ||
"is-ci": "^3.0.0", | ||
"husky": "^7.0.4", | ||
"is-ci": "^3.0.1", | ||
"mocha": "^9.1.3", | ||
@@ -56,7 +56,7 @@ "nyc": "^15.1.0", | ||
"pinst": "^2.1.6", | ||
"pretty-quick": "^3.1.1", | ||
"sinon": "^11.1.2", | ||
"source-map-support": "^0.5.20", | ||
"ts-node": "^10.3.0", | ||
"typescript": "^4.4.4" | ||
"pretty-quick": "^3.1.2", | ||
"sinon": "^12.0.1", | ||
"source-map-support": "^0.5.21", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -63,0 +63,0 @@ "engines": { |
@@ -25,3 +25,3 @@ # @jayree/sfdx-plugin-prettier | ||
$ sfdx plugins | ||
@jayree/sfdx-plugin-prettier 1.1.1 | ||
@jayree/sfdx-plugin-prettier 1.1.2 | ||
``` | ||
@@ -28,0 +28,0 @@ <!-- usagestop --> |
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
293595
Updated@oclif/config@^1.17.1
Updated@salesforce/core@^2.30.0
Updated@salesforce/kit@^1.5.18
Updatedprettier@^2.5.0