@boxine/prettier-config
Advanced tools
Comparing version 1.4.1 to 1.5.0-rc.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.5.0-rc.0](https://gitlab.boxine.de/tonies/eslint-config-boxine/compare/v1.4.1...v1.5.0-rc.0) (2020-05-15) | ||
### Features | ||
* **prettier:** update prettier to v2 ([63b251f](https://gitlab.boxine.de/tonies/eslint-config-boxine/commit/63b251f32e3e8b9b72bc7fd53af99bf4d739b51d)) | ||
## [1.4.1](https://gitlab.boxine.de/tonies/eslint-config-boxine/compare/v1.4.0...v1.4.1) (2020-05-12) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@boxine/prettier-config", | ||
"version": "1.4.1", | ||
"version": "1.5.0-rc.0", | ||
"description": "Prettier configuration used by Boxine GmbH", | ||
@@ -15,8 +15,8 @@ "main": "prettier.config.js", | ||
"dependencies": { | ||
"@boxine/eslint-config-utils": "^1.4.1" | ||
"@boxine/eslint-config-utils": "^1.5.0-rc.0" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "1.x" | ||
"prettier": "2.x" | ||
}, | ||
"gitHead": "7170ca7fee470bcbf89dfa6d4a00479cbbea3e14" | ||
"gitHead": "168685bd416f1ab067deb190e33a125a5ec0c681" | ||
} |
@@ -12,2 +12,3 @@ # @boxine/prettier-config | ||
## Usage | ||
For using prettier with the cli / your prettier plugin please add to your `package.json`: | ||
@@ -14,0 +15,0 @@ |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2542
18
7
2
1
+ Addedprettier@2.8.8(transitive)
- Removedprettier@1.19.1(transitive)