@modern-js/runtime 2.21.0 → 2.21.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/CHANGELOG.md +8 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.21.
|
|
18
|
+
"version": "2.21.1",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=14.17.6"
|
|
21
21
|
},
|
|
@@ -169,9 +169,9 @@
|
|
|
169
169
|
"redux-logger": "^3.0.6",
|
|
170
170
|
"styled-components": "^5.3.1",
|
|
171
171
|
"@swc/helpers": "0.5.1",
|
|
172
|
-
"@modern-js/plugin": "2.21.
|
|
173
|
-
"@modern-js/types": "2.21.
|
|
174
|
-
"@modern-js/utils": "2.21.
|
|
172
|
+
"@modern-js/plugin": "2.21.1",
|
|
173
|
+
"@modern-js/types": "2.21.1",
|
|
174
|
+
"@modern-js/utils": "2.21.1"
|
|
175
175
|
},
|
|
176
176
|
"peerDependencies": {
|
|
177
177
|
"react": ">=17",
|
|
@@ -191,11 +191,11 @@
|
|
|
191
191
|
"react-dom": "^18",
|
|
192
192
|
"ts-jest": "^29.1.0",
|
|
193
193
|
"typescript": "^5",
|
|
194
|
-
"@modern-js/app-tools": "2.21.
|
|
195
|
-
"@modern-js/core": "2.21.
|
|
196
|
-
"@modern-js/server-core": "2.21.
|
|
197
|
-
"@scripts/
|
|
198
|
-
"@scripts/
|
|
194
|
+
"@modern-js/app-tools": "2.21.1",
|
|
195
|
+
"@modern-js/core": "2.21.1",
|
|
196
|
+
"@modern-js/server-core": "2.21.1",
|
|
197
|
+
"@scripts/jest-config": "2.21.1",
|
|
198
|
+
"@scripts/build": "2.21.1"
|
|
199
199
|
},
|
|
200
200
|
"sideEffects": false,
|
|
201
201
|
"modernConfig": {},
|