@thi.ng/imgui 3.1.1 → 3.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imgui",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Immediate mode GUI with flexible state handling & data only shape output",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,13 +38,13 @@
38
38
  "dependencies": {
39
39
  "@thi.ng/api": "^8.11.11",
40
40
  "@thi.ng/checks": "^3.6.13",
41
- "@thi.ng/geom": "^8.1.13",
42
- "@thi.ng/geom-isec": "^4.0.17",
41
+ "@thi.ng/geom": "^8.1.14",
42
+ "@thi.ng/geom-isec": "^4.0.18",
43
43
  "@thi.ng/layout": "^3.1.5",
44
44
  "@thi.ng/math": "^5.11.11",
45
- "@thi.ng/ramp": "^3.3.5",
45
+ "@thi.ng/ramp": "^3.3.6",
46
46
  "@thi.ng/transducers": "^9.2.7",
47
- "@thi.ng/vectors": "^7.12.5"
47
+ "@thi.ng/vectors": "^7.12.6"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.47.9",
@@ -160,5 +160,5 @@
160
160
  ],
161
161
  "year": 2019
162
162
  },
163
- "gitHead": "8301254c4436505a1fb0e3cc28eca3adb920c3e0\n"
163
+ "gitHead": "36d88652f6712b0e7ed8e55d1f4d9b3718294f7f\n"
164
164
  }