@blockquote-web-components/blockquote-base-style-helpers 1.1.7 → 1.1.8
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockquote-web-components/blockquote-base-style-helpers",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "Webcomponent blockquote-base-style-helpers following open-wc recommendations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lit",
|
|
@@ -147,16 +147,16 @@
|
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@blockquote-web-components/blockquote-base-meta": "^1.2.
|
|
150
|
+
"@blockquote-web-components/blockquote-base-meta": "^1.2.2"
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
153
|
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.3",
|
|
154
|
-
"@blockquote-web-components/blockquote-base-embedded-webview": "^1.
|
|
154
|
+
"@blockquote-web-components/blockquote-base-embedded-webview": "^1.7.0",
|
|
155
155
|
"lit": "^3.1.1"
|
|
156
156
|
},
|
|
157
157
|
"publishConfig": {
|
|
158
158
|
"access": "public"
|
|
159
159
|
},
|
|
160
160
|
"customElements": "custom-elements.json",
|
|
161
|
-
"gitHead": "
|
|
161
|
+
"gitHead": "d9bc07c424437dd78ecace41ec5465ebda063ab8"
|
|
162
162
|
}
|