@spectrum-web-components/status-light 0.10.10 → 0.10.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/status-light",
3
- "version": "0.10.10",
3
+ "version": "0.10.11",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -48,12 +48,12 @@
48
48
  "tslib": "^2.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@spectrum-css/statuslight": "^4.0.12"
51
+ "@spectrum-css/statuslight": "^4.0.14"
52
52
  },
53
53
  "types": "./src/index.d.ts",
54
54
  "customElements": "custom-elements.json",
55
55
  "sideEffects": [
56
56
  "./sp-*.js"
57
57
  ],
58
- "gitHead": "e5cd4a0db2201b8126eb9133ac3c24172d086359"
58
+ "gitHead": "3be62133721efba844cd7032566a2c49ed6d9875"
59
59
  }