@blockquote-web-components/blockquote-tabs 1.6.17 → 1.6.19
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 +9 -7
- package/src/BlockquoteTabs.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockquote-web-components/blockquote-tabs",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.19",
|
|
4
4
|
"description": "Webcomponent blockquote-tabs following open-wc recommendations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lit",
|
|
@@ -139,19 +139,21 @@
|
|
|
139
139
|
]
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
|
-
"@blockquote-web-components/blockquote-mixin-slot-content": "^1.9.
|
|
142
|
+
"@blockquote-web-components/blockquote-mixin-slot-content": "^1.9.18",
|
|
143
143
|
"@juggle/resize-observer": "^3.4.0",
|
|
144
|
-
"@lit-labs/observers": "^2.0
|
|
145
|
-
"lit": "^3.3.
|
|
144
|
+
"@lit-labs/observers": "^2.1.0",
|
|
145
|
+
"lit": "^3.3.2"
|
|
146
146
|
},
|
|
147
147
|
"devDependencies": {
|
|
148
|
-
"@blockquote-web-components/blockquote-base-
|
|
149
|
-
"@blockquote-web-components/blockquote-base-embedded-webview": "^1.13.16",
|
|
148
|
+
"@blockquote-web-components/blockquote-base-embedded-webview": "^1.14.0",
|
|
150
149
|
"@blockquote-web-components/blockquote-foundations-sass": "^1.1.8"
|
|
151
150
|
},
|
|
151
|
+
"peerDependencies": {
|
|
152
|
+
"lit-html": "^3.3.2"
|
|
153
|
+
},
|
|
152
154
|
"publishConfig": {
|
|
153
155
|
"access": "public"
|
|
154
156
|
},
|
|
155
157
|
"customElements": "custom-elements.json",
|
|
156
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "e74c8cab50efa0c87dc6ceda19c52e159943cde9"
|
|
157
159
|
}
|