@modern-js/runtime 1.18.0 → 1.18.1-alpha.0
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 +11 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @modern-js/runtime
|
|
2
2
|
|
|
3
|
+
## 1.18.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c1a4d9b]
|
|
8
|
+
- Updated dependencies [9fcfbd4]
|
|
9
|
+
- Updated dependencies [6c2c745]
|
|
10
|
+
- @modern-js/plugin@1.18.1-alpha.0
|
|
11
|
+
- @modern-js/utils@1.18.1-alpha.0
|
|
12
|
+
- @modern-js/webpack@1.18.1-alpha.0
|
|
13
|
+
|
|
3
14
|
## 1.18.0
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.18.0",
|
|
14
|
+
"version": "1.18.1-alpha.0",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./type.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
"@loadable/babel-plugin": "^5.13.2",
|
|
141
141
|
"@loadable/server": "^5.15.1",
|
|
142
142
|
"@loadable/component": "^5.15.0",
|
|
143
|
-
"@modern-js/plugin": "1.18.0",
|
|
144
|
-
"@modern-js/webpack": "1.18.0",
|
|
145
|
-
"@modern-js/utils": "1.18.0",
|
|
143
|
+
"@modern-js/plugin": "1.18.1-alpha.0",
|
|
144
|
+
"@modern-js/webpack": "1.18.1-alpha.0",
|
|
145
|
+
"@modern-js/utils": "1.18.1-alpha.0",
|
|
146
146
|
"@modern-js-reduck/plugin-auto-actions": "^1.0.2",
|
|
147
147
|
"@modern-js-reduck/plugin-devtools": "^1.0.3",
|
|
148
148
|
"@modern-js-reduck/plugin-effects": "^1.0.2",
|
|
@@ -166,16 +166,16 @@
|
|
|
166
166
|
"ts-jest": "^27.0.4",
|
|
167
167
|
"typescript": "^4",
|
|
168
168
|
"jest": "^27",
|
|
169
|
-
"@modern-js/core": "1.18.0",
|
|
170
|
-
"@modern-js/types": "1.18.0",
|
|
171
|
-
"@modern-js/utils": "1.18.0",
|
|
169
|
+
"@modern-js/core": "1.18.1-alpha.0",
|
|
170
|
+
"@modern-js/types": "1.18.1-alpha.0",
|
|
171
|
+
"@modern-js/utils": "1.18.1-alpha.0",
|
|
172
172
|
"@types/jest": "^27",
|
|
173
173
|
"@types/node": "^14",
|
|
174
174
|
"@types/react-side-effect": "^1.1.1",
|
|
175
175
|
"@types/loadable__webpack-plugin": "^5.7.3",
|
|
176
176
|
"@types/serialize-javascript": "^5.0.1",
|
|
177
|
-
"@scripts/build": "1.18.0",
|
|
178
|
-
"@scripts/jest-config": "1.18.0",
|
|
177
|
+
"@scripts/build": "1.18.1-alpha.0",
|
|
178
|
+
"@scripts/jest-config": "1.18.1-alpha.0",
|
|
179
179
|
"@testing-library/react": "^12.0.0",
|
|
180
180
|
"@testing-library/react-hooks": "^7.0.1",
|
|
181
181
|
"@types/hoist-non-react-statics": "^3.3.1",
|