@modern-js/plugin-testing 2.23.0 → 2.24.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.
- package/CHANGELOG.md +26 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @modern-js/plugin-testing
|
|
2
2
|
|
|
3
|
+
## 2.24.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c882fbd]
|
|
8
|
+
- Updated dependencies [56693a3]
|
|
9
|
+
- Updated dependencies [4a82c3b]
|
|
10
|
+
- @modern-js/runtime@2.24.0
|
|
11
|
+
- @modern-js/utils@2.24.0
|
|
12
|
+
- @modern-js/prod-server@2.24.0
|
|
13
|
+
- @modern-js/babel-compiler@2.24.0
|
|
14
|
+
- @modern-js/plugin@2.24.0
|
|
15
|
+
|
|
16
|
+
## 2.23.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [f08bbfc]
|
|
21
|
+
- Updated dependencies [a6b313a]
|
|
22
|
+
- Updated dependencies [8f2cab0]
|
|
23
|
+
- @modern-js/utils@2.23.1
|
|
24
|
+
- @modern-js/runtime@2.23.1
|
|
25
|
+
- @modern-js/prod-server@2.23.1
|
|
26
|
+
- @modern-js/babel-compiler@2.23.1
|
|
27
|
+
- @modern-js/plugin@2.23.1
|
|
28
|
+
|
|
3
29
|
## 2.23.0
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.
|
|
18
|
+
"version": "2.24.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,15 +129,15 @@
|
|
|
129
129
|
"ts-jest": "^29.1.0",
|
|
130
130
|
"yargs": "^17.0.1",
|
|
131
131
|
"@swc/helpers": "0.5.1",
|
|
132
|
-
"@modern-js/babel-compiler": "2.
|
|
133
|
-
"@modern-js/utils": "2.
|
|
134
|
-
"@modern-js/plugin": "2.
|
|
135
|
-
"@modern-js/prod-server": "2.
|
|
132
|
+
"@modern-js/babel-compiler": "2.24.0",
|
|
133
|
+
"@modern-js/utils": "2.24.0",
|
|
134
|
+
"@modern-js/plugin": "2.24.0",
|
|
135
|
+
"@modern-js/prod-server": "2.24.0"
|
|
136
136
|
},
|
|
137
137
|
"peerDependencies": {
|
|
138
138
|
"react": ">=17",
|
|
139
139
|
"react-dom": ">=17",
|
|
140
|
-
"@modern-js/runtime": "^2.
|
|
140
|
+
"@modern-js/runtime": "^2.24.0"
|
|
141
141
|
},
|
|
142
142
|
"peerDependenciesMeta": {
|
|
143
143
|
"@modern-js/runtime": {
|
|
@@ -152,12 +152,12 @@
|
|
|
152
152
|
"@types/node": "^14",
|
|
153
153
|
"@types/yargs": "^17.0.2",
|
|
154
154
|
"typescript": "^5",
|
|
155
|
-
"@modern-js/core": "2.
|
|
156
|
-
"@modern-js/types": "2.
|
|
157
|
-
"@modern-js/runtime": "2.
|
|
158
|
-
"@modern-js/bff-core": "2.
|
|
159
|
-
"@scripts/build": "2.
|
|
160
|
-
"@scripts/jest-config": "2.
|
|
155
|
+
"@modern-js/core": "2.24.0",
|
|
156
|
+
"@modern-js/types": "2.24.0",
|
|
157
|
+
"@modern-js/runtime": "2.24.0",
|
|
158
|
+
"@modern-js/bff-core": "2.24.0",
|
|
159
|
+
"@scripts/build": "2.24.0",
|
|
160
|
+
"@scripts/jest-config": "2.24.0"
|
|
161
161
|
},
|
|
162
162
|
"sideEffects": false,
|
|
163
163
|
"modernConfig": {},
|