@modern-js/runtime 2.65.0 → 2.65.1
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 +11 -11
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.1",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=14.17.6"
|
|
21
21
|
},
|
|
@@ -216,13 +216,13 @@
|
|
|
216
216
|
"react-is": "^18",
|
|
217
217
|
"react-side-effect": "^2.1.1",
|
|
218
218
|
"styled-components": "^5.3.1",
|
|
219
|
-
"@modern-js/plugin": "2.65.
|
|
220
|
-
"@modern-js/plugin-
|
|
221
|
-
"@modern-js/plugin-
|
|
222
|
-
"@modern-js/render": "2.65.
|
|
223
|
-
"@modern-js/
|
|
224
|
-
"@modern-js/
|
|
225
|
-
"@modern-js/utils": "2.65.
|
|
219
|
+
"@modern-js/plugin": "2.65.1",
|
|
220
|
+
"@modern-js/plugin-v2": "2.65.1",
|
|
221
|
+
"@modern-js/plugin-data-loader": "2.65.1",
|
|
222
|
+
"@modern-js/render": "2.65.1",
|
|
223
|
+
"@modern-js/types": "2.65.1",
|
|
224
|
+
"@modern-js/runtime-utils": "2.65.1",
|
|
225
|
+
"@modern-js/utils": "2.65.1"
|
|
226
226
|
},
|
|
227
227
|
"peerDependencies": {
|
|
228
228
|
"react": ">=17",
|
|
@@ -246,9 +246,9 @@
|
|
|
246
246
|
"ts-node": "^10.9.1",
|
|
247
247
|
"typescript": "^5",
|
|
248
248
|
"webpack": "^5.98.0",
|
|
249
|
-
"@modern-js/app-tools": "2.65.
|
|
250
|
-
"@scripts/build": "2.65.
|
|
251
|
-
"@scripts/jest-config": "2.65.
|
|
249
|
+
"@modern-js/app-tools": "2.65.1",
|
|
250
|
+
"@scripts/build": "2.65.1",
|
|
251
|
+
"@scripts/jest-config": "2.65.1"
|
|
252
252
|
},
|
|
253
253
|
"sideEffects": false,
|
|
254
254
|
"publishConfig": {
|