@modern-js/runtime 2.65.4 → 2.65.5
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 -14
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.65.
|
|
18
|
+
"version": "2.65.5",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=14.17.6"
|
|
21
21
|
},
|
|
@@ -226,13 +226,13 @@
|
|
|
226
226
|
"react-is": "^18",
|
|
227
227
|
"react-side-effect": "^2.1.1",
|
|
228
228
|
"styled-components": "^5.3.1",
|
|
229
|
-
"@modern-js/
|
|
230
|
-
"@modern-js/
|
|
231
|
-
"@modern-js/plugin-v2": "2.65.
|
|
232
|
-
"@modern-js/
|
|
233
|
-
"@modern-js/
|
|
234
|
-
"@modern-js/
|
|
235
|
-
"@modern-js/
|
|
229
|
+
"@modern-js/render": "2.65.5",
|
|
230
|
+
"@modern-js/runtime-utils": "2.65.5",
|
|
231
|
+
"@modern-js/plugin-v2": "2.65.5",
|
|
232
|
+
"@modern-js/types": "2.65.5",
|
|
233
|
+
"@modern-js/plugin": "2.65.5",
|
|
234
|
+
"@modern-js/utils": "2.65.5",
|
|
235
|
+
"@modern-js/plugin-data-loader": "2.65.5"
|
|
236
236
|
},
|
|
237
237
|
"peerDependencies": {
|
|
238
238
|
"react": ">=17",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
},
|
|
241
241
|
"devDependencies": {
|
|
242
242
|
"@remix-run/web-fetch": "^4.1.3",
|
|
243
|
-
"@rsbuild/core": "1.2.
|
|
243
|
+
"@rsbuild/core": "1.2.19",
|
|
244
244
|
"@testing-library/react": "^13.4.0",
|
|
245
245
|
"@types/cookie": "0.6.0",
|
|
246
246
|
"@types/invariant": "^2.2.30",
|
|
@@ -256,15 +256,14 @@
|
|
|
256
256
|
"ts-node": "^10.9.1",
|
|
257
257
|
"typescript": "^5",
|
|
258
258
|
"webpack": "^5.98.0",
|
|
259
|
-
"@
|
|
260
|
-
"@scripts/
|
|
261
|
-
"@
|
|
259
|
+
"@scripts/build": "2.65.5",
|
|
260
|
+
"@scripts/jest-config": "2.65.5",
|
|
261
|
+
"@modern-js/app-tools": "2.65.5"
|
|
262
262
|
},
|
|
263
263
|
"sideEffects": false,
|
|
264
264
|
"publishConfig": {
|
|
265
265
|
"registry": "https://registry.npmjs.org/",
|
|
266
|
-
"access": "public"
|
|
267
|
-
"provenance": true
|
|
266
|
+
"access": "public"
|
|
268
267
|
},
|
|
269
268
|
"scripts": {
|
|
270
269
|
"dev": "modern-lib build --watch",
|