x-prop-tree 0.7.28 → 0.7.29

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 +1 -1
  2. package/package.json +16 -16
package/dist/index.js CHANGED
@@ -229,7 +229,7 @@ const ze = (t) => !(t instanceof Array), Ne = (t) => t instanceof Array, Dt = (t
229
229
  return console.assert(!1, `isPropChanged state must be valid keys=${s}`), !1;
230
230
  typeof e == "string" ? Ee(l.children) && (l = l.children[e]) : Le(l.children) && (l = l.children[e]);
231
231
  }), l?.change ?? !1;
232
- }, Ie = Symbol(), et = Symbol(), tt = Symbol(), nt = Symbol(), lt = Symbol(), ot = Symbol(), st = Symbol(), it = Symbol();
232
+ }, Ie = /* @__PURE__ */ Symbol(), et = /* @__PURE__ */ Symbol(), tt = /* @__PURE__ */ Symbol(), nt = /* @__PURE__ */ Symbol(), lt = /* @__PURE__ */ Symbol(), ot = /* @__PURE__ */ Symbol(), st = /* @__PURE__ */ Symbol(), it = /* @__PURE__ */ Symbol();
233
233
  function Rt(t) {
234
234
  re(Ie, t);
235
235
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-prop-tree",
3
3
  "private": false,
4
- "version": "0.7.28",
4
+ "version": "0.7.29",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -22,22 +22,22 @@
22
22
  "*": "prettier --write ."
23
23
  },
24
24
  "dependencies": {
25
- "lodash-es": "^4.17.21",
26
- "vue": "^3.5.25",
25
+ "lodash-es": "^4.17.22",
26
+ "vue": "^3.5.26",
27
27
  "vue-i18n": "^11.2.2",
28
- "vuetify": "^3.11.3",
29
- "x-block-lib": "^0.8.60",
30
- "x-essential-lib": "^0.9.19",
28
+ "vuetify": "^3.11.4",
29
+ "x-block-lib": "^0.8.64",
30
+ "x-essential-lib": "^0.9.20",
31
31
  "x-group-list": "^0.4.7",
32
- "x-runtime-lib": "^0.8.118",
33
- "x-state-lib": "^0.3.31"
32
+ "x-runtime-lib": "^0.8.132",
33
+ "x-state-lib": "^0.3.32"
34
34
  },
35
35
  "devDependencies": {
36
- "@eslint/js": "^9.39.1",
36
+ "@eslint/js": "^9.39.2",
37
37
  "@types/lodash-es": "^4.17.12",
38
- "@types/node": "^25.0.0",
39
- "@vitejs/plugin-vue": "^6.0.2",
40
- "eslint": "^9.39.1",
38
+ "@types/node": "^25.0.3",
39
+ "@vitejs/plugin-vue": "^6.0.3",
40
+ "eslint": "^9.39.2",
41
41
  "eslint-config-prettier": "^10.1.8",
42
42
  "eslint-plugin-prettier": "^5.5.4",
43
43
  "eslint-plugin-vue": "^10.6.2",
@@ -45,14 +45,14 @@
45
45
  "husky": "^9.1.7",
46
46
  "lint-staged": "^16.2.7",
47
47
  "prettier": "3.7.4",
48
- "sass": "^1.96.0",
48
+ "sass": "^1.97.0",
49
49
  "typescript": "^5.9.3",
50
- "typescript-eslint": "^8.49.0",
51
- "vite": "^7.2.7",
50
+ "typescript-eslint": "^8.50.0",
51
+ "vite": "^7.3.0",
52
52
  "vite-plugin-css-injected-by-js": "^3.5.2",
53
53
  "vite-plugin-vuetify": "^2.1.2",
54
54
  "vue-eslint-parser": "^10.2.0",
55
- "vue-router": "^4.6.3",
55
+ "vue-router": "^4.6.4",
56
56
  "vue-tsc": "^3.1.8"
57
57
  }
58
58
  }