@strapi/typescript-utils 0.0.0-de3d4081f5 → 0.0.0-deb656d24792ef3c29d49f986ce382fd655cd104

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/typescript-utils",
3
- "version": "0.0.0-de3d4081f5",
3
+ "version": "0.0.0-deb656d24792ef3c29d49f986ce382fd655cd104",
4
4
  "description": "Typescript support for Strapi",
5
5
  "keywords": [
6
6
  "strapi",
@@ -28,12 +28,12 @@
28
28
  "cli-table3": "0.6.2",
29
29
  "fs-extra": "10.0.1",
30
30
  "lodash": "4.17.21",
31
- "prettier": "2.7.1",
31
+ "prettier": "2.8.4",
32
32
  "typescript": "4.6.2"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=14.19.1 <=18.x.x",
36
36
  "npm": ">=6.0.0"
37
37
  },
38
- "gitHead": "de3d4081f5b32a6b265f993384f30c5b7b3ffcf7"
38
+ "gitHead": "deb656d24792ef3c29d49f986ce382fd655cd104"
39
39
  }