@contentful/default-field-editors 1.7.82 → 1.8.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 (1) hide show
  1. package/package.json +24 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/default-field-editors",
3
- "version": "1.7.82",
3
+ "version": "1.8.1",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -8,6 +8,7 @@
8
8
  ".": {
9
9
  "types": "./dist/types/index.d.ts",
10
10
  "require": "./dist/cjs/index.js",
11
+ "import": "./dist/esm/index.js",
11
12
  "default": "./dist/cjs/index.js"
12
13
  },
13
14
  "./package.json": "./package.json"
@@ -36,31 +37,31 @@
36
37
  },
37
38
  "dependencies": {
38
39
  "@contentful/f36-components": "^4.70.0",
39
- "@contentful/field-editor-boolean": "^1.6.3",
40
- "@contentful/field-editor-checkbox": "^1.5.3",
41
- "@contentful/field-editor-date": "^1.8.3",
42
- "@contentful/field-editor-dropdown": "^1.7.3",
43
- "@contentful/field-editor-json": "^3.4.3",
44
- "@contentful/field-editor-list": "^1.5.10",
45
- "@contentful/field-editor-location": "^1.4.3",
46
- "@contentful/field-editor-markdown": "^1.10.3",
47
- "@contentful/field-editor-multiple-line": "^1.5.9",
48
- "@contentful/field-editor-number": "^1.4.9",
49
- "@contentful/field-editor-radio": "^1.6.3",
50
- "@contentful/field-editor-rating": "^1.5.3",
51
- "@contentful/field-editor-reference": "^6.10.4",
52
- "@contentful/field-editor-rich-text": "^4.10.3",
53
- "@contentful/field-editor-shared": "^2.10.0",
54
- "@contentful/field-editor-single-line": "^1.7.3",
55
- "@contentful/field-editor-slug": "^1.7.3",
56
- "@contentful/field-editor-tags": "^1.6.3",
57
- "@contentful/field-editor-url": "^1.4.9",
58
- "@contentful/field-editor-validation-errors": "^1.5.3",
40
+ "@contentful/field-editor-boolean": "^1.7.1",
41
+ "@contentful/field-editor-checkbox": "^1.6.1",
42
+ "@contentful/field-editor-date": "^1.9.1",
43
+ "@contentful/field-editor-dropdown": "^1.8.1",
44
+ "@contentful/field-editor-json": "^3.5.1",
45
+ "@contentful/field-editor-list": "^1.6.1",
46
+ "@contentful/field-editor-location": "^1.5.1",
47
+ "@contentful/field-editor-markdown": "^1.11.1",
48
+ "@contentful/field-editor-multiple-line": "^1.6.1",
49
+ "@contentful/field-editor-number": "^1.5.1",
50
+ "@contentful/field-editor-radio": "^1.7.1",
51
+ "@contentful/field-editor-rating": "^1.6.1",
52
+ "@contentful/field-editor-reference": "^6.10.6",
53
+ "@contentful/field-editor-rich-text": "^4.11.1",
54
+ "@contentful/field-editor-shared": "^2.11.1",
55
+ "@contentful/field-editor-single-line": "^1.8.1",
56
+ "@contentful/field-editor-slug": "^1.8.1",
57
+ "@contentful/field-editor-tags": "^1.7.1",
58
+ "@contentful/field-editor-url": "^1.5.1",
59
+ "@contentful/field-editor-validation-errors": "^1.6.1",
59
60
  "contentful-management": "^11.0.0",
60
61
  "emotion": "^10.0.27"
61
62
  },
62
63
  "devDependencies": {
63
- "@contentful/field-editor-test-utils": "^1.5.2"
64
+ "@contentful/field-editor-test-utils": "^1.6.0"
64
65
  },
65
66
  "peerDependencies": {
66
67
  "react": ">=16.8.0"
@@ -68,5 +69,5 @@
68
69
  "publishConfig": {
69
70
  "registry": "https://npm.pkg.github.com/"
70
71
  },
71
- "gitHead": "757a1bd2688399ff4804c7c9fb0dd38575a787d1"
72
+ "gitHead": "9456bac33e2d0d4f05cadc302ba4a25f2de6e034"
72
73
  }