@modern-js/runtime 2.62.0 → 2.62.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 +10 -10
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.62.
|
|
18
|
+
"version": "2.62.1",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=14.17.6"
|
|
21
21
|
},
|
|
@@ -200,11 +200,11 @@
|
|
|
200
200
|
"react-is": "^18",
|
|
201
201
|
"react-side-effect": "^2.1.1",
|
|
202
202
|
"styled-components": "^5.3.1",
|
|
203
|
-
"@modern-js/plugin": "2.62.
|
|
204
|
-
"@modern-js/
|
|
205
|
-
"@modern-js/
|
|
206
|
-
"@modern-js/
|
|
207
|
-
"@modern-js/utils": "2.62.
|
|
203
|
+
"@modern-js/plugin": "2.62.1",
|
|
204
|
+
"@modern-js/runtime-utils": "2.62.1",
|
|
205
|
+
"@modern-js/plugin-data-loader": "2.62.1",
|
|
206
|
+
"@modern-js/types": "2.62.1",
|
|
207
|
+
"@modern-js/utils": "2.62.1"
|
|
208
208
|
},
|
|
209
209
|
"peerDependencies": {
|
|
210
210
|
"react": ">=17",
|
|
@@ -228,10 +228,10 @@
|
|
|
228
228
|
"ts-node": "^10.9.1",
|
|
229
229
|
"typescript": "^5",
|
|
230
230
|
"webpack": "^5.96.1",
|
|
231
|
-
"@modern-js/app-tools": "2.62.
|
|
232
|
-
"@modern-js/core": "2.62.
|
|
233
|
-
"@scripts/build": "2.62.
|
|
234
|
-
"@scripts/jest-config": "2.62.
|
|
231
|
+
"@modern-js/app-tools": "2.62.1",
|
|
232
|
+
"@modern-js/core": "2.62.1",
|
|
233
|
+
"@scripts/build": "2.62.1",
|
|
234
|
+
"@scripts/jest-config": "2.62.1"
|
|
235
235
|
},
|
|
236
236
|
"sideEffects": false,
|
|
237
237
|
"publishConfig": {
|