@modern-js/repo-generator 3.2.8 → 3.2.10

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -6
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -23488,9 +23488,9 @@ var require_ejs = __commonJS({
23488
23488
  }
23489
23489
  });
23490
23490
 
23491
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.35.1/node_modules/@modern-js/utils/dist/compiled/chalk/index.js
23491
+ // ../../../../node_modules/.pnpm/@modern-js+utils@2.37.2/node_modules/@modern-js/utils/dist/compiled/chalk/index.js
23492
23492
  var require_chalk = __commonJS({
23493
- "../../../../node_modules/.pnpm/@modern-js+utils@2.35.1/node_modules/@modern-js/utils/dist/compiled/chalk/index.js"(exports, module2) {
23493
+ "../../../../node_modules/.pnpm/@modern-js+utils@2.37.2/node_modules/@modern-js/utils/dist/compiled/chalk/index.js"(exports, module2) {
23494
23494
  "use strict";
23495
23495
  (() => {
23496
23496
  var e = { 44: (e2, t2, n2) => {
@@ -73213,7 +73213,6 @@ var MWANewActionPluginDependence = {
73213
73213
  [ActionFunction.MicroFrontend]: "@modern-js/plugin-garfish",
73214
73214
  [ActionFunction.Test]: "@modern-js/plugin-testing",
73215
73215
  [ActionFunction.Storybook]: "@modern-js/plugin-storybook",
73216
- [ActionFunction.StorybookV7]: "@modern-js/storybook",
73217
73216
  [ActionFunction.SSG]: "@modern-js/plugin-ssg",
73218
73217
  [ActionFunction.Polyfill]: "@modern-js/plugin-polyfill",
73219
73218
  [ActionFunction.Proxy]: "@modern-js/plugin-proxy",
@@ -73240,6 +73239,7 @@ var ModuleActionFunctions = [
73240
73239
  ActionFunction.Test,
73241
73240
  ActionFunction.TailwindCSS,
73242
73241
  ActionFunction.Storybook,
73242
+ ActionFunction.StorybookV7,
73243
73243
  ActionFunction.RuntimeApi
73244
73244
  ];
73245
73245
  var ModuleActionTypesMap = {
@@ -73286,6 +73286,7 @@ var getModuleNewActionSchema = (extra = {}) => {
73286
73286
  };
73287
73287
  var ModuleActionFunctionsDevDependencies = {
73288
73288
  [ActionFunction.Storybook]: "@modern-js/plugin-storybook",
73289
+ [ActionFunction.StorybookV7]: "@modern-js/storybook",
73289
73290
  [ActionFunction.Test]: "@modern-js/plugin-testing",
73290
73291
  [ActionFunction.RuntimeApi]: "@modern-js/runtime",
73291
73292
  [ActionFunction.TailwindCSS]: "tailwindcss"
@@ -73310,7 +73311,6 @@ var ModuleNewActionPluginName = {
73310
73311
  [ActionType.Function]: {
73311
73312
  [ActionFunction.TailwindCSS]: "tailwindcssPlugin",
73312
73313
  [ActionFunction.Storybook]: "storybookPlugin",
73313
- [ActionFunction.StorybookV7]: "storybookFramework",
73314
73314
  [ActionFunction.Test]: "testPlugin"
73315
73315
  }
73316
73316
  };
@@ -73318,8 +73318,7 @@ var ModuleNewActionPluginDependence = {
73318
73318
  [ActionType.Function]: {
73319
73319
  [ActionFunction.Test]: "@modern-js/plugin-testing",
73320
73320
  [ActionFunction.TailwindCSS]: "@modern-js/plugin-tailwindcss",
73321
- [ActionFunction.Storybook]: "@modern-js/plugin-storybook",
73322
- [ActionFunction.StorybookV7]: "@modern-js/storybook"
73321
+ [ActionFunction.Storybook]: "@modern-js/plugin-storybook"
73323
73322
  }
73324
73323
  };
73325
73324
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.2.8",
18
+ "version": "3.2.10",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -23,7 +23,7 @@
23
23
  "/dist/index.js"
24
24
  ],
25
25
  "dependencies": {
26
- "@modern-js/utils": "2.39.0"
26
+ "@modern-js/utils": "2.39.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.0",
@@ -32,15 +32,15 @@
32
32
  "@types/node": "^14",
33
33
  "jest": "^29",
34
34
  "typescript": "^5",
35
- "@modern-js/base-generator": "3.2.8",
36
- "@modern-js/generator-utils": "3.2.8",
37
- "@modern-js/module-generator": "3.2.8",
38
- "@modern-js/monorepo-generator": "3.2.8",
39
- "@modern-js/mwa-generator": "3.2.8",
40
- "@modern-js/generator-common": "3.2.8",
41
- "@modern-js/generator-plugin": "3.2.8",
42
- "@scripts/jest-config": "2.39.0",
43
- "@scripts/build": "2.39.0"
35
+ "@modern-js/base-generator": "3.2.10",
36
+ "@modern-js/generator-common": "3.2.10",
37
+ "@modern-js/generator-plugin": "3.2.10",
38
+ "@modern-js/generator-utils": "3.2.10",
39
+ "@modern-js/module-generator": "3.2.10",
40
+ "@modern-js/mwa-generator": "3.2.10",
41
+ "@modern-js/monorepo-generator": "3.2.10",
42
+ "@scripts/jest-config": "2.39.2",
43
+ "@scripts/build": "2.39.2"
44
44
  },
45
45
  "sideEffects": false,
46
46
  "publishConfig": {