@module-federation/devtools 0.14.0 → 0.14.1

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 (1) hide show
  1. package/package.json +13 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/devtools",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,22 +38,21 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@arco-design/web-react": "^2.64.1",
41
- "@modern-js/runtime": "2.65.1",
41
+ "@modern-js/runtime": "2.67.6",
42
42
  "ahooks": "^3.7.10",
43
43
  "dagre": "^0.8.5",
44
44
  "react": "~18.3.1",
45
45
  "react-dom": "~18.3.1",
46
46
  "reactflow": "11.11.4",
47
- "@module-federation/sdk": "0.14.0"
47
+ "@module-federation/sdk": "0.14.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@modern-js-app/eslint-config": "2.54.6",
51
- "@modern-js/app-tools": "2.65.1",
52
- "@modern-js/builder-webpack-provider": "2.46.1",
51
+ "@modern-js/app-tools": "2.67.6",
53
52
  "@modern-js/eslint-config": "2.59.0",
54
- "@modern-js/module-tools": "2.65.1",
55
- "@modern-js/storybook": "2.65.1",
56
- "@modern-js/tsconfig": "2.65.1",
53
+ "@modern-js/module-tools": "2.67.6",
54
+ "@modern-js/storybook": "2.67.6",
55
+ "@modern-js/tsconfig": "2.67.6",
57
56
  "@playwright/test": "1.49.1",
58
57
  "@storybook/addon-essentials": "^8",
59
58
  "@types/chrome": "^0.0.272",
@@ -67,24 +66,22 @@
67
66
  "rimraf": "~6.0.1",
68
67
  "typescript": "~5.0.4",
69
68
  "vitest": "1.2.2",
70
- "@module-federation/runtime": "0.14.0"
69
+ "@module-federation/runtime": "0.14.1"
71
70
  },
72
71
  "scripts": {
73
72
  "build:storybook": "storybook build",
74
73
  "storybook": "storybook dev -p 6006",
75
74
  "reset": "npx rimraf ./**/node_modules",
76
- "dev": "modern dev",
77
- "build": "modern build && node postpack.js",
78
- "build:debug": "DEBUG=true modern build && node postpack.js",
75
+ "dev": "modern-app dev",
76
+ "build": "modern-app build && node postpack.js",
77
+ "build:debug": "DEBUG=true modern-app build && node postpack.js",
79
78
  "build:lib": "rm -rf dist && modern-module build -c modern.lib.config.ts",
80
79
  "release": "npm publish --tag canary",
81
80
  "test": "vitest run",
82
81
  "test:e2e": "E2ETEST=true pnpm build && playwright test",
83
82
  "test:e2e:ui": "E2ETEST=true pnpm build && playwright test --ui",
84
- "start": "modern start",
85
- "serve": "modern serve",
86
- "new": "modern new",
87
- "upgrade": "modern upgrade",
83
+ "start": "modern-app start",
84
+ "serve": "modern-app serve",
88
85
  "postinstall": "bash install-deps.bash"
89
86
  },
90
87
  "types": "./dist/index.d.ts"