@modern-js/plugin-testing 0.0.0-nightly-20250107160317 → 0.0.0-nightly-20250108160312
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 +14 -14
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-20250108160312",
|
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",
|
@@ -130,19 +130,19 @@
|
|
130
130
|
"supertest": "^6.1.6",
|
131
131
|
"ts-jest": "^29.1.0",
|
132
132
|
"yargs": "^17.0.1",
|
133
|
-
"@modern-js/babel-compiler": "0.0.0-nightly-
|
134
|
-
"@modern-js/babel-preset": "0.0.0-nightly-
|
135
|
-
"@modern-js/bff-core": "0.0.0-nightly-
|
136
|
-
"@modern-js/plugin": "0.0.0-nightly-
|
137
|
-
"@modern-js/server
|
138
|
-
"@modern-js/
|
139
|
-
"@modern-js/utils": "0.0.0-nightly-
|
140
|
-
"@modern-js/types": "0.0.0-nightly-
|
133
|
+
"@modern-js/babel-compiler": "0.0.0-nightly-20250108160312",
|
134
|
+
"@modern-js/babel-preset": "0.0.0-nightly-20250108160312",
|
135
|
+
"@modern-js/bff-core": "0.0.0-nightly-20250108160312",
|
136
|
+
"@modern-js/plugin": "0.0.0-nightly-20250108160312",
|
137
|
+
"@modern-js/prod-server": "0.0.0-nightly-20250108160312",
|
138
|
+
"@modern-js/server-core": "0.0.0-nightly-20250108160312",
|
139
|
+
"@modern-js/utils": "0.0.0-nightly-20250108160312",
|
140
|
+
"@modern-js/types": "0.0.0-nightly-20250108160312"
|
141
141
|
},
|
142
142
|
"peerDependencies": {
|
143
143
|
"react": ">=17",
|
144
144
|
"react-dom": ">=17",
|
145
|
-
"@modern-js/runtime": "0.0.0-nightly-
|
145
|
+
"@modern-js/runtime": "0.0.0-nightly-20250108160312"
|
146
146
|
},
|
147
147
|
"peerDependenciesMeta": {
|
148
148
|
"@modern-js/runtime": {
|
@@ -157,10 +157,10 @@
|
|
157
157
|
"react": "^18.3.1",
|
158
158
|
"react-dom": "^18.3.1",
|
159
159
|
"typescript": "^5",
|
160
|
-
"@modern-js/
|
161
|
-
"@modern-js/
|
162
|
-
"@scripts/build": "0.0.0-nightly-
|
163
|
-
"@scripts/jest-config": "0.0.0-nightly-
|
160
|
+
"@modern-js/runtime": "0.0.0-nightly-20250108160312",
|
161
|
+
"@modern-js/core": "0.0.0-nightly-20250108160312",
|
162
|
+
"@scripts/build": "0.0.0-nightly-20250108160312",
|
163
|
+
"@scripts/jest-config": "0.0.0-nightly-20250108160312"
|
164
164
|
},
|
165
165
|
"sideEffects": false,
|
166
166
|
"publishConfig": {
|