@spectrum-web-components/progress-bar 0.5.11 → 0.5.12
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/progress-bar",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.12",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -44,8 +44,8 @@
|
|
44
44
|
"lit-html"
|
45
45
|
],
|
46
46
|
"dependencies": {
|
47
|
-
"@spectrum-web-components/base": "^0.5.
|
48
|
-
"@spectrum-web-components/field-label": "^0.7.
|
47
|
+
"@spectrum-web-components/base": "^0.5.8",
|
48
|
+
"@spectrum-web-components/field-label": "^0.7.12",
|
49
49
|
"tslib": "^2.0.0"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
@@ -56,5 +56,5 @@
|
|
56
56
|
"sideEffects": [
|
57
57
|
"./sp-*.js"
|
58
58
|
],
|
59
|
-
"gitHead": "
|
59
|
+
"gitHead": "e5cd4a0db2201b8126eb9133ac3c24172d086359"
|
60
60
|
}
|