react-align 2.3.0 → 2.3.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.
@@ -28,7 +28,7 @@ var ce;
28
28
  function _e() {
29
29
  if (ce) return N;
30
30
  ce = 1;
31
- var r = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
31
+ var r = /* @__PURE__ */ Symbol.for("react.transitional.element"), n = /* @__PURE__ */ Symbol.for("react.fragment");
32
32
  function t(l, s, o) {
33
33
  var f = null;
34
34
  if (o !== void 0 && (f = "" + o), s.key !== void 0 && (f = "" + s.key), "key" in s) {
@@ -243,7 +243,7 @@ React keys must be passed directly to JSX without using spread:
243
243
  function j(e) {
244
244
  return typeof e == "object" && e !== null && e.$$typeof === c;
245
245
  }
246
- var g = Ce, c = Symbol.for("react.transitional.element"), M = Symbol.for("react.portal"), x = Symbol.for("react.fragment"), k = Symbol.for("react.strict_mode"), R = Symbol.for("react.profiler"), O = Symbol.for("react.consumer"), A = Symbol.for("react.context"), P = Symbol.for("react.forward_ref"), S = Symbol.for("react.suspense"), E = Symbol.for("react.suspense_list"), W = Symbol.for("react.memo"), I = Symbol.for("react.lazy"), Le = Symbol.for("react.activity"), pe = Symbol.for("react.client.reference"), B = g.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ee = Object.prototype.hasOwnProperty, me = Array.isArray, z = console.createTask ? console.createTask : function() {
246
+ var g = Ce, c = /* @__PURE__ */ Symbol.for("react.transitional.element"), M = /* @__PURE__ */ Symbol.for("react.portal"), x = /* @__PURE__ */ Symbol.for("react.fragment"), k = /* @__PURE__ */ Symbol.for("react.strict_mode"), R = /* @__PURE__ */ Symbol.for("react.profiler"), O = /* @__PURE__ */ Symbol.for("react.consumer"), A = /* @__PURE__ */ Symbol.for("react.context"), P = /* @__PURE__ */ Symbol.for("react.forward_ref"), S = /* @__PURE__ */ Symbol.for("react.suspense"), E = /* @__PURE__ */ Symbol.for("react.suspense_list"), W = /* @__PURE__ */ Symbol.for("react.memo"), I = /* @__PURE__ */ Symbol.for("react.lazy"), Le = /* @__PURE__ */ Symbol.for("react.activity"), pe = /* @__PURE__ */ Symbol.for("react.client.reference"), B = g.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ee = Object.prototype.hasOwnProperty, me = Array.isArray, z = console.createTask ? console.createTask : function() {
247
247
  return null;
248
248
  };
249
249
  g = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-align",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "author": "KaWaite",
5
5
  "license": "MIT",
6
6
  "main": "./dist/react-align.umd.js",
@@ -35,9 +35,9 @@
35
35
  "trailingComma": "es5"
36
36
  },
37
37
  "resolutions": {
38
- "@types/react": "19.2.7",
38
+ "@types/react": "19.2.10",
39
39
  "@types/react-dom": "19.2.3",
40
- "**/@types/react": "19.2.7",
40
+ "**/@types/react": "19.2.10",
41
41
  "**/@types/react-dom": "19.2.3",
42
42
  "minimist": "^1.2.8",
43
43
  "@babel/runtime": "^7.26.10",
@@ -47,25 +47,25 @@
47
47
  "@hello-pangea/dnd": "^18.0.1",
48
48
  "@testing-library/dom": "^10.4.1",
49
49
  "@testing-library/jest-dom": "^6.9.1",
50
- "@testing-library/react": "^16.3.0",
50
+ "@testing-library/react": "^16.3.2",
51
51
  "@testing-library/user-event": "^14.6.1",
52
- "@types/react": "^19.2.7",
52
+ "@types/react": "^19.2.10",
53
53
  "@types/react-dom": "^19.2.3",
54
- "@vitejs/plugin-react": "^5.1.1",
55
- "eslint": "^9.39.1",
54
+ "@vitejs/plugin-react": "^5.1.2",
55
+ "eslint": "^9.39.2",
56
56
  "eslint-config-reearth": "^0.3.8",
57
57
  "husky": "^9.1.7",
58
- "jsdom": "^27.2.0",
58
+ "jsdom": "^27.4.0",
59
59
  "postcss": "^8.5.6",
60
- "prettier": "^3.7.4",
61
- "react": "^19.2.3",
62
- "react-dom": "^19.2.3",
60
+ "prettier": "^3.8.1",
61
+ "react": "^19.2.4",
62
+ "react-dom": "^19.2.4",
63
63
  "tslib": "^2.8.1",
64
64
  "typescript": "^5.9.3",
65
- "vite": "^7.2.6",
65
+ "vite": "^7.3.1",
66
66
  "vite-plugin-css-injected-by-js": "^3.5.2",
67
67
  "vite-plugin-dts": "^4.5.4",
68
68
  "vite-plugin-svgr": "^4.5.0",
69
- "vitest": "^4.0.15"
69
+ "vitest": "^4.0.18"
70
70
  }
71
71
  }