@teleporthq/teleport-postprocessor-prettier-js 0.37.2 → 0.37.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teleporthq/teleport-postprocessor-prettier-js",
3
- "version": "0.37.2",
3
+ "version": "0.37.3",
4
4
  "description": "A post-processing function that formats js code chunks using prettier and the babylon parser",
5
5
  "author": "teleportHQ",
6
6
  "license": "MIT",
@@ -24,9 +24,9 @@
24
24
  "build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
25
25
  },
26
26
  "dependencies": {
27
- "@teleporthq/teleport-shared": "^0.37.2",
28
- "@teleporthq/teleport-types": "^0.37.2",
27
+ "@teleporthq/teleport-shared": "^0.37.3",
28
+ "@teleporthq/teleport-types": "^0.37.3",
29
29
  "prettier": "^2.3.1"
30
30
  },
31
- "gitHead": "bfc4e6229bcd9b3e5ce4077dbf6fd19666935187"
31
+ "gitHead": "c4a91ebb3cddb547ff0a635ffe2036a609560434"
32
32
  }