@webiny/app-headless-cms-common 5.43.0-beta.0 → 5.43.0-beta.1

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 (2) hide show
  1. package/Fields/useBind.d.ts +1 -1
  2. package/package.json +13 -14
@@ -5,5 +5,5 @@ interface UseBindProps {
5
5
  export interface GetBindCallable {
6
6
  (index?: number): BindComponent;
7
7
  }
8
- export declare function useBind({ Bind }: UseBindProps): (index?: number) => BindComponent<any>;
8
+ export declare function useBind({ Bind }: UseBindProps): (index?: number) => BindComponent;
9
9
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-headless-cms-common",
3
- "version": "5.43.0-beta.0",
3
+ "version": "5.43.0-beta.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,14 +16,14 @@
16
16
  "@emotion/react": "11.10.8",
17
17
  "@emotion/styled": "11.10.6",
18
18
  "@fortawesome/fontawesome-svg-core": "1.3.0",
19
- "@webiny/app": "5.43.0-beta.0",
20
- "@webiny/app-admin": "5.43.0-beta.0",
21
- "@webiny/app-security": "5.43.0-beta.0",
22
- "@webiny/form": "5.43.0-beta.0",
23
- "@webiny/plugins": "5.43.0-beta.0",
24
- "@webiny/react-composition": "5.43.0-beta.0",
25
- "@webiny/ui": "5.43.0-beta.0",
26
- "@webiny/validation": "5.43.0-beta.0",
19
+ "@webiny/app": "5.43.0-beta.1",
20
+ "@webiny/app-admin": "5.43.0-beta.1",
21
+ "@webiny/app-security": "5.43.0-beta.1",
22
+ "@webiny/form": "5.43.0-beta.1",
23
+ "@webiny/plugins": "5.43.0-beta.1",
24
+ "@webiny/react-composition": "5.43.0-beta.1",
25
+ "@webiny/ui": "5.43.0-beta.1",
26
+ "@webiny/validation": "5.43.0-beta.1",
27
27
  "classnames": "2.5.1",
28
28
  "dnd-core": "16.0.1",
29
29
  "graphql": "15.9.0",
@@ -35,12 +35,11 @@
35
35
  "devDependencies": {
36
36
  "@emotion/babel-plugin": "11.11.0",
37
37
  "@types/react": "18.2.79",
38
- "@webiny/cli": "5.43.0-beta.0",
39
- "@webiny/project-utils": "5.43.0-beta.0",
38
+ "@webiny/cli": "5.43.0-beta.1",
39
+ "@webiny/project-utils": "5.43.0-beta.1",
40
40
  "babel-plugin-module-resolver": "5.0.2",
41
41
  "rimraf": "6.0.1",
42
- "ttypescript": "1.5.15",
43
- "typescript": "4.9.5"
42
+ "typescript": "5.3.3"
44
43
  },
45
44
  "publishConfig": {
46
45
  "access": "public",
@@ -50,5 +49,5 @@
50
49
  "build": "node ../cli/bin.js run build",
51
50
  "watch": "node ../cli/bin.js run watch"
52
51
  },
53
- "gitHead": "abfb4ec7b4391f2414cd22f2c5539c84b6c8abbf"
52
+ "gitHead": "d47a234b09383cb7ab2d9907300b8eaa89aa64d6"
54
53
  }