Skip to content

Commit 9c732eb

Browse files
authored
update deps. (#25)
1 parent 19a4998 commit 9c732eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-styled",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"description": "PostCSS syntax for parsing styled components",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
},
3535
"peerDependencies": {
3636
"postcss": ">=5.0.0",
37-
"postcss-syntax": ">=0.27.0"
37+
"postcss-syntax": ">=0.28.0"
3838
},
3939
"devDependencies": {
4040
"chai": "^4.1.2",
@@ -43,6 +43,6 @@
4343
"nyc": "^12.0.2",
4444
"postcss": "^6.0.22",
4545
"postcss-safe-parser": "^3.0.1",
46-
"postcss-syntax": ">=0.27.0"
46+
"postcss-syntax": ">=0.28.0"
4747
}
4848
}

0 commit comments

Comments
 (0)