@modern-js/plugin-garfish 1.22.7 → 1.22.8

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 +9 -0
  2. package/package.json +8 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @modern-js/plugin-garfish
2
2
 
3
+ ## 1.22.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 3295ef6: fix: fix optional peerDep cause ghost dep
8
+ 修复 peerDep optional 带来的幻影依赖问题
9
+ - @modern-js/runtime@1.22.8
10
+ - @modern-js/utils@1.22.8
11
+
3
12
  ## 1.22.7
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.22.7",
14
+ "version": "1.22.8",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/runtime/index.d.ts",
17
17
  "typesVersions": {
@@ -56,15 +56,10 @@
56
56
  "garfish": "^1.8.1",
57
57
  "hoist-non-react-statics": "^3.3.2",
58
58
  "react-loadable": "^5.5.0",
59
- "@modern-js/utils": "1.22.7"
59
+ "@modern-js/utils": "1.22.8"
60
60
  },
61
61
  "peerDependencies": {
62
- "@modern-js/runtime": "^1.22.7"
63
- },
64
- "peerDependenciesMeta": {
65
- "@modern-js/runtime": {
66
- "optional": true
67
- }
62
+ "@modern-js/runtime": "^1.22.8"
68
63
  },
69
64
  "devDependencies": {
70
65
  "@testing-library/jest-dom": "^5.16.1",
@@ -82,11 +77,11 @@
82
77
  "react-router-dom": "^6.2.1",
83
78
  "typescript": "^4",
84
79
  "webpack-chain": "^6.5.1",
85
- "@modern-js/core": "1.22.7",
86
- "@modern-js/runtime": "1.22.7",
87
- "@modern-js/types": "1.22.7",
88
- "@scripts/build": "1.22.7",
89
- "@scripts/jest-config": "1.22.7"
80
+ "@modern-js/core": "1.22.8",
81
+ "@modern-js/runtime": "1.22.8",
82
+ "@modern-js/types": "1.22.8",
83
+ "@scripts/build": "1.22.8",
84
+ "@scripts/jest-config": "1.22.8"
90
85
  },
91
86
  "sideEffects": false,
92
87
  "modernConfig": {},