@decidables/decidables-elements 0.4.7 → 0.4.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decidables/decidables-elements",
3
- "version": "0.4.7",
3
+ "version": "0.4.9",
4
4
  "description": "decidables-elements: Basic UI Web Components for the decidables project",
5
5
  "keywords": [
6
6
  "web component",
@@ -38,7 +38,7 @@
38
38
  ],
39
39
  "scripts": {
40
40
  "lint": "gulp lint",
41
- "test": "gulp test",
41
+ "test": "gulp test -X \"$@\"",
42
42
  "build": "gulp build"
43
43
  },
44
44
  "devDependencies": {
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "d3": "^7.9.0",
49
- "lit": "^3.1.3"
49
+ "lit": "^3.2.1"
50
50
  },
51
- "gitHead": "bd8032a47624293a88f7f70e0b331c1cea1ef399"
51
+ "gitHead": "00eb1274a09e86f55fff70b01b446f6729e608f3"
52
52
  }