@modern-js/runtime 1.22.5 → 1.22.7
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 +16 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @modern-js/runtime
|
|
2
2
|
|
|
3
|
+
## 1.22.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @modern-js/webpack@1.22.7
|
|
8
|
+
- @modern-js/plugin@1.22.7
|
|
9
|
+
- @modern-js/utils@1.22.7
|
|
10
|
+
|
|
11
|
+
## 1.22.6
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- @modern-js/webpack@1.22.6
|
|
16
|
+
- @modern-js/plugin@1.22.6
|
|
17
|
+
- @modern-js/utils@1.22.6
|
|
18
|
+
|
|
3
19
|
## 1.22.5
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.22.
|
|
14
|
+
"version": "1.22.7",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./type.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
"@types/redux-logger": "^3.0.9",
|
|
129
129
|
"@types/loadable__component": "^5.13.4",
|
|
130
130
|
"@types/styled-components": "^5.1.14",
|
|
131
|
-
"@modern-js/plugin": "1.22.
|
|
132
|
-
"@modern-js/webpack": "1.22.
|
|
133
|
-
"@modern-js/utils": "1.22.
|
|
131
|
+
"@modern-js/plugin": "1.22.7",
|
|
132
|
+
"@modern-js/webpack": "1.22.7",
|
|
133
|
+
"@modern-js/utils": "1.22.7"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"react": ">=17",
|
|
@@ -151,11 +151,11 @@
|
|
|
151
151
|
"@testing-library/react-hooks": "^7.0.1",
|
|
152
152
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
153
153
|
"@types/invariant": "^2.2.30",
|
|
154
|
-
"@modern-js/core": "1.22.
|
|
155
|
-
"@modern-js/types": "1.22.
|
|
156
|
-
"@modern-js/utils": "1.22.
|
|
157
|
-
"@scripts/build": "1.22.
|
|
158
|
-
"@scripts/jest-config": "1.22.
|
|
154
|
+
"@modern-js/core": "1.22.7",
|
|
155
|
+
"@modern-js/types": "1.22.7",
|
|
156
|
+
"@modern-js/utils": "1.22.7",
|
|
157
|
+
"@scripts/build": "1.22.7",
|
|
158
|
+
"@scripts/jest-config": "1.22.7"
|
|
159
159
|
},
|
|
160
160
|
"sideEffects": false,
|
|
161
161
|
"modernConfig": {},
|