Skip to content

Commit b859564

Browse files
authored
Update deps (#29)
1 parent 1a13679 commit b859564

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you want support SCSS/SASS/LESS/SugarSS syntax, you need to install the corre
3131
## Use Cases
3232

3333
```js
34-
var syntax = require('postcss-markdown')({
34+
var syntax = require('postcss-syntax')({
3535
// Enable support for HTML (default: true) See: https://github.com/gucong3000/postcss-html
3636
htmlInMd: true,
3737
// syntax for parse scss (non-required options)

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-markdown",
3-
"version": "0.34.0",
3+
"version": "0.36.0",
44
"description": "PostCSS syntax for parsing Markdown",
55
"repository": {
66
"type": "git",
@@ -39,23 +39,23 @@
3939
"debug": "npm run mocha -- --inspect-brk"
4040
},
4141
"dependencies": {
42-
"remark": "^9.0.0",
42+
"remark": "^10.0.1",
4343
"unist-util-find-all-after": "^1.0.2"
4444
},
4545
"peerDependencies": {
4646
"postcss": ">=5.0.0",
47-
"postcss-syntax": ">=0.34.0"
47+
"postcss-syntax": ">=0.36.0"
4848
},
4949
"devDependencies": {
50-
"chai": "^4.1.2",
50+
"chai": "^4.2.0",
5151
"codecov": "^3.1.0",
5252
"mocha": "^5.2.0",
53-
"nyc": "^13.0.1",
54-
"postcss": "^7.0.2",
55-
"postcss-html": ">=0.34.0",
56-
"postcss-less": "^2.0.0",
53+
"nyc": "^13.1.0",
54+
"postcss": "^7.0.7",
55+
"postcss-html": ">=0.36.0",
56+
"postcss-less": "^3.1.0",
5757
"postcss-scss": "^2.0.0",
58-
"postcss-syntax": ">=0.34.0",
58+
"postcss-syntax": ">=0.36.0",
5959
"sugarss": "^2.0.0"
6060
}
6161
}

0 commit comments

Comments
 (0)