@spectrum-web-components/status-light 0.40.3 → 0.40.5

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/status-light",
3
- "version": "0.40.3",
3
+ "version": "0.40.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,10 +57,10 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.40.3"
60
+ "@spectrum-web-components/base": "^0.40.5"
61
61
  },
62
62
  "devDependencies": {
63
- "@spectrum-css/statuslight": "^6.0.62"
63
+ "@spectrum-css/statuslight": "^6.1.0"
64
64
  },
65
65
  "types": "./src/index.d.ts",
66
66
  "customElements": "custom-elements.json",
@@ -68,5 +68,5 @@
68
68
  "./sp-*.js",
69
69
  "./**/*.dev.js"
70
70
  ],
71
- "gitHead": "76467a3470aeafa4beefce1e4fc76341f1d6733f"
71
+ "gitHead": "2e0006478841b07af63c19a0167a136bf724d064"
72
72
  }