@modern-js/plugin-testing 0.0.0-nightly-20231211170643 → 0.0.0-nightly-20231213170638
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/package.json +13 -13
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "0.0.0-nightly-
|
18
|
+
"version": "0.0.0-nightly-20231213170638",
|
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",
|
@@ -116,7 +116,7 @@
|
|
116
116
|
"@modern-js-reduck/plugin-effects": "^1.1.10",
|
117
117
|
"@modern-js-reduck/plugin-immutable": "^1.1.10",
|
118
118
|
"@modern-js-reduck/store": "^1.1.10",
|
119
|
-
"@rsbuild/babel-preset": "0.
|
119
|
+
"@rsbuild/babel-preset": "0.2.3",
|
120
120
|
"@testing-library/jest-dom": "^5.16.1",
|
121
121
|
"@testing-library/react": "^13.4.0",
|
122
122
|
"@types/testing-library__jest-dom": "^5.14.3",
|
@@ -131,17 +131,17 @@
|
|
131
131
|
"ts-jest": "^29.1.0",
|
132
132
|
"yargs": "^17.0.1",
|
133
133
|
"@swc/helpers": "0.5.3",
|
134
|
-
"@modern-js/babel-compiler": "0.0.0-nightly-
|
135
|
-
"@modern-js/
|
136
|
-
"@modern-js/
|
137
|
-
"@modern-js/
|
138
|
-
"@modern-js/
|
139
|
-
"@modern-js/bff-core": "0.0.0-nightly-
|
134
|
+
"@modern-js/babel-compiler": "0.0.0-nightly-20231213170638",
|
135
|
+
"@modern-js/prod-server": "0.0.0-nightly-20231213170638",
|
136
|
+
"@modern-js/types": "0.0.0-nightly-20231213170638",
|
137
|
+
"@modern-js/plugin": "0.0.0-nightly-20231213170638",
|
138
|
+
"@modern-js/utils": "0.0.0-nightly-20231213170638",
|
139
|
+
"@modern-js/bff-core": "0.0.0-nightly-20231213170638"
|
140
140
|
},
|
141
141
|
"peerDependencies": {
|
142
142
|
"react": ">=17",
|
143
143
|
"react-dom": ">=17",
|
144
|
-
"@modern-js/runtime": "0.0.0-nightly-
|
144
|
+
"@modern-js/runtime": "0.0.0-nightly-20231213170638"
|
145
145
|
},
|
146
146
|
"peerDependenciesMeta": {
|
147
147
|
"@modern-js/runtime": {
|
@@ -156,10 +156,10 @@
|
|
156
156
|
"@types/node": "^14",
|
157
157
|
"@types/yargs": "^17.0.2",
|
158
158
|
"typescript": "^5",
|
159
|
-
"@modern-js/core": "0.0.0-nightly-
|
160
|
-
"@modern-js/runtime": "0.0.0-nightly-
|
161
|
-
"@scripts/
|
162
|
-
"@scripts/
|
159
|
+
"@modern-js/core": "0.0.0-nightly-20231213170638",
|
160
|
+
"@modern-js/runtime": "0.0.0-nightly-20231213170638",
|
161
|
+
"@scripts/build": "0.0.0-nightly-20231213170638",
|
162
|
+
"@scripts/jest-config": "0.0.0-nightly-20231213170638"
|
163
163
|
},
|
164
164
|
"sideEffects": false,
|
165
165
|
"publishConfig": {
|