@modern-js/runtime 2.13.2 → 2.13.3
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/CHANGELOG.md +8 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.13.
|
|
14
|
+
"version": "2.13.3",
|
|
15
15
|
"engines": {
|
|
16
16
|
"node": ">=14.17.6"
|
|
17
17
|
},
|
|
@@ -158,9 +158,9 @@
|
|
|
158
158
|
"react-side-effect": "^2.1.1",
|
|
159
159
|
"redux-logger": "^3.0.6",
|
|
160
160
|
"styled-components": "^5.3.1",
|
|
161
|
-
"@modern-js/plugin": "2.13.
|
|
162
|
-
"@modern-js/types": "2.13.
|
|
163
|
-
"@modern-js/utils": "2.13.
|
|
161
|
+
"@modern-js/plugin": "2.13.3",
|
|
162
|
+
"@modern-js/types": "2.13.3",
|
|
163
|
+
"@modern-js/utils": "2.13.3"
|
|
164
164
|
},
|
|
165
165
|
"peerDependencies": {
|
|
166
166
|
"react": ">=17",
|
|
@@ -181,11 +181,11 @@
|
|
|
181
181
|
"react-dom": "^18",
|
|
182
182
|
"ts-jest": "^29.0.5",
|
|
183
183
|
"typescript": "^4",
|
|
184
|
-
"@modern-js/app-tools": "2.13.
|
|
185
|
-
"@modern-js/core": "2.13.
|
|
186
|
-
"@modern-js/server-core": "2.13.
|
|
187
|
-
"@scripts/build": "2.13.
|
|
188
|
-
"@scripts/jest-config": "2.13.
|
|
184
|
+
"@modern-js/app-tools": "2.13.3",
|
|
185
|
+
"@modern-js/core": "2.13.3",
|
|
186
|
+
"@modern-js/server-core": "2.13.3",
|
|
187
|
+
"@scripts/build": "2.13.3",
|
|
188
|
+
"@scripts/jest-config": "2.13.3"
|
|
189
189
|
},
|
|
190
190
|
"sideEffects": false,
|
|
191
191
|
"modernConfig": {},
|