Skip to content

Commit

Permalink
update postcss to v8.5 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Jan 14, 2025
1 parent bf9eee2 commit f1d8365
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 61 deletions.
2 changes: 2 additions & 0 deletions lib/markdown/parse-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class LocalFixer {
this.column = column - 1;
this.style = style;
this.locations = locations;
this.source = locations.source;
}

fixLocation(object) {
Expand Down Expand Up @@ -106,6 +107,7 @@ class LocalFixer {
{},
opts,
{
document: this.source,
map: false,
},
style.opts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"mdast-util-from-markdown": "^0.8.5",
"mdast-util-frontmatter": "^0.2.0",
"micromark-extension-frontmatter": "^0.2.2",
"postcss": "^8.4.0",
"postcss": "^8.5.0",
"postcss-safe-parser": "^6.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f1d8365

Please sign in to comment.