@teleporthq/teleport-plugin-jsx-inline-styles
Advanced tools
Comparing version 0.10.6 to 0.10.7
{ | ||
"name": "@teleporthq/teleport-plugin-jsx-inline-styles", | ||
"version": "0.10.6", | ||
"version": "0.10.7", | ||
"description": "A plugin for injecting the styles as inline styles inside JSX-based components", | ||
@@ -29,7 +29,7 @@ "author": "teleportHQ", | ||
"dependencies": { | ||
"@teleporthq/teleport-plugin-common": "^0.10.6", | ||
"@teleporthq/teleport-shared": "^0.10.6", | ||
"@teleporthq/teleport-types": "^0.10.6" | ||
"@teleporthq/teleport-plugin-common": "^0.10.7", | ||
"@teleporthq/teleport-shared": "^0.10.7", | ||
"@teleporthq/teleport-types": "^0.10.7" | ||
}, | ||
"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
253383