@modern-js/plugin-testing 0.0.0-nightly-20240722170647 → 0.0.0-nightly-20240723170649
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-20240723170649",
|
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,18 +130,18 @@
|
|
130
130
|
"ts-jest": "^29.1.0",
|
131
131
|
"yargs": "^17.0.1",
|
132
132
|
"@swc/helpers": "0.5.3",
|
133
|
-
"@modern-js/babel-compiler": "0.0.0-nightly-
|
134
|
-
"@modern-js/
|
135
|
-
"@modern-js/prod-server": "0.0.0-nightly-
|
136
|
-
"@modern-js/
|
137
|
-
"@modern-js/
|
138
|
-
"@modern-js/
|
139
|
-
"@modern-js/bff-core": "0.0.0-nightly-
|
133
|
+
"@modern-js/babel-compiler": "0.0.0-nightly-20240723170649",
|
134
|
+
"@modern-js/plugin": "0.0.0-nightly-20240723170649",
|
135
|
+
"@modern-js/prod-server": "0.0.0-nightly-20240723170649",
|
136
|
+
"@modern-js/utils": "0.0.0-nightly-20240723170649",
|
137
|
+
"@modern-js/types": "0.0.0-nightly-20240723170649",
|
138
|
+
"@modern-js/babel-preset": "0.0.0-nightly-20240723170649",
|
139
|
+
"@modern-js/bff-core": "0.0.0-nightly-20240723170649"
|
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-20240723170649"
|
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/
|
160
|
-
"@modern-js/
|
161
|
-
"@scripts/build": "0.0.0-nightly-
|
162
|
-
"@scripts/jest-config": "0.0.0-nightly-
|
159
|
+
"@modern-js/runtime": "0.0.0-nightly-20240723170649",
|
160
|
+
"@modern-js/core": "0.0.0-nightly-20240723170649",
|
161
|
+
"@scripts/build": "0.0.0-nightly-20240723170649",
|
162
|
+
"@scripts/jest-config": "0.0.0-nightly-20240723170649"
|
163
163
|
},
|
164
164
|
"sideEffects": false,
|
165
165
|
"publishConfig": {
|