Skip to content

Commit 1d8ce21

Browse files
authored
update deps. (stylelint#19)
1 parent 601235f commit 1d8ce21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-jsx",
3-
"version": "0.27.1",
3+
"version": "0.28.0",
44
"description": "PostCSS syntax for parsing CSS in JS literals",
55
"repository": {
66
"type": "git",
@@ -45,14 +45,14 @@
4545
"@babel/parser": "^7.0.0-beta.49",
4646
"@babel/traverse": "^7.0.0-beta.49",
4747
"@babel/types": "^7.0.0-beta.49",
48-
"postcss-styled": ">=0.27.0"
48+
"postcss-styled": ">=0.28.0"
4949
},
5050
"peerDependencies": {
5151
"postcss": ">=5.0.0",
52-
"postcss-syntax": ">=0.27.0"
52+
"postcss-syntax": ">=0.28.0"
5353
},
5454
"devDependencies": {
55-
"autoprefixer": "^8.6.0",
55+
"autoprefixer": "^8.6.2",
5656
"chai": "^4.1.2",
5757
"codecov": "^3.0.2",
5858
"json5": "^1.0.1",
@@ -61,6 +61,6 @@
6161
"postcss": "^6.0.22",
6262
"postcss-parser-tests": "^6.2.1",
6363
"postcss-safe-parser": "^3.0.1",
64-
"postcss-syntax": ">=0.27.0"
64+
"postcss-syntax": ">=0.28.0"
6565
}
6666
}

0 commit comments

Comments
 (0)