@thi.ng/hiccup-canvas 3.1.21 → 3.1.23

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-canvas",
3
- "version": "3.1.21",
3
+ "version": "3.1.23",
4
4
  "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,11 +38,11 @@
38
38
  "dependencies": {
39
39
  "@thi.ng/api": "^8.11.11",
40
40
  "@thi.ng/checks": "^3.6.13",
41
- "@thi.ng/color": "^5.7.7",
42
- "@thi.ng/geom-arc": "^2.1.149",
41
+ "@thi.ng/color": "^5.7.9",
42
+ "@thi.ng/geom-arc": "^2.1.151",
43
43
  "@thi.ng/math": "^5.11.11",
44
44
  "@thi.ng/pixel": "^7.3.6",
45
- "@thi.ng/vectors": "^7.12.4"
45
+ "@thi.ng/vectors": "^7.12.6"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.47.9",
@@ -134,5 +134,5 @@
134
134
  ],
135
135
  "year": 2018
136
136
  },
137
- "gitHead": "241df2019d93359c34da1a11a94e416b6ea73f32\n"
137
+ "gitHead": "36d88652f6712b0e7ed8e55d1f4d9b3718294f7f\n"
138
138
  }