@modern-js/plugin-testing 0.0.0-nightly-20240120170632 → 0.0.0-nightly-20240122170630
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 +12 -12
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-20240122170630",
|
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",
|
@@ -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/
|
135
|
-
"@modern-js/
|
136
|
-
"@modern-js/
|
137
|
-
"@modern-js/
|
138
|
-
"@modern-js/
|
139
|
-
"@modern-js/
|
134
|
+
"@modern-js/babel-compiler": "0.0.0-nightly-20240122170630",
|
135
|
+
"@modern-js/plugin": "0.0.0-nightly-20240122170630",
|
136
|
+
"@modern-js/utils": "0.0.0-nightly-20240122170630",
|
137
|
+
"@modern-js/prod-server": "0.0.0-nightly-20240122170630",
|
138
|
+
"@modern-js/bff-core": "0.0.0-nightly-20240122170630",
|
139
|
+
"@modern-js/types": "0.0.0-nightly-20240122170630"
|
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-20240122170630"
|
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
|
-
"@
|
161
|
-
"@scripts/
|
162
|
-
"@
|
159
|
+
"@modern-js/core": "0.0.0-nightly-20240122170630",
|
160
|
+
"@modern-js/runtime": "0.0.0-nightly-20240122170630",
|
161
|
+
"@scripts/build": "0.0.0-nightly-20240122170630",
|
162
|
+
"@scripts/jest-config": "0.0.0-nightly-20240122170630"
|
163
163
|
},
|
164
164
|
"sideEffects": false,
|
165
165
|
"publishConfig": {
|