Comparing version
@@ -0,1 +1,5 @@ | ||
## 1.0.0-alpha.37 (October 22, 2019) | ||
- Bumped `source-map` version to `^0.6.1` to fix source map generation inconsistency across node.js versions due to mappings sorting bug and v8 moving to [a stable Array#sort](https://v8.dev/blog/array-sort) ([fix commit](https://github.com/mozilla/source-map/commit/f35a2e4212dd025cb5e1fc219e7ac8a4b96c2cc9) in `source-map`) | ||
## 1.0.0-alpha.36 (October 13, 2019) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "css-tree", | ||
"version": "1.0.0-alpha.36", | ||
"version": "1.0.0-alpha.37", | ||
"description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations", | ||
@@ -40,3 +40,3 @@ "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)", | ||
"mdn-data": "2.0.4", | ||
"source-map": "^0.5.3" | ||
"source-map": "^0.6.1" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
994761
0.4%19234
0.38%+ Added
- Removed
Updated