@storybook/nextjs 8.2.0-alpha.5 → 8.2.0-alpha.6
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/package.json +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/nextjs",
|
|
3
|
-
"version": "8.2.0-alpha.
|
|
3
|
+
"version": "8.2.0-alpha.6",
|
|
4
4
|
"description": "Storybook for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
".": {
|
|
25
25
|
"types": "./dist/index.d.ts",
|
|
26
26
|
"node": "./dist/index.js",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
27
|
+
"import": "./dist/index.mjs",
|
|
28
|
+
"require": "./dist/index.js"
|
|
29
29
|
},
|
|
30
30
|
"./dist/image-context": {
|
|
31
31
|
"types": "./dist/image-context.d.ts",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"import": "./dist/image-context.mjs",
|
|
33
|
+
"require": "./dist/image-context.js"
|
|
34
34
|
},
|
|
35
35
|
"./preset": {
|
|
36
36
|
"types": "./dist/preset.d.ts",
|
|
@@ -38,49 +38,49 @@
|
|
|
38
38
|
},
|
|
39
39
|
"./font/webpack/loader/storybook-nextjs-font-loader": {
|
|
40
40
|
"types": "./dist/font/webpack/loader/storybook-nextjs-font-loader.d.ts",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
41
|
+
"import": "./dist/font/webpack/loader/storybook-nextjs-font-loader.mjs",
|
|
42
|
+
"require": "./dist/font/webpack/loader/storybook-nextjs-font-loader.js"
|
|
43
43
|
},
|
|
44
44
|
"./dist/preview.mjs": "./dist/preview.mjs",
|
|
45
45
|
"./next-image-loader-stub.js": {
|
|
46
46
|
"types": "./dist/next-image-loader-stub.d.ts",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
47
|
+
"import": "./dist/next-image-loader-stub.mjs",
|
|
48
|
+
"require": "./dist/next-image-loader-stub.js"
|
|
49
49
|
},
|
|
50
50
|
"./dist/compatibility/segment.compat": {
|
|
51
51
|
"types": "./dist/compatibility/segment.compat.d.ts",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
52
|
+
"import": "./dist/compatibility/segment.compat.mjs",
|
|
53
|
+
"require": "./dist/compatibility/segment.compat.js"
|
|
54
54
|
},
|
|
55
55
|
"./dist/compatibility/redirect-status-code.compat": {
|
|
56
56
|
"types": "./dist/compatibility/redirect-status-code.compat.d.ts",
|
|
57
|
-
"
|
|
58
|
-
"
|
|
57
|
+
"import": "./dist/compatibility/redirect-status-code.compat.mjs",
|
|
58
|
+
"require": "./dist/compatibility/redirect-status-code.compat.js"
|
|
59
59
|
},
|
|
60
60
|
"./export-mocks": {
|
|
61
61
|
"types": "./dist/export-mocks/index.d.ts",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
62
|
+
"import": "./dist/export-mocks/index.mjs",
|
|
63
|
+
"require": "./dist/export-mocks/index.js"
|
|
64
64
|
},
|
|
65
65
|
"./cache.mock": {
|
|
66
66
|
"types": "./dist/export-mocks/cache/index.d.ts",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
67
|
+
"import": "./dist/export-mocks/cache/index.mjs",
|
|
68
|
+
"require": "./dist/export-mocks/cache/index.js"
|
|
69
69
|
},
|
|
70
70
|
"./headers.mock": {
|
|
71
71
|
"types": "./dist/export-mocks/headers/index.d.ts",
|
|
72
|
-
"
|
|
73
|
-
"
|
|
72
|
+
"import": "./dist/export-mocks/headers/index.mjs",
|
|
73
|
+
"require": "./dist/export-mocks/headers/index.js"
|
|
74
74
|
},
|
|
75
75
|
"./navigation.mock": {
|
|
76
76
|
"types": "./dist/export-mocks/navigation/index.d.ts",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
77
|
+
"import": "./dist/export-mocks/navigation/index.mjs",
|
|
78
|
+
"require": "./dist/export-mocks/navigation/index.js"
|
|
79
79
|
},
|
|
80
80
|
"./router.mock": {
|
|
81
81
|
"types": "./dist/export-mocks/router/index.d.ts",
|
|
82
|
-
"
|
|
83
|
-
"
|
|
82
|
+
"import": "./dist/export-mocks/router/index.mjs",
|
|
83
|
+
"require": "./dist/export-mocks/router/index.js"
|
|
84
84
|
},
|
|
85
85
|
"./package.json": "./package.json"
|
|
86
86
|
},
|
|
@@ -139,15 +139,15 @@
|
|
|
139
139
|
"@babel/preset-typescript": "^7.24.1",
|
|
140
140
|
"@babel/runtime": "^7.24.4",
|
|
141
141
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
142
|
-
"@storybook/builder-webpack5": "8.2.0-alpha.
|
|
143
|
-
"@storybook/core-common": "8.2.0-alpha.
|
|
144
|
-
"@storybook/core-events": "8.2.0-alpha.
|
|
145
|
-
"@storybook/node-logger": "8.2.0-alpha.
|
|
146
|
-
"@storybook/preset-react-webpack": "8.2.0-alpha.
|
|
147
|
-
"@storybook/preview-api": "8.2.0-alpha.
|
|
148
|
-
"@storybook/react": "8.2.0-alpha.
|
|
149
|
-
"@storybook/test": "8.2.0-alpha.
|
|
150
|
-
"@storybook/types": "8.2.0-alpha.
|
|
142
|
+
"@storybook/builder-webpack5": "8.2.0-alpha.6",
|
|
143
|
+
"@storybook/core-common": "8.2.0-alpha.6",
|
|
144
|
+
"@storybook/core-events": "8.2.0-alpha.6",
|
|
145
|
+
"@storybook/node-logger": "8.2.0-alpha.6",
|
|
146
|
+
"@storybook/preset-react-webpack": "8.2.0-alpha.6",
|
|
147
|
+
"@storybook/preview-api": "8.2.0-alpha.6",
|
|
148
|
+
"@storybook/react": "8.2.0-alpha.6",
|
|
149
|
+
"@storybook/test": "8.2.0-alpha.6",
|
|
150
|
+
"@storybook/types": "8.2.0-alpha.6",
|
|
151
151
|
"@types/node": "^18.0.0",
|
|
152
152
|
"@types/semver": "^7.3.4",
|
|
153
153
|
"babel-loader": "^9.1.3",
|