@quartzds/core 1.0.0-beta.21 → 1.0.0-beta.22
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/dist/docs.json +1 -1
- package/package.json +11 -3
package/dist/docs.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quartzds/core",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.22",
|
|
4
4
|
"description": "Quartz design system web components",
|
|
5
5
|
"homepage": "https://github.com/quartzds/core-foundations/tree/main/packages/core",
|
|
6
6
|
"bugs": {
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"@quartzds/generic-icons-core": "1.0.0-beta.3",
|
|
175
175
|
"@stencil/core": "^4.0.2",
|
|
176
176
|
"@types/node": "*",
|
|
177
|
-
"type-fest": "^
|
|
177
|
+
"type-fest": "^3.0.0"
|
|
178
178
|
},
|
|
179
179
|
"devDependencies": {
|
|
180
180
|
"@babel/core": "7.22.17",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"@quartzds/browserslist-config": "1.1.1",
|
|
188
188
|
"@quartzds/generic-tokens-core": "1.0.0-beta.2",
|
|
189
189
|
"@quartzds/tailwind-preset": "1.0.0-beta.5",
|
|
190
|
-
"@stencil-community/postcss": "2.
|
|
190
|
+
"@stencil-community/postcss": "2.2.0",
|
|
191
191
|
"@stencil/angular-output-target": "0.7.1",
|
|
192
192
|
"@stencil/react-output-target": "0.5.3",
|
|
193
193
|
"@stencil/vue-output-target": "0.8.6",
|
|
@@ -220,6 +220,14 @@
|
|
|
220
220
|
"typescript": "5.1.6",
|
|
221
221
|
"webpack": "5.88.2"
|
|
222
222
|
},
|
|
223
|
+
"peerDependencies": {
|
|
224
|
+
"typescript": ">=4.7"
|
|
225
|
+
},
|
|
226
|
+
"peerDependenciesMeta": {
|
|
227
|
+
"typescript": {
|
|
228
|
+
"optional": true
|
|
229
|
+
}
|
|
230
|
+
},
|
|
223
231
|
"engines": {
|
|
224
232
|
"node": ">=18.12.0"
|
|
225
233
|
},
|