@quartzds/core 1.0.0-beta.10 → 1.0.0-beta.11

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 (2) hide show
  1. package/dist/docs.json +1 -1
  2. package/package.json +10 -10
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2023-07-21T23:39:09",
2
+ "timestamp": "2023-07-24T20:10:07",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quartzds/core",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.11",
4
4
  "description": "Quartz design system web components",
5
5
  "homepage": "https://github.com/quartzds/core-foundations/tree/main/packages/core",
6
6
  "bugs": {
@@ -173,7 +173,7 @@
173
173
  "@quartzds/generic-icons-core": "1.0.0-beta.3",
174
174
  "@stencil/core": "^4.0.0",
175
175
  "@types/node": "*",
176
- "type-fest": "^3.0.0"
176
+ "type-fest": "^4.0.0"
177
177
  },
178
178
  "devDependencies": {
179
179
  "@babel/core": "7.22.9",
@@ -191,14 +191,14 @@
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",
194
- "@storybook/addon-a11y": "7.0.27",
195
- "@storybook/addon-docs": "7.0.27",
196
- "@storybook/addon-essentials": "7.0.27",
194
+ "@storybook/addon-a11y": "7.1.0",
195
+ "@storybook/addon-docs": "7.1.0",
196
+ "@storybook/addon-essentials": "7.1.0",
197
197
  "@storybook/addon-styling": "1.3.4",
198
- "@storybook/builder-webpack5": "7.0.27",
198
+ "@storybook/builder-webpack5": "7.1.0",
199
199
  "@storybook/mdx2-csf": "1.1.0",
200
- "@storybook/web-components": "7.0.27",
201
- "@storybook/web-components-webpack5": "7.0.27",
200
+ "@storybook/web-components": "7.1.0",
201
+ "@storybook/web-components-webpack5": "7.1.0",
202
202
  "@types/postcss-import": "14.0.0",
203
203
  "@types/react": "18.2.14",
204
204
  "babel-loader": "9.1.3",
@@ -216,12 +216,12 @@
216
216
  "rimraf": "5.0.1",
217
217
  "serve": "14.2.0",
218
218
  "stencil-playwright": "0.2.0",
219
- "storybook": "7.0.27",
219
+ "storybook": "7.1.0",
220
220
  "storybook-dark-mode": "3.0.0",
221
221
  "style-loader": "3.3.3",
222
222
  "tailwindcss": "3.3.3",
223
223
  "typescript": "5.1.6",
224
- "webpack": "5.88.1"
224
+ "webpack": "5.88.2"
225
225
  },
226
226
  "engines": {
227
227
  "node": ">=18.12.0"