react-art 19.1.1 → 19.1.2

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.
@@ -14605,10 +14605,10 @@
14605
14605
  (function () {
14606
14606
  var internals = {
14607
14607
  bundleType: 1,
14608
- version: "19.1.1",
14608
+ version: "19.1.2",
14609
14609
  rendererPackageName: "react-art",
14610
14610
  currentDispatcherRef: ReactSharedInternals,
14611
- reconcilerVersion: "19.1.1"
14611
+ reconcilerVersion: "19.1.2"
14612
14612
  };
14613
14613
  internals.overrideHookState = overrideHookState;
14614
14614
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -14641,7 +14641,7 @@
14641
14641
  exports.Shape = Shape;
14642
14642
  exports.Surface = Surface;
14643
14643
  exports.Text = Text;
14644
- exports.version = "19.1.1";
14644
+ exports.version = "19.1.2";
14645
14645
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14646
14646
  "function" ===
14647
14647
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -8956,10 +8956,10 @@ var slice = Array.prototype.slice,
8956
8956
  })(React.Component);
8957
8957
  var internals$jscomp$inline_1396 = {
8958
8958
  bundleType: 0,
8959
- version: "19.1.1",
8959
+ version: "19.1.2",
8960
8960
  rendererPackageName: "react-art",
8961
8961
  currentDispatcherRef: ReactSharedInternals,
8962
- reconcilerVersion: "19.1.1"
8962
+ reconcilerVersion: "19.1.2"
8963
8963
  };
8964
8964
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
8965
8965
  var hook$jscomp$inline_1397 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -8985,4 +8985,4 @@ exports.RadialGradient = RadialGradient;
8985
8985
  exports.Shape = TYPES.SHAPE;
8986
8986
  exports.Surface = Surface;
8987
8987
  exports.Text = Text;
8988
- exports.version = "19.1.1";
8988
+ exports.version = "19.1.2";
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.1.1",
4
+ "version": "19.1.2",
5
5
  "main": "index.js",
6
6
  "repository": {
7
7
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "scheduler": "^0.26.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "react": "^19.1.1"
30
+ "react": "^19.1.2"
31
31
  },
32
32
  "files": [
33
33
  "LICENSE",