@teleporthq/teleport-postprocessor-prettier-jsx
Advanced tools
Comparing version 0.10.6 to 0.10.7
{ | ||
"name": "@teleporthq/teleport-postprocessor-prettier-jsx", | ||
"version": "0.10.6", | ||
"version": "0.10.7", | ||
"description": "A post-processing function that formats jsx code chunks using prettier and the babylon and postcss parsers", | ||
@@ -29,7 +29,7 @@ "author": "teleportHQ", | ||
"dependencies": { | ||
"@teleporthq/teleport-shared": "^0.10.6", | ||
"@teleporthq/teleport-types": "^0.10.6", | ||
"@teleporthq/teleport-shared": "^0.10.7", | ||
"@teleporthq/teleport-types": "^0.10.7", | ||
"prettier": "^1.19.1" | ||
}, | ||
"gitHead": "473fd42a266915e219d6fe85e70e849cc43f603e" | ||
"gitHead": "88c0dc0974fa1a2b3034b02fcbc49a95999553d1" | ||
} |
@@ -6,3 +6,3 @@ { | ||
"module": "esnext", | ||
"target": "esnext", | ||
"target": "es2019", | ||
"moduleResolution": "node" | ||
@@ -9,0 +9,0 @@ }, |
Sorry, the diff of this file is not supported yet
222656