@thi.ng/rdom-canvas 0.5.76 → 0.5.78

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-canvas",
3
- "version": "0.5.76",
3
+ "version": "0.5.78",
4
4
  "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@thi.ng/api": "^8.9.30",
40
- "@thi.ng/associative": "^6.3.50",
41
- "@thi.ng/canvas": "^0.2.12",
40
+ "@thi.ng/associative": "^6.3.51",
41
+ "@thi.ng/canvas": "^0.2.13",
42
42
  "@thi.ng/checks": "^3.5.4",
43
- "@thi.ng/hiccup-canvas": "^2.5.28",
44
- "@thi.ng/rdom": "^1.1.16",
45
- "@thi.ng/rstream": "^8.3.15"
43
+ "@thi.ng/hiccup-canvas": "^2.5.30",
44
+ "@thi.ng/rdom": "^1.1.18",
45
+ "@thi.ng/rstream": "^8.3.16"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.42.3",
@@ -92,5 +92,5 @@
92
92
  "status": "alpha",
93
93
  "year": 2020
94
94
  },
95
- "gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n"
95
+ "gitHead": "16686bb40f7bd7a14a5d1304e353a82cb0069a1a\n"
96
96
  }