@storybook/test 7.6.3 → 8.0.0-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/test",
3
- "version": "7.6.3",
3
+ "version": "8.0.0-alpha.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -43,10 +43,10 @@
43
43
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@storybook/client-logger": "7.6.3",
47
- "@storybook/core-events": "7.6.3",
48
- "@storybook/instrumenter": "7.6.3",
49
- "@storybook/preview-api": "7.6.3",
46
+ "@storybook/client-logger": "8.0.0-alpha.1",
47
+ "@storybook/core-events": "8.0.0-alpha.1",
48
+ "@storybook/instrumenter": "8.0.0-alpha.1",
49
+ "@storybook/preview-api": "8.0.0-alpha.1",
50
50
  "@testing-library/dom": "^9.3.1",
51
51
  "@testing-library/jest-dom": "^6.1.3",
52
52
  "@testing-library/user-event": "14.3.0",
@@ -59,7 +59,7 @@
59
59
  "devDependencies": {
60
60
  "ts-dedent": "^2.2.0",
61
61
  "type-fest": "~2.19",
62
- "typescript": "~4.9.3"
62
+ "typescript": "^5.3.2"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public"