@modern-js/plugin-garfish 2.32.2-alpha.1 → 2.33.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 +13 -6
  2. package/package.json +12 -10
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @modern-js/plugin-garfish
2
2
 
3
- ## 2.32.2-alpha.0
3
+ ## 2.33.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [6ea89abebde]
8
- - Updated dependencies [bc1f8daf0ff]
9
- - Updated dependencies [44da57b845c]
10
- - @modern-js/runtime@2.32.2-alpha.0
11
- - @modern-js/utils@2.32.2-alpha.0
7
+ - 8532641: fix(plugin-garfish): add react and react-dom as peerDependencies to prevent phantom dependencies
8
+
9
+ fix(plugin-garfish): 增加 react 和 react-dom 为 peerDependencies 来防止幻影依赖
10
+
11
+ - Updated dependencies [6ea89ab]
12
+ - Updated dependencies [ae35c65]
13
+ - Updated dependencies [2bcff4f]
14
+ - Updated dependencies [fd82137]
15
+ - Updated dependencies [bc1f8da]
16
+ - Updated dependencies [44da57b]
17
+ - @modern-js/runtime@2.33.0
18
+ - @modern-js/utils@2.33.0
12
19
 
13
20
  ## 2.32.1
14
21
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.32.2-alpha.1",
18
+ "version": "2.33.0",
19
19
  "jsnext:source": "./src/cli/index.ts",
20
20
  "types": "./dist/types/cli/index.d.ts",
21
21
  "typesVersions": {
@@ -70,10 +70,12 @@
70
70
  "hoist-non-react-statics": "^3.3.2",
71
71
  "react-loadable": "^5.5.0",
72
72
  "@swc/helpers": "0.5.1",
73
- "@modern-js/utils": "2.32.2-alpha.1"
73
+ "@modern-js/utils": "2.33.0"
74
74
  },
75
75
  "peerDependencies": {
76
- "@modern-js/runtime": "^2.32.2-alpha.1"
76
+ "@modern-js/runtime": "^2.33.0",
77
+ "react": ">=17",
78
+ "react-dom": ">=17"
77
79
  },
78
80
  "devDependencies": {
79
81
  "@testing-library/dom": "^8.14.0",
@@ -89,13 +91,13 @@
89
91
  "react-dom": "^18",
90
92
  "react-router-dom": "^6.8.1",
91
93
  "typescript": "^5",
92
- "@modern-js/app-tools": "2.32.2-alpha.1",
93
- "@modern-js/core": "2.32.2-alpha.1",
94
- "@modern-js/plugin-router-v5": "2.32.2-alpha.1",
95
- "@modern-js/runtime": "2.32.2-alpha.1",
96
- "@modern-js/types": "2.32.2-alpha.1",
97
- "@scripts/build": "2.32.1",
98
- "@scripts/jest-config": "2.32.1"
94
+ "@modern-js/app-tools": "2.33.0",
95
+ "@modern-js/core": "2.33.0",
96
+ "@modern-js/plugin-router-v5": "2.33.0",
97
+ "@modern-js/runtime": "2.33.0",
98
+ "@modern-js/types": "2.33.0",
99
+ "@scripts/build": "2.33.0",
100
+ "@scripts/jest-config": "2.33.0"
99
101
  },
100
102
  "sideEffects": false,
101
103
  "publishConfig": {