@uniformdev/canvas-react 20.70.0 → 20.71.0

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 (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -29,8 +29,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
30
 
31
31
  // src/index.ts
32
- var src_exports = {};
33
- __export(src_exports, {
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
34
  DefaultNotImplementedComponent: () => DefaultNotImplementedComponent,
35
35
  NOT_IMPLEMENTED_COMPONENT: () => NOT_IMPLEMENTED_COMPONENT,
36
36
  UniformComponent: () => UniformComponent,
@@ -54,7 +54,7 @@ __export(src_exports, {
54
54
  useUniformCurrentComponent: () => useUniformCurrentComponent,
55
55
  useUniformCurrentComposition: () => useUniformCurrentComposition
56
56
  });
57
- module.exports = __toCommonJS(src_exports);
57
+ module.exports = __toCommonJS(index_exports);
58
58
 
59
59
  // src/components/DefaultNotImplementedComponent.tsx
60
60
  var import_canvas = require("@uniformdev/canvas");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "20.70.0",
3
+ "version": "20.71.0",
4
4
  "description": "React SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -44,10 +44,10 @@
44
44
  "apidocs-extract": "api-extractor run --local"
45
45
  },
46
46
  "dependencies": {
47
- "@uniformdev/canvas": "20.70.0",
48
- "@uniformdev/context": "20.70.0",
49
- "@uniformdev/context-react": "20.70.0",
50
- "@uniformdev/richtext": "20.70.0"
47
+ "@uniformdev/canvas": "20.71.0",
48
+ "@uniformdev/context": "20.71.0",
49
+ "@uniformdev/context-react": "20.71.0",
50
+ "@uniformdev/richtext": "20.71.0"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "immer": ">= 10",
@@ -55,8 +55,8 @@
55
55
  "react-dom": ">=16"
56
56
  },
57
57
  "devDependencies": {
58
- "@types/react": "19.2.2",
59
- "immer": "10.1.3",
58
+ "@types/react": "19.2.17",
59
+ "immer": "11.1.8",
60
60
  "react": "19.2.1",
61
61
  "react-dom": "19.2.1"
62
62
  },
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "3f8f572b37fc7ea5d2f37b1425451973556f3392"
69
+ "gitHead": "9b3f5e3fa27b275c00cc252da7ed72913464cce6"
70
70
  }