@thi.ng/hiccup-canvas 2.4.7 → 2.4.8

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": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,10 +35,10 @@
35
35
  "dependencies": {
36
36
  "@thi.ng/api": "^8.9.8",
37
37
  "@thi.ng/checks": "^3.4.8",
38
- "@thi.ng/color": "^5.5.31",
38
+ "@thi.ng/color": "^5.6.0",
39
39
  "@thi.ng/math": "^5.7.3",
40
- "@thi.ng/pixel": "^4.3.4",
41
- "@thi.ng/vectors": "^7.8.4"
40
+ "@thi.ng/pixel": "^5.0.0",
41
+ "@thi.ng/vectors": "^7.8.5"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.38.2",
@@ -129,5 +129,5 @@
129
129
  ],
130
130
  "year": 2018
131
131
  },
132
- "gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n"
132
+ "gitHead": "2be4c38c9680da929339bd164acfb69ebb1fd3d0\n"
133
133
  }