Skip to content

Commit 3d2b14f

Browse files
authored
bump v0.34.0 (#35)
1 parent 3667330 commit 3d2b14f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-jsx",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "PostCSS syntax for parsing CSS in JS literals",
55
"repository": {
66
"type": "git",
@@ -46,11 +46,11 @@
4646
"@babel/core": "^7.0.0"
4747
},
4848
"optionalDependencies": {
49-
"postcss-styled": ">=0.33.0"
49+
"postcss-styled": ">=0.34.0"
5050
},
5151
"peerDependencies": {
5252
"postcss": ">=5.0.0",
53-
"postcss-syntax": ">=0.33.0"
53+
"postcss-syntax": ">=0.34.0"
5454
},
5555
"devDependencies": {
5656
"autoprefixer": "^9.1.5",
@@ -62,6 +62,6 @@
6262
"postcss": "^7.0.2",
6363
"postcss-parser-tests": "^6.3.0",
6464
"postcss-safe-parser": "^4.0.1",
65-
"postcss-syntax": ">=0.33.0"
65+
"postcss-syntax": ">=0.34.0"
6666
}
6767
}

0 commit comments

Comments
 (0)