We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3667330 commit 3d2b14fCopy full SHA for 3d2b14f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-jsx",
3
- "version": "0.33.0",
+ "version": "0.34.0",
4
"description": "PostCSS syntax for parsing CSS in JS literals",
5
"repository": {
6
"type": "git",
@@ -46,11 +46,11 @@
46
"@babel/core": "^7.0.0"
47
},
48
"optionalDependencies": {
49
- "postcss-styled": ">=0.33.0"
+ "postcss-styled": ">=0.34.0"
50
51
"peerDependencies": {
52
"postcss": ">=5.0.0",
53
- "postcss-syntax": ">=0.33.0"
+ "postcss-syntax": ">=0.34.0"
54
55
"devDependencies": {
56
"autoprefixer": "^9.1.5",
@@ -62,6 +62,6 @@
62
"postcss": "^7.0.2",
63
"postcss-parser-tests": "^6.3.0",
64
"postcss-safe-parser": "^4.0.1",
65
66
}
67
0 commit comments