@modern-js/runtime 2.69.2 → 2.69.4
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": "2.69.
|
|
18
|
+
"version": "2.69.4",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=14.17.6"
|
|
21
21
|
},
|
|
@@ -219,13 +219,13 @@
|
|
|
219
219
|
"react-is": "^18",
|
|
220
220
|
"react-side-effect": "^2.1.2",
|
|
221
221
|
"styled-components": "^5.3.1",
|
|
222
|
-
"@modern-js/plugin": "2.69.
|
|
223
|
-
"@modern-js/plugin-
|
|
224
|
-
"@modern-js/plugin-
|
|
225
|
-
"@modern-js/render": "2.69.
|
|
226
|
-
"@modern-js/
|
|
227
|
-
"@modern-js/
|
|
228
|
-
"@modern-js/utils": "2.69.
|
|
222
|
+
"@modern-js/plugin": "2.69.4",
|
|
223
|
+
"@modern-js/plugin-data-loader": "2.69.4",
|
|
224
|
+
"@modern-js/plugin-v2": "2.69.4",
|
|
225
|
+
"@modern-js/render": "2.69.4",
|
|
226
|
+
"@modern-js/types": "2.69.4",
|
|
227
|
+
"@modern-js/runtime-utils": "2.69.4",
|
|
228
|
+
"@modern-js/utils": "2.69.4"
|
|
229
229
|
},
|
|
230
230
|
"peerDependencies": {
|
|
231
231
|
"react": ">=17",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
},
|
|
234
234
|
"devDependencies": {
|
|
235
235
|
"@remix-run/web-fetch": "^4.1.3",
|
|
236
|
-
"@rsbuild/core": "1.6.
|
|
236
|
+
"@rsbuild/core": "1.6.14",
|
|
237
237
|
"@testing-library/react": "^13.4.0",
|
|
238
238
|
"@types/cookie": "0.6.0",
|
|
239
239
|
"@types/invariant": "^2.2.30",
|
|
@@ -249,10 +249,10 @@
|
|
|
249
249
|
"ts-node": "^10.9.1",
|
|
250
250
|
"typescript": "^5",
|
|
251
251
|
"webpack": "^5.103.0",
|
|
252
|
-
"@modern-js/app-tools": "2.69.
|
|
253
|
-
"@scripts/jest-config": "2.66.0",
|
|
252
|
+
"@modern-js/app-tools": "2.69.4",
|
|
254
253
|
"@scripts/build": "2.66.0",
|
|
255
|
-
"@
|
|
254
|
+
"@scripts/jest-config": "2.66.0",
|
|
255
|
+
"@modern-js/core": "2.69.4"
|
|
256
256
|
},
|
|
257
257
|
"sideEffects": false,
|
|
258
258
|
"publishConfig": {
|