@spectrum-web-components/modal 0.41.2 → 0.42.0
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/modal",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.42.0",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -43,10 +43,10 @@
|
|
43
43
|
"lit-html"
|
44
44
|
],
|
45
45
|
"dependencies": {
|
46
|
-
"@spectrum-web-components/base": "^0.
|
46
|
+
"@spectrum-web-components/base": "^0.42.0"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@spectrum-css/modal": "^4.2.
|
49
|
+
"@spectrum-css/modal": "^4.2.5"
|
50
50
|
},
|
51
51
|
"types": "./src/index.d.ts",
|
52
52
|
"customElements": "custom-elements.json",
|
@@ -54,5 +54,5 @@
|
|
54
54
|
"./sp-*.js",
|
55
55
|
"./**/*.dev.js"
|
56
56
|
],
|
57
|
-
"gitHead": "
|
57
|
+
"gitHead": "9b3bd55ff8e8f9438817255976e77fd456b19d72"
|
58
58
|
}
|