@modern-js/runtime 2.58.4-alpha.0 → 2.58.4-alpha.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.58.4-alpha.0",
18
+ "version": "2.58.4-alpha.1",
19
19
  "engines": {
20
20
  "node": ">=14.17.6"
21
21
  },
@@ -199,11 +199,11 @@
199
199
  "react-is": "^18",
200
200
  "react-side-effect": "^2.1.1",
201
201
  "styled-components": "^5.3.1",
202
- "@modern-js/plugin": "2.58.3",
203
202
  "@modern-js/plugin-data-loader": "2.58.3",
203
+ "@modern-js/plugin": "2.58.3",
204
+ "@modern-js/utils": "2.58.4-alpha.0",
204
205
  "@modern-js/runtime-utils": "2.58.3",
205
- "@modern-js/types": "2.58.3",
206
- "@modern-js/utils": "2.58.3"
206
+ "@modern-js/types": "2.58.3"
207
207
  },
208
208
  "peerDependencies": {
209
209
  "react": ">=17",
@@ -226,8 +226,8 @@
226
226
  "ts-jest": "^29.1.0",
227
227
  "typescript": "^5",
228
228
  "webpack": "^5.93.0",
229
- "@modern-js/app-tools": "2.58.3",
230
229
  "@modern-js/core": "2.58.3",
230
+ "@modern-js/app-tools": "2.58.3",
231
231
  "@scripts/build": "2.58.3",
232
232
  "@scripts/jest-config": "2.58.3"
233
233
  },