@thi.ng/imgui 3.2.53 → 3.2.54

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 (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imgui",
3
- "version": "3.2.53",
3
+ "version": "3.2.54",
4
4
  "description": "Immediate mode GUI with flexible state handling & data only shape output",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,18 +39,18 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.7",
43
- "@thi.ng/checks": "^3.7.23",
44
- "@thi.ng/geom": "^8.3.6",
45
- "@thi.ng/geom-isec": "^4.0.68",
46
- "@thi.ng/layout": "^4.0.12",
47
- "@thi.ng/math": "^5.13.4",
48
- "@thi.ng/ramp": "^3.3.64",
49
- "@thi.ng/transducers": "^9.6.16",
50
- "@thi.ng/vectors": "^8.6.12"
42
+ "@thi.ng/api": "^8.12.8",
43
+ "@thi.ng/checks": "^3.7.24",
44
+ "@thi.ng/geom": "^8.3.7",
45
+ "@thi.ng/geom-isec": "^4.0.69",
46
+ "@thi.ng/layout": "^4.0.13",
47
+ "@thi.ng/math": "^5.13.5",
48
+ "@thi.ng/ramp": "^3.3.65",
49
+ "@thi.ng/transducers": "^9.6.17",
50
+ "@thi.ng/vectors": "^8.6.13"
51
51
  },
52
52
  "devDependencies": {
53
- "esbuild": "^0.25.11",
53
+ "esbuild": "^0.27.0",
54
54
  "typedoc": "^0.28.14",
55
55
  "typescript": "^5.9.3"
56
56
  },
@@ -162,5 +162,5 @@
162
162
  ],
163
163
  "year": 2019
164
164
  },
165
- "gitHead": "74b6f319d8f52c9266d97f616be5298a6a5b96e4\n"
165
+ "gitHead": "be6e7657b1e5c54d7d648d1b52888a7297e95a17\n"
166
166
  }