@modern-js/runtime 2.67.10 → 2.67.11
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 +9 -9
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.67.
|
|
18
|
+
"version": "2.67.11",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=14.17.6"
|
|
21
21
|
},
|
|
@@ -211,13 +211,13 @@
|
|
|
211
211
|
"react-is": "^18",
|
|
212
212
|
"react-side-effect": "^2.1.1",
|
|
213
213
|
"styled-components": "^5.3.1",
|
|
214
|
-
"@modern-js/plugin": "2.67.
|
|
215
|
-
"@modern-js/plugin-data-loader": "2.67.
|
|
216
|
-
"@modern-js/plugin-v2": "2.67.
|
|
217
|
-
"@modern-js/render": "2.67.
|
|
218
|
-
"@modern-js/runtime-utils": "2.67.
|
|
219
|
-
"@modern-js/types": "2.67.
|
|
220
|
-
"@modern-js/utils": "2.67.
|
|
214
|
+
"@modern-js/plugin": "2.67.11",
|
|
215
|
+
"@modern-js/plugin-data-loader": "2.67.11",
|
|
216
|
+
"@modern-js/plugin-v2": "2.67.11",
|
|
217
|
+
"@modern-js/render": "2.67.11",
|
|
218
|
+
"@modern-js/runtime-utils": "2.67.11",
|
|
219
|
+
"@modern-js/types": "2.67.11",
|
|
220
|
+
"@modern-js/utils": "2.67.11"
|
|
221
221
|
},
|
|
222
222
|
"peerDependencies": {
|
|
223
223
|
"react": ">=17",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"ts-node": "^10.9.1",
|
|
242
242
|
"typescript": "^5",
|
|
243
243
|
"webpack": "^5.99.8",
|
|
244
|
-
"@modern-js/app-tools": "2.67.
|
|
244
|
+
"@modern-js/app-tools": "2.67.11",
|
|
245
245
|
"@scripts/build": "2.66.0",
|
|
246
246
|
"@scripts/jest-config": "2.66.0"
|
|
247
247
|
},
|