@contentful/default-field-editors 3.0.7-canary.0 → 3.0.7
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.
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/default-field-editors",
|
|
3
|
-
"version": "3.0.7
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -39,26 +39,26 @@
|
|
|
39
39
|
"@contentful/f36-components": "^6.7.1",
|
|
40
40
|
"@contentful/f36-icons": "^6.7.1",
|
|
41
41
|
"@contentful/f36-tokens": "^6.1.2",
|
|
42
|
-
"@contentful/field-editor-boolean": "^2.0.
|
|
43
|
-
"@contentful/field-editor-checkbox": "^2.0.
|
|
44
|
-
"@contentful/field-editor-date": "^2.0.
|
|
45
|
-
"@contentful/field-editor-dropdown": "^2.0.
|
|
46
|
-
"@contentful/field-editor-json": "^4.0.
|
|
47
|
-
"@contentful/field-editor-list": "^2.0.
|
|
48
|
-
"@contentful/field-editor-location": "^2.0.
|
|
49
|
-
"@contentful/field-editor-markdown": "^2.0.
|
|
50
|
-
"@contentful/field-editor-multiple-line": "^2.0.
|
|
51
|
-
"@contentful/field-editor-number": "^2.0.
|
|
52
|
-
"@contentful/field-editor-radio": "^2.0.
|
|
53
|
-
"@contentful/field-editor-rating": "^2.0.
|
|
54
|
-
"@contentful/field-editor-reference": "^7.0.
|
|
55
|
-
"@contentful/field-editor-rich-text": "^5.0.5
|
|
56
|
-
"@contentful/field-editor-shared": "^3.1.
|
|
57
|
-
"@contentful/field-editor-single-line": "^2.0.
|
|
58
|
-
"@contentful/field-editor-slug": "^3.0.
|
|
59
|
-
"@contentful/field-editor-tags": "^2.0.
|
|
60
|
-
"@contentful/field-editor-url": "^2.0.
|
|
61
|
-
"@contentful/field-editor-validation-errors": "^3.0.
|
|
42
|
+
"@contentful/field-editor-boolean": "^2.0.4",
|
|
43
|
+
"@contentful/field-editor-checkbox": "^2.0.4",
|
|
44
|
+
"@contentful/field-editor-date": "^2.0.4",
|
|
45
|
+
"@contentful/field-editor-dropdown": "^2.0.4",
|
|
46
|
+
"@contentful/field-editor-json": "^4.0.4",
|
|
47
|
+
"@contentful/field-editor-list": "^2.0.4",
|
|
48
|
+
"@contentful/field-editor-location": "^2.0.4",
|
|
49
|
+
"@contentful/field-editor-markdown": "^2.0.4",
|
|
50
|
+
"@contentful/field-editor-multiple-line": "^2.0.4",
|
|
51
|
+
"@contentful/field-editor-number": "^2.0.4",
|
|
52
|
+
"@contentful/field-editor-radio": "^2.0.4",
|
|
53
|
+
"@contentful/field-editor-rating": "^2.0.4",
|
|
54
|
+
"@contentful/field-editor-reference": "^7.0.6",
|
|
55
|
+
"@contentful/field-editor-rich-text": "^5.0.5",
|
|
56
|
+
"@contentful/field-editor-shared": "^3.1.1",
|
|
57
|
+
"@contentful/field-editor-single-line": "^2.0.4",
|
|
58
|
+
"@contentful/field-editor-slug": "^3.0.4",
|
|
59
|
+
"@contentful/field-editor-tags": "^2.0.4",
|
|
60
|
+
"@contentful/field-editor-url": "^2.0.4",
|
|
61
|
+
"@contentful/field-editor-validation-errors": "^3.0.4",
|
|
62
62
|
"@emotion/css": "^11.13.5",
|
|
63
63
|
"contentful-management": "^11.0.0"
|
|
64
64
|
},
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"registry": "https://npm.pkg.github.com/"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "b4833085fd4ade2941f02110e34511a35634197a"
|
|
75
75
|
}
|