@modern-js/plugin-testing 2.56.0 → 2.56.1-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/cli/test.js
CHANGED
package/dist/esm/cli/test.js
CHANGED
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.56.0",
|
18
|
+
"version": "2.56.1-alpha.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",
|
@@ -112,6 +112,7 @@
|
|
112
112
|
"@babel/core": "^7.24.7",
|
113
113
|
"@babel/preset-env": "^7.24.7",
|
114
114
|
"@babel/preset-react": "^7.22.15",
|
115
|
+
"@babel/plugin-transform-private-methods": "^7.24.7",
|
115
116
|
"@modern-js-reduck/plugin-auto-actions": "^1.1.10",
|
116
117
|
"@modern-js-reduck/plugin-effects": "^1.1.10",
|
117
118
|
"@modern-js-reduck/plugin-immutable": "^1.1.10",
|
@@ -132,11 +133,11 @@
|
|
132
133
|
"@swc/helpers": "0.5.3",
|
133
134
|
"@modern-js/babel-compiler": "2.56.0",
|
134
135
|
"@modern-js/utils": "2.56.0",
|
135
|
-
"@modern-js/types": "2.56.0",
|
136
136
|
"@modern-js/plugin": "2.56.0",
|
137
|
+
"@modern-js/prod-server": "2.56.0",
|
138
|
+
"@modern-js/types": "2.56.0",
|
137
139
|
"@modern-js/babel-preset": "2.56.0",
|
138
|
-
"@modern-js/bff-core": "2.56.0"
|
139
|
-
"@modern-js/prod-server": "2.56.0"
|
140
|
+
"@modern-js/bff-core": "2.56.0"
|
140
141
|
},
|
141
142
|
"peerDependencies": {
|
142
143
|
"react": ">=17",
|
@@ -156,16 +157,15 @@
|
|
156
157
|
"@types/node": "^14",
|
157
158
|
"@types/yargs": "^17.0.2",
|
158
159
|
"typescript": "^5",
|
159
|
-
"@modern-js/core": "2.56.0",
|
160
160
|
"@modern-js/runtime": "2.56.0",
|
161
|
-
"@scripts/
|
162
|
-
"@
|
161
|
+
"@scripts/jest-config": "2.56.0",
|
162
|
+
"@modern-js/core": "2.56.0",
|
163
|
+
"@scripts/build": "2.56.0"
|
163
164
|
},
|
164
165
|
"sideEffects": false,
|
165
166
|
"publishConfig": {
|
166
167
|
"registry": "https://registry.npmjs.org/",
|
167
|
-
"access": "public"
|
168
|
-
"provenance": true
|
168
|
+
"access": "public"
|
169
169
|
},
|
170
170
|
"scripts": {
|
171
171
|
"new": "modern-lib new",
|