@css-blocks/broccoli
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.5.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/compare/v1.4.0...v1.5.0) (2020-09-16) | ||
### Bug Fixes | ||
* Pick up fix for opticss crash on unknown css declarations. ([55f2245](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/commit/55f2245d810506bdda78e69ea65d4bebcc2ed1c2)) | ||
# [1.4.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/compare/v1.3.2...v1.4.0) (2020-09-04) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@css-blocks/broccoli", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "CSS Blocks Broccoli Addon", | ||
@@ -34,3 +34,3 @@ "main": "dist/src/index.js", | ||
"@css-blocks/code-style": "^1.2.0", | ||
"@css-blocks/glimmer": "^1.4.0", | ||
"@css-blocks/glimmer": "^1.5.0", | ||
"@types/fs-extra": "^8.0.0", | ||
@@ -42,3 +42,3 @@ "@types/glob": "^7.1.1", | ||
"dependencies": { | ||
"@css-blocks/core": "^1.4.0", | ||
"@css-blocks/core": "^1.5.0", | ||
"@glimmer/compiler": "^0.51.1", | ||
@@ -55,3 +55,3 @@ "@glimmer/syntax": "^0.51.1", | ||
"glob": "^7.1.2", | ||
"opticss": "^0.8.0", | ||
"opticss": "^0.9.0", | ||
"symlink-or-copy": "^1.2.0", | ||
@@ -64,3 +64,3 @@ "walk-sync": "^2.0.0" | ||
}, | ||
"gitHead": "0842bbc0e0593c62963f7175d9710ec6911375d3" | ||
"gitHead": "1f1022656b056abb90037a5ed338b88d834c5028" | ||
} |
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
819927
- Removedopticss@0.8.1(transitive)
Updated@css-blocks/core@^1.5.0
Updatedopticss@^0.9.0