@prettier/plugin-ruby
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -9,2 +9,8 @@ # Changelog | ||
## [4.0.2] - 2023-07-14 | ||
### Changed | ||
- [#1367](https://github.com/prettier/plugin-ruby/pull/1367) - kddnewton - Specify `prettier` as a peer dependency and not a runtime dependency. | ||
## [4.0.1] - 2023-07-08 | ||
@@ -1289,3 +1295,4 @@ | ||
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.1...HEAD | ||
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.2...HEAD | ||
[4.0.2]: https://github.com/prettier/plugin-ruby/compare/v4.0.1...v4.0.2 | ||
[4.0.1]: https://github.com/prettier/plugin-ruby/compare/v4.0.0...v4.0.1 | ||
@@ -1292,0 +1299,0 @@ [4.0.0]: https://github.com/prettier/plugin-ruby/compare/v3.2.2...v4.0.0 |
{ | ||
"name": "@prettier/plugin-ruby", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "prettier plugin for the Ruby programming language", | ||
@@ -22,4 +22,4 @@ "type": "module", | ||
"homepage": "https://github.com/prettier/plugin-ruby#readme", | ||
"dependencies": { | ||
"prettier": ">=3.0.0" | ||
"peerDependencies": { | ||
"prettier": "^3.0.0" | ||
}, | ||
@@ -31,2 +31,3 @@ "devDependencies": { | ||
"jest": "^29.5.0", | ||
"prettier": "^3.0.0", | ||
"pretty-quick": "^3.1.2" | ||
@@ -33,0 +34,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
132360
6
- Removedprettier@>=3.0.0