@contentful/field-editor-dropdown 1.5.15 → 1.5.17

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.
@@ -8,11 +8,11 @@ Object.defineProperty(exports, "DropdownEditor", {
8
8
  return DropdownEditor;
9
9
  }
10
10
  });
11
- const _react = _interop_require_wildcard(require("react"));
11
+ const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
12
12
  const _f36components = require("@contentful/f36-components");
13
13
  const _fieldeditorshared = require("@contentful/field-editor-shared");
14
14
  const _dropdownUtils = require("./dropdownUtils");
15
- const _styles = _interop_require_wildcard(require("./styles"));
15
+ const _styles = /*#__PURE__*/ _interop_require_wildcard(require("./styles"));
16
16
  function _getRequireWildcardCache(nodeInterop) {
17
17
  if (typeof WeakMap !== "function") return null;
18
18
  var cacheBabelInterop = new WeakMap();
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _react = _interop_require_wildcard(require("react"));
5
+ const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
6
6
  const _fieldeditortestutils = require("@contentful/field-editor-test-utils");
7
7
  require("@testing-library/jest-dom/extend-expect");
8
8
  const _react1 = require("@testing-library/react");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-dropdown",
3
- "version": "1.5.15",
3
+ "version": "1.5.17",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@contentful/f36-components": "^4.70.0",
39
39
  "@contentful/f36-tokens": "^4.0.5",
40
- "@contentful/field-editor-shared": "^2.3.2",
40
+ "@contentful/field-editor-shared": "^2.4.1",
41
41
  "emotion": "^10.0.0",
42
42
  "lodash": "^4.17.15",
43
43
  "nanoid": "^3.1.3"
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "registry": "https://npm.pkg.github.com/"
54
54
  },
55
- "gitHead": "818d5f85db9f0d8db39fc41a6019efb958c7b513"
55
+ "gitHead": "1d0dc6dc10cf4ad43aa48b04fa67d29ab7edaee8"
56
56
  }