@modern-js/plugin-testing 2.32.2-alpha.1 → 2.33.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +19 -14
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
@@ -1,19 +1,24 @@
|
|
1
1
|
# @modern-js/plugin-testing
|
2
2
|
|
3
|
-
## 2.
|
4
|
-
|
5
|
-
### Patch Changes
|
6
|
-
|
7
|
-
- Updated dependencies [
|
8
|
-
- Updated dependencies [
|
9
|
-
- Updated dependencies [
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
- @modern-js/
|
16
|
-
- @modern-js/
|
3
|
+
## 2.33.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [6ea89ab]
|
8
|
+
- Updated dependencies [ae35c65]
|
9
|
+
- Updated dependencies [2bcff4f]
|
10
|
+
- Updated dependencies [fd82137]
|
11
|
+
- Updated dependencies [1042583]
|
12
|
+
- Updated dependencies [bc1f8da]
|
13
|
+
- Updated dependencies [3ba1682]
|
14
|
+
- Updated dependencies [44da57b]
|
15
|
+
- @modern-js/runtime@2.33.0
|
16
|
+
- @modern-js/utils@2.33.0
|
17
|
+
- @modern-js/prod-server@2.33.0
|
18
|
+
- @modern-js/babel-preset-app@2.33.0
|
19
|
+
- @modern-js/babel-compiler@2.33.0
|
20
|
+
- @modern-js/plugin@2.33.0
|
21
|
+
- @modern-js/types@2.33.0
|
17
22
|
|
18
23
|
## 2.32.1
|
19
24
|
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.
|
18
|
+
"version": "2.33.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,17 +129,17 @@
|
|
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/
|
134
|
-
"@modern-js/plugin": "2.
|
135
|
-
"@modern-js/
|
136
|
-
"@modern-js/
|
137
|
-
"@modern-js/
|
132
|
+
"@modern-js/babel-compiler": "2.33.0",
|
133
|
+
"@modern-js/utils": "2.33.0",
|
134
|
+
"@modern-js/plugin": "2.33.0",
|
135
|
+
"@modern-js/prod-server": "2.33.0",
|
136
|
+
"@modern-js/types": "2.33.0",
|
137
|
+
"@modern-js/babel-preset-app": "2.33.0"
|
138
138
|
},
|
139
139
|
"peerDependencies": {
|
140
140
|
"react": ">=17",
|
141
141
|
"react-dom": ">=17",
|
142
|
-
"@modern-js/runtime": "^2.
|
142
|
+
"@modern-js/runtime": "^2.33.0"
|
143
143
|
},
|
144
144
|
"peerDependenciesMeta": {
|
145
145
|
"@modern-js/runtime": {
|
@@ -154,11 +154,11 @@
|
|
154
154
|
"@types/node": "^14",
|
155
155
|
"@types/yargs": "^17.0.2",
|
156
156
|
"typescript": "^5",
|
157
|
-
"@modern-js/
|
158
|
-
"@modern-js/core": "2.
|
159
|
-
"@modern-js/
|
160
|
-
"@scripts/
|
161
|
-
"@scripts/
|
157
|
+
"@modern-js/bff-core": "2.33.0",
|
158
|
+
"@modern-js/core": "2.33.0",
|
159
|
+
"@modern-js/runtime": "2.33.0",
|
160
|
+
"@scripts/jest-config": "2.33.0",
|
161
|
+
"@scripts/build": "2.33.0"
|
162
162
|
},
|
163
163
|
"sideEffects": false,
|
164
164
|
"publishConfig": {
|