@storybook/test 8.4.0-alpha.8 → 8.4.0-beta.1

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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/test",
3
- "version": "8.4.0-alpha.8",
3
+ "version": "8.4.0-beta.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -23,10 +23,9 @@
23
23
  "exports": {
24
24
  ".": {
25
25
  "types": "./dist/index.d.ts",
26
- "import": "./dist/index.mjs",
27
- "require": "./dist/index.js",
28
26
  "node": "./dist/index.js",
29
- "default": "./dist/index.mjs"
27
+ "import": "./dist/index.mjs",
28
+ "require": "./dist/index.js"
30
29
  },
31
30
  "./package.json": "./package.json"
32
31
  },
@@ -46,7 +45,7 @@
46
45
  "dependencies": {
47
46
  "@storybook/csf": "^0.1.11",
48
47
  "@storybook/global": "^5.0.0",
49
- "@storybook/instrumenter": "8.4.0-alpha.8",
48
+ "@storybook/instrumenter": "8.4.0-beta.1",
50
49
  "@testing-library/dom": "10.4.0",
51
50
  "@testing-library/jest-dom": "6.5.0",
52
51
  "@testing-library/user-event": "14.5.2",
@@ -61,7 +60,7 @@
61
60
  "typescript": "^5.3.2"
62
61
  },
63
62
  "peerDependencies": {
64
- "storybook": "^8.4.0-alpha.8"
63
+ "storybook": "^8.4.0-beta.1"
65
64
  },
66
65
  "publishConfig": {
67
66
  "access": "public"