@tabula/prettier-config
Advanced tools
Comparing version 0.1.0 to 0.1.1
# @tabula/prettier-config | ||
## 0.1.1 | ||
### Patch Changes | ||
- [#8](https://github.com/ReTable/ui-kit/pull/8) [`c7da3aa`](https://github.com/ReTable/ui-kit/commit/c7da3aa6e39caf22e7ebe54a9cfdeab94000e229) Thanks [@demiazz](https://github.com/demiazz)! - update `prettier-config`'s dependencies and bump required `prettier` version up to `3.x` | ||
## 0.1.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@tabula/prettier-config", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Configuration for the Prettier", | ||
@@ -30,7 +30,7 @@ "exports": { | ||
"dependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1" | ||
"@trivago/prettier-plugin-sort-imports": "^4.2.0" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "^2.8.8" | ||
"prettier": "^3.0.0" | ||
} | ||
} |
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
3636
+ Addedprettier@3.3.3(transitive)
- Removedprettier@2.8.8(transitive)