@contentful/field-editor-validation-errors 1.3.18 → 1.3.22

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.
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  import type { Entry, FieldAPI, LocalesAPI, SpaceAPI } from '@contentful/field-editor-shared';
3
3
  export interface ValidationErrorsProps {
4
4
  field: FieldAPI;
@@ -6,4 +6,4 @@ export interface ValidationErrorsProps {
6
6
  locales: LocalesAPI;
7
7
  getEntryURL: (entry: Entry) => string;
8
8
  }
9
- export declare function ValidationErrors(props: ValidationErrorsProps): JSX.Element | null;
9
+ export declare function ValidationErrors(props: ValidationErrorsProps): React.JSX.Element | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-validation-errors",
3
- "version": "1.3.18",
3
+ "version": "1.3.22",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -35,14 +35,14 @@
35
35
  "tsc": "tsc -p ./ --noEmit"
36
36
  },
37
37
  "dependencies": {
38
- "@contentful/f36-components": "^4.0.27",
39
- "@contentful/f36-icons": "^4.1.0",
40
- "@contentful/f36-tokens": "^4.0.0",
41
- "@contentful/field-editor-shared": "^1.6.0",
38
+ "@contentful/f36-components": "^4.70.0",
39
+ "@contentful/f36-icons": "^4.29.0",
40
+ "@contentful/f36-tokens": "^4.0.5",
41
+ "@contentful/field-editor-shared": "^1.7.0",
42
42
  "emotion": "^10.0.17"
43
43
  },
44
44
  "devDependencies": {
45
- "@contentful/field-editor-test-utils": "^1.5.0"
45
+ "@contentful/field-editor-test-utils": "^1.5.2"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=16.8.0"
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "registry": "https://npm.pkg.github.com/"
52
52
  },
53
- "gitHead": "6598ec65e210c4e84bed073f8b50c8bdb883a9a4"
53
+ "gitHead": "d734036ff89da141dbb91ade0342fb7f82cfe167"
54
54
  }