@modern-js/storybook-builder 2.63.7 → 2.64.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
- import type { Plugin } from '@modern-js/runtime';
1
+ import type { Plugin, RuntimePluginFuture } from '@modern-js/runtime';
2
2
  import React from 'react';
3
3
  import type { IConfig } from '../type';
4
4
  export declare const WrapProviders: (storyFn: any, config: IConfig) => React.JSX.Element;
5
- export declare const resolvePlugins: (runtime: IConfig['modernConfigRuntime']) => Plugin[];
5
+ export declare const resolvePlugins: (runtime: IConfig['modernConfigRuntime']) => (Plugin | RuntimePluginFuture)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/storybook-builder",
3
- "version": "2.63.7",
3
+ "version": "2.64.1",
4
4
  "description": "modern.js support for storybook",
5
5
  "repository": {
6
6
  "type": "git",
@@ -70,18 +70,18 @@
70
70
  "remark-slug": "^7.0.1",
71
71
  "serve-static": "^1.14.1",
72
72
  "tinypool": "^0.8.0",
73
- "@modern-js/core": "2.63.7",
74
- "@modern-js/uni-builder": "2.63.7",
75
- "@modern-js/runtime": "2.63.7",
76
- "@modern-js/utils": "2.63.7"
73
+ "@modern-js/core": "2.64.1",
74
+ "@modern-js/runtime": "2.64.1",
75
+ "@modern-js/uni-builder": "2.64.1",
76
+ "@modern-js/utils": "2.64.1"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@storybook/types": "~7.6.12",
80
80
  "@types/babel__core": "^7.20.5",
81
81
  "@types/serve-static": "^1.13.10",
82
82
  "typescript": "^5.2.2",
83
- "@modern-js/core": "2.63.7",
84
- "@scripts/build": "2.63.7"
83
+ "@scripts/build": "2.64.1",
84
+ "@modern-js/core": "2.64.1"
85
85
  },
86
86
  "publishConfig": {
87
87
  "registry": "https://registry.npmjs.org/",