postcss-reporter
Advanced tools
Comparing version 4.0.0 to 5.0.0
# Changelog | ||
## 5.0.0 | ||
- Move PostCSS from `peerDependencies` to `dependencies`. | ||
- Drop support for Node 0.12. | ||
## 4.0.0 | ||
- Upgrade to PostCSS v6. (If you still use PostCSS v5, stick with v3 until you can upgrade your PostCSS.) | ||
- Switched PostCSS to a peer dependency. | ||
@@ -7,0 +13,0 @@ ## 3.0.0 |
{ | ||
"name": "postcss-reporter", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Log PostCSS messages in the console", | ||
@@ -33,14 +33,15 @@ "main": "index.js", | ||
"source-map": "0.5.6", | ||
"strip-color": "^0.1.0", | ||
"stylelint": "6.8.0", | ||
"tape": "4.6.0", | ||
"postcss": "^6.0.0" | ||
"tape": "^4.7.0" | ||
}, | ||
"dependencies": { | ||
"chalk": "^1.0.0", | ||
"lodash": "^4.1.0", | ||
"log-symbols": "^1.0.2" | ||
"chalk": "^2.0.1", | ||
"lodash": "^4.17.4", | ||
"log-symbols": "^2.0.0", | ||
"postcss": "^6.0.8" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^6.0.0" | ||
"engines": { | ||
"node": ">=4" | ||
} | ||
} |
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
14499
+ Addedpostcss@^6.0.8
+ Addedlog-symbols@2.2.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedlog-symbols@1.0.2(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^2.0.1
Updatedlodash@^4.17.4
Updatedlog-symbols@^2.0.0