@modern-js/plugin-testing 2.28.0 → 2.29.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +21 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# @modern-js/plugin-testing
|
2
2
|
|
3
|
+
## 2.29.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [e6b5355]
|
8
|
+
- Updated dependencies [16e5195]
|
9
|
+
- Updated dependencies [93db783]
|
10
|
+
- Updated dependencies [600bb0a]
|
11
|
+
- Updated dependencies [cba7675]
|
12
|
+
- Updated dependencies [fd3e71c]
|
13
|
+
- Updated dependencies [76ace5d]
|
14
|
+
- Updated dependencies [9a81e31]
|
15
|
+
- Updated dependencies [99052ea]
|
16
|
+
- Updated dependencies [1d71d2e]
|
17
|
+
- @modern-js/utils@2.29.0
|
18
|
+
- @modern-js/prod-server@2.29.0
|
19
|
+
- @modern-js/runtime@2.29.0
|
20
|
+
- @modern-js/babel-preset-app@2.29.0
|
21
|
+
- @modern-js/babel-compiler@2.29.0
|
22
|
+
- @modern-js/plugin@2.29.0
|
23
|
+
|
3
24
|
## 2.28.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.
|
18
|
+
"version": "2.29.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.
|
133
|
-
"@modern-js/babel-compiler": "2.
|
134
|
-
"@modern-js/utils": "2.
|
135
|
-
"@modern-js/plugin": "2.
|
136
|
-
"@modern-js/prod-server": "2.
|
132
|
+
"@modern-js/babel-preset-app": "2.29.0",
|
133
|
+
"@modern-js/babel-compiler": "2.29.0",
|
134
|
+
"@modern-js/utils": "2.29.0",
|
135
|
+
"@modern-js/plugin": "2.29.0",
|
136
|
+
"@modern-js/prod-server": "2.29.0"
|
137
137
|
},
|
138
138
|
"peerDependencies": {
|
139
139
|
"react": ">=17",
|
140
140
|
"react-dom": ">=17",
|
141
|
-
"@modern-js/runtime": "^2.
|
141
|
+
"@modern-js/runtime": "^2.29.0"
|
142
142
|
},
|
143
143
|
"peerDependenciesMeta": {
|
144
144
|
"@modern-js/runtime": {
|
@@ -153,12 +153,12 @@
|
|
153
153
|
"@types/node": "^14",
|
154
154
|
"@types/yargs": "^17.0.2",
|
155
155
|
"typescript": "^5",
|
156
|
-
"@modern-js/core": "2.
|
157
|
-
"@modern-js/types": "2.
|
158
|
-
"@modern-js/runtime": "2.
|
159
|
-
"@modern-js/bff-core": "2.
|
160
|
-
"@scripts/build": "2.
|
161
|
-
"@scripts/jest-config": "2.
|
156
|
+
"@modern-js/core": "2.29.0",
|
157
|
+
"@modern-js/types": "2.29.0",
|
158
|
+
"@modern-js/runtime": "2.29.0",
|
159
|
+
"@modern-js/bff-core": "2.29.0",
|
160
|
+
"@scripts/build": "2.29.0",
|
161
|
+
"@scripts/jest-config": "2.29.0"
|
162
162
|
},
|
163
163
|
"sideEffects": false,
|
164
164
|
"publishConfig": {
|