@modern-js/plugin-garfish 1.18.2 → 1.19.0

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/CHANGELOG.md +4 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,11 +1,13 @@
1
1
  # @modern-js/plugin-garfish
2
2
 
3
- ## 1.18.2
3
+ ## 1.19.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - f3bdbde9: fix: register microApps before loadApp
7
+ - f3bdbde: fix: register microApps before loadApp
8
8
  修复:修复手动控制子应用加载情况下未注册子应用问题
9
+ - @modern-js/runtime@1.19.0
10
+ - @modern-js/utils@1.19.0
9
11
 
10
12
  ## 1.18.1
11
13
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.18.2",
14
+ "version": "1.19.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/runtime/index.d.ts",
17
17
  "typesVersions": {
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@babel/runtime": "^7.18.0",
53
- "@modern-js/utils": "1.18.1",
53
+ "@modern-js/utils": "1.19.0",
54
54
  "@types/debug": "^4.1.7",
55
55
  "@types/react-loadable": "^5.5.6",
56
56
  "debug": "^4.3.2",
@@ -59,7 +59,7 @@
59
59
  "react-loadable": "^5.5.0"
60
60
  },
61
61
  "peerDependencies": {
62
- "@modern-js/runtime": "^1.18.1"
62
+ "@modern-js/runtime": "^1.19.0"
63
63
  },
64
64
  "peerDependenciesMeta": {
65
65
  "@modern-js/runtime": {
@@ -67,11 +67,11 @@
67
67
  }
68
68
  },
69
69
  "devDependencies": {
70
- "@modern-js/core": "1.18.1",
71
- "@modern-js/runtime": "1.18.1",
72
- "@modern-js/types": "1.18.1",
73
- "@scripts/build": "1.18.1",
74
- "@scripts/jest-config": "1.18.1",
70
+ "@modern-js/core": "1.19.0",
71
+ "@modern-js/runtime": "1.19.0",
72
+ "@modern-js/types": "1.19.0",
73
+ "@scripts/build": "1.19.0",
74
+ "@scripts/jest-config": "1.19.0",
75
75
  "@testing-library/jest-dom": "^5.16.1",
76
76
  "@testing-library/react": "^12.0.0",
77
77
  "@testing-library/react-hooks": "^7.0.1",