@contentful/default-field-editors 4.1.5-canary.0 → 4.1.5-canary.9

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 +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/default-field-editors",
3
- "version": "4.1.5-canary.0+d85585e5",
3
+ "version": "4.1.5-canary.9+811c078e",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -39,31 +39,31 @@
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.1.1",
43
- "@contentful/field-editor-checkbox": "^2.1.1",
44
- "@contentful/field-editor-date": "^2.1.1",
45
- "@contentful/field-editor-dropdown": "^3.1.1",
46
- "@contentful/field-editor-json": "^4.2.1",
47
- "@contentful/field-editor-list": "^2.1.1",
48
- "@contentful/field-editor-location": "^2.1.1",
49
- "@contentful/field-editor-markdown": "^2.2.1",
50
- "@contentful/field-editor-multiple-line": "^2.1.1",
51
- "@contentful/field-editor-number": "^2.1.1",
52
- "@contentful/field-editor-radio": "^3.1.1",
53
- "@contentful/field-editor-rating": "^2.1.1",
54
- "@contentful/field-editor-reference": "^8.3.2",
55
- "@contentful/field-editor-rich-text": "^6.3.10-canary.0+d85585e5",
56
- "@contentful/field-editor-shared": "^4.4.1",
57
- "@contentful/field-editor-single-line": "^2.1.1",
58
- "@contentful/field-editor-slug": "^3.3.1",
59
- "@contentful/field-editor-tags": "^2.1.1",
60
- "@contentful/field-editor-url": "^2.1.1",
61
- "@contentful/field-editor-validation-errors": "^3.1.1",
42
+ "@contentful/field-editor-boolean": "^2.1.2-canary.11+811c078e",
43
+ "@contentful/field-editor-checkbox": "^2.1.2-canary.11+811c078e",
44
+ "@contentful/field-editor-date": "^2.1.2-canary.11+811c078e",
45
+ "@contentful/field-editor-dropdown": "^3.1.2-canary.11+811c078e",
46
+ "@contentful/field-editor-json": "^4.2.2-canary.11+811c078e",
47
+ "@contentful/field-editor-list": "^2.1.2-canary.11+811c078e",
48
+ "@contentful/field-editor-location": "^2.1.2-canary.11+811c078e",
49
+ "@contentful/field-editor-markdown": "^2.2.2-canary.11+811c078e",
50
+ "@contentful/field-editor-multiple-line": "^2.1.2-canary.11+811c078e",
51
+ "@contentful/field-editor-number": "^2.1.2-canary.11+811c078e",
52
+ "@contentful/field-editor-radio": "^3.1.2-canary.11+811c078e",
53
+ "@contentful/field-editor-rating": "^2.1.2-canary.11+811c078e",
54
+ "@contentful/field-editor-reference": "^8.3.3-canary.11+811c078e",
55
+ "@contentful/field-editor-rich-text": "^6.3.10-canary.9+811c078e",
56
+ "@contentful/field-editor-shared": "^4.4.2-canary.11+811c078e",
57
+ "@contentful/field-editor-single-line": "^2.1.2-canary.11+811c078e",
58
+ "@contentful/field-editor-slug": "^3.3.2-canary.11+811c078e",
59
+ "@contentful/field-editor-tags": "^2.1.2-canary.11+811c078e",
60
+ "@contentful/field-editor-url": "^2.1.2-canary.11+811c078e",
61
+ "@contentful/field-editor-validation-errors": "^3.1.2-canary.11+811c078e",
62
62
  "@emotion/css": "^11.13.5",
63
63
  "contentful-management": "^12.3.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@contentful/field-editor-test-utils": "^3.1.1"
66
+ "@contentful/field-editor-test-utils": "^3.1.2-canary.11+811c078e"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "react": ">=18.3.1",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "registry": "https://npm.pkg.github.com/"
74
74
  },
75
- "gitHead": "d85585e5c5565780c32a5a4989325b2b1337c3ed"
75
+ "gitHead": "811c078e63fa54aecc9dee1775de9d8122a9cb04"
76
76
  }