@modern-js/runtime 2.67.5 → 2.67.7
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.67.
|
|
18
|
+
"version": "2.67.7",
|
|
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.7",
|
|
215
|
+
"@modern-js/plugin-data-loader": "2.67.7",
|
|
216
|
+
"@modern-js/plugin-v2": "2.67.7",
|
|
217
|
+
"@modern-js/render": "2.67.7",
|
|
218
|
+
"@modern-js/runtime-utils": "2.67.7",
|
|
219
|
+
"@modern-js/types": "2.67.7",
|
|
220
|
+
"@modern-js/utils": "2.67.7"
|
|
221
221
|
},
|
|
222
222
|
"peerDependencies": {
|
|
223
223
|
"react": ">=17",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
},
|
|
226
226
|
"devDependencies": {
|
|
227
227
|
"@remix-run/web-fetch": "^4.1.3",
|
|
228
|
-
"@rsbuild/core": "1.3.
|
|
228
|
+
"@rsbuild/core": "1.3.22",
|
|
229
229
|
"@testing-library/react": "^13.4.0",
|
|
230
230
|
"@types/cookie": "0.6.0",
|
|
231
231
|
"@types/invariant": "^2.2.30",
|
|
@@ -241,9 +241,9 @@
|
|
|
241
241
|
"ts-node": "^10.9.1",
|
|
242
242
|
"typescript": "^5",
|
|
243
243
|
"webpack": "^5.99.8",
|
|
244
|
-
"@modern-js/app-tools": "2.67.
|
|
245
|
-
"@scripts/
|
|
246
|
-
"@scripts/
|
|
244
|
+
"@modern-js/app-tools": "2.67.7",
|
|
245
|
+
"@scripts/build": "2.66.0",
|
|
246
|
+
"@scripts/jest-config": "2.66.0"
|
|
247
247
|
},
|
|
248
248
|
"sideEffects": false,
|
|
249
249
|
"publishConfig": {
|