@modern-js/runtime 1.21.1 → 1.21.2
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 +9 -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": "1.21.
|
|
14
|
+
"version": "1.21.2",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./type.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -116,9 +116,9 @@
|
|
|
116
116
|
"@loadable/babel-plugin": "^5.13.2",
|
|
117
117
|
"@loadable/server": "^5.15.1",
|
|
118
118
|
"@loadable/component": "^5.15.0",
|
|
119
|
-
"@modern-js/plugin": "1.21.
|
|
120
|
-
"@modern-js/webpack": "1.21.
|
|
121
|
-
"@modern-js/utils": "1.21.
|
|
119
|
+
"@modern-js/plugin": "1.21.2",
|
|
120
|
+
"@modern-js/webpack": "1.21.2",
|
|
121
|
+
"@modern-js/utils": "1.21.2",
|
|
122
122
|
"@modern-js-reduck/plugin-auto-actions": "^1.0.2",
|
|
123
123
|
"@modern-js-reduck/plugin-devtools": "^1.0.3",
|
|
124
124
|
"@modern-js-reduck/plugin-effects": "^1.0.2",
|
|
@@ -142,16 +142,16 @@
|
|
|
142
142
|
"ts-jest": "^27.0.4",
|
|
143
143
|
"typescript": "^4",
|
|
144
144
|
"jest": "^27",
|
|
145
|
-
"@modern-js/core": "1.21.
|
|
146
|
-
"@modern-js/types": "1.21.
|
|
147
|
-
"@modern-js/utils": "1.21.
|
|
145
|
+
"@modern-js/core": "1.21.2",
|
|
146
|
+
"@modern-js/types": "1.21.2",
|
|
147
|
+
"@modern-js/utils": "1.21.2",
|
|
148
148
|
"@types/jest": "^27",
|
|
149
149
|
"@types/node": "^14",
|
|
150
150
|
"@types/react-side-effect": "^1.1.1",
|
|
151
151
|
"@types/loadable__webpack-plugin": "^5.7.3",
|
|
152
152
|
"@types/serialize-javascript": "^5.0.1",
|
|
153
|
-
"@scripts/build": "1.21.
|
|
154
|
-
"@scripts/jest-config": "1.21.
|
|
153
|
+
"@scripts/build": "1.21.2",
|
|
154
|
+
"@scripts/jest-config": "1.21.2",
|
|
155
155
|
"@testing-library/react": "^12.0.0",
|
|
156
156
|
"@testing-library/react-hooks": "^7.0.1",
|
|
157
157
|
"@types/hoist-non-react-statics": "^3.3.1",
|