@blockquote-web-components/blockquote-tabs 1.1.2 → 1.1.4

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.
Files changed (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockquote-web-components/blockquote-tabs",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Webcomponent blockquote-tabs following open-wc recommendations",
5
5
  "keywords": [
6
6
  "lit",
@@ -159,26 +159,25 @@
159
159
  "extends": "stylelint-config-standard-scss",
160
160
  "rules": {
161
161
  "custom-property-pattern": null,
162
- "max-line-length": null,
163
162
  "no-duplicate-selectors": null,
164
163
  "color-function-notation": null,
165
164
  "alpha-value-notation": null
166
165
  }
167
166
  },
168
167
  "dependencies": {
169
- "@blockquote-web-components/blockquote-mixin-slot-content": "^1.3.2",
168
+ "@blockquote-web-components/blockquote-mixin-slot-content": "^1.3.4",
170
169
  "@juggle/resize-observer": "^3.4.0",
171
170
  "@lit-labs/observers": "^2.0.0",
172
- "lit": "^3.1.0"
171
+ "lit": "^3.1.1"
173
172
  },
174
173
  "devDependencies": {
175
- "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.0",
176
- "@blockquote-web-components/blockquote-base-embedded-webview": "^1.6.2",
177
- "@blockquote-web-components/blockquote-foundations-sass": "^1.1.1"
174
+ "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.2",
175
+ "@blockquote-web-components/blockquote-base-embedded-webview": "^1.6.4",
176
+ "@blockquote-web-components/blockquote-foundations-sass": "^1.1.2"
178
177
  },
179
178
  "publishConfig": {
180
179
  "access": "public"
181
180
  },
182
181
  "customElements": "custom-elements.json",
183
- "gitHead": "1e72d38b0abdb0fddc1ccc9412f83485e9f6b5b0"
182
+ "gitHead": "928ddb66ba54a04161c09d295c9844683e735abf"
184
183
  }