react-art 19.0.0 → 19.0.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.
@@ -14463,11 +14463,11 @@
14463
14463
  (function () {
14464
14464
  var internals = {
14465
14465
  bundleType: 1,
14466
- version: "19.0.0",
14466
+ version: "19.0.1",
14467
14467
  rendererPackageName: "react-art",
14468
14468
  currentDispatcherRef: ReactSharedInternals,
14469
14469
  findFiberByHostInstance: getInstanceFromNode,
14470
- reconcilerVersion: "19.0.0"
14470
+ reconcilerVersion: "19.0.1"
14471
14471
  };
14472
14472
  internals.overrideHookState = overrideHookState;
14473
14473
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -14500,7 +14500,7 @@
14500
14500
  exports.Shape = Shape;
14501
14501
  exports.Surface = Surface;
14502
14502
  exports.Text = Text;
14503
- exports.version = "19.0.0";
14503
+ exports.version = "19.0.1";
14504
14504
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14505
14505
  "function" ===
14506
14506
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -8863,13 +8863,13 @@ var slice = Array.prototype.slice,
8863
8863
  })(React.Component);
8864
8864
  var internals$jscomp$inline_1351 = {
8865
8865
  bundleType: 0,
8866
- version: "19.0.0",
8866
+ version: "19.0.1",
8867
8867
  rendererPackageName: "react-art",
8868
8868
  currentDispatcherRef: ReactSharedInternals,
8869
8869
  findFiberByHostInstance: function () {
8870
8870
  return null;
8871
8871
  },
8872
- reconcilerVersion: "19.0.0"
8872
+ reconcilerVersion: "19.0.1"
8873
8873
  };
8874
8874
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
8875
8875
  var hook$jscomp$inline_1352 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -8895,4 +8895,4 @@ exports.RadialGradient = RadialGradient;
8895
8895
  exports.Shape = TYPES.SHAPE;
8896
8896
  exports.Surface = Surface;
8897
8897
  exports.Text = Text;
8898
- exports.version = "19.0.0";
8898
+ exports.version = "19.0.1";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-art",
3
3
  "description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
4
- "version": "19.0.0",
4
+ "version": "19.0.1",
5
5
  "main": "index.js",
6
6
  "repository": {
7
7
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "scheduler": "^0.25.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "react": "^19.0.0"
30
+ "react": "^19.0.1"
31
31
  },
32
32
  "files": [
33
33
  "LICENSE",