@modern-js/plugin-testing 2.26.0 → 2.27.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 +21 -0
  2. package/package.json +13 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @modern-js/plugin-testing
2
2
 
3
+ ## 2.27.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 8322a51: chore: migrate packages from tsc to module-lib build
8
+
9
+ chore: 将使用 tsc 的包迁移到 module-lib 构建
10
+
11
+ - Updated dependencies [21be212]
12
+ - Updated dependencies [91d14b8]
13
+ - Updated dependencies [8322a51]
14
+ - Updated dependencies [fb51b98]
15
+ - Updated dependencies [b591092]
16
+ - Updated dependencies [6d7104d]
17
+ - @modern-js/runtime@2.27.0
18
+ - @modern-js/utils@2.27.0
19
+ - @modern-js/babel-compiler@2.27.0
20
+ - @modern-js/babel-preset-app@2.27.0
21
+ - @modern-js/prod-server@2.27.0
22
+ - @modern-js/plugin@2.27.0
23
+
3
24
  ## 2.26.0
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.26.0",
18
+ "version": "2.27.0",
19
19
  "jsnext:source": "./src/cli/index.ts",
20
20
  "types": "./dist/types/cli/index.d.ts",
21
21
  "main": "./dist/cjs/cli/index.js",
@@ -129,16 +129,16 @@
129
129
  "ts-jest": "^29.1.0",
130
130
  "yargs": "^17.0.1",
131
131
  "@swc/helpers": "0.5.1",
132
- "@modern-js/babel-preset-app": "2.26.0",
133
- "@modern-js/babel-compiler": "2.26.0",
134
- "@modern-js/utils": "2.26.0",
135
- "@modern-js/plugin": "2.26.0",
136
- "@modern-js/prod-server": "2.26.0"
132
+ "@modern-js/babel-preset-app": "2.27.0",
133
+ "@modern-js/babel-compiler": "2.27.0",
134
+ "@modern-js/utils": "2.27.0",
135
+ "@modern-js/plugin": "2.27.0",
136
+ "@modern-js/prod-server": "2.27.0"
137
137
  },
138
138
  "peerDependencies": {
139
139
  "react": ">=17",
140
140
  "react-dom": ">=17",
141
- "@modern-js/runtime": "^2.26.0"
141
+ "@modern-js/runtime": "^2.27.0"
142
142
  },
143
143
  "peerDependenciesMeta": {
144
144
  "@modern-js/runtime": {
@@ -153,15 +153,14 @@
153
153
  "@types/node": "^14",
154
154
  "@types/yargs": "^17.0.2",
155
155
  "typescript": "^5",
156
- "@modern-js/core": "2.26.0",
157
- "@modern-js/types": "2.26.0",
158
- "@modern-js/runtime": "2.26.0",
159
- "@modern-js/bff-core": "2.26.0",
160
- "@scripts/build": "2.26.0",
161
- "@scripts/jest-config": "2.26.0"
156
+ "@modern-js/core": "2.27.0",
157
+ "@modern-js/types": "2.27.0",
158
+ "@modern-js/runtime": "2.27.0",
159
+ "@modern-js/bff-core": "2.27.0",
160
+ "@scripts/build": "2.27.0",
161
+ "@scripts/jest-config": "2.27.0"
162
162
  },
163
163
  "sideEffects": false,
164
- "modernConfig": {},
165
164
  "publishConfig": {
166
165
  "registry": "https://registry.npmjs.org/",
167
166
  "access": "public",