@storybook/web-components 8.6.0-alpha.3 → 8.6.0-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/web-components",
3
- "version": "8.6.0-alpha.3",
3
+ "version": "8.6.0-alpha.4",
4
4
  "description": "Storybook web-components renderer",
5
5
  "keywords": [
6
6
  "lit",
@@ -49,11 +49,11 @@
49
49
  "prep": "jiti ../../../scripts/prepare/bundle.ts"
50
50
  },
51
51
  "dependencies": {
52
- "@storybook/components": "8.6.0-alpha.3",
52
+ "@storybook/components": "8.6.0-alpha.4",
53
53
  "@storybook/global": "^5.0.0",
54
- "@storybook/manager-api": "8.6.0-alpha.3",
55
- "@storybook/preview-api": "8.6.0-alpha.3",
56
- "@storybook/theming": "8.6.0-alpha.3",
54
+ "@storybook/manager-api": "8.6.0-alpha.4",
55
+ "@storybook/preview-api": "8.6.0-alpha.4",
56
+ "@storybook/theming": "8.6.0-alpha.4",
57
57
  "tiny-invariant": "^1.3.1",
58
58
  "ts-dedent": "^2.0.0"
59
59
  },
@@ -62,12 +62,12 @@
62
62
  "@types/node": "^22.0.0",
63
63
  "cross-spawn": "^7.0.3",
64
64
  "lit": "2.3.1",
65
- "typescript": "^5.3.2",
65
+ "typescript": "^5.7.3",
66
66
  "web-component-analyzer": "^1.1.6"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "lit": "^2.0.0 || ^3.0.0",
70
- "storybook": "^8.6.0-alpha.3"
70
+ "storybook": "^8.6.0-alpha.4"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=18.0.0"