@modern-js/runtime 2.14.0 → 2.15.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 +12 -0
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @modern-js/runtime
|
|
2
2
|
|
|
3
|
+
## 2.15.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 09a3e57: chore(runtime): remove unused @testing-library/react-hooks
|
|
8
|
+
|
|
9
|
+
chore(runtime): 移除多余的 @testing-library/react-hooks
|
|
10
|
+
|
|
11
|
+
- @modern-js/plugin@2.15.0
|
|
12
|
+
- @modern-js/types@2.15.0
|
|
13
|
+
- @modern-js/utils@2.15.0
|
|
14
|
+
|
|
3
15
|
## 2.14.0
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.
|
|
14
|
+
"version": "2.15.0",
|
|
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.
|
|
162
|
-
"@modern-js/types": "2.
|
|
163
|
-
"@modern-js/utils": "2.
|
|
161
|
+
"@modern-js/plugin": "2.15.0",
|
|
162
|
+
"@modern-js/types": "2.15.0",
|
|
163
|
+
"@modern-js/utils": "2.15.0"
|
|
164
164
|
},
|
|
165
165
|
"peerDependencies": {
|
|
166
166
|
"react": ">=17",
|
|
@@ -170,7 +170,6 @@
|
|
|
170
170
|
"@types/cookie": "0.5.1",
|
|
171
171
|
"@remix-run/web-fetch": "^4.1.3",
|
|
172
172
|
"@testing-library/react": "^13.4.0",
|
|
173
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
174
173
|
"@types/invariant": "^2.2.30",
|
|
175
174
|
"@types/jest": "^29",
|
|
176
175
|
"@types/loadable__webpack-plugin": "^5.7.3",
|
|
@@ -181,11 +180,11 @@
|
|
|
181
180
|
"react-dom": "^18",
|
|
182
181
|
"ts-jest": "^29.0.5",
|
|
183
182
|
"typescript": "^4",
|
|
184
|
-
"@modern-js/app-tools": "2.
|
|
185
|
-
"@modern-js/core": "2.
|
|
186
|
-
"@modern-js/server-core": "2.
|
|
187
|
-
"@scripts/build": "2.
|
|
188
|
-
"@scripts/jest-config": "2.
|
|
183
|
+
"@modern-js/app-tools": "2.15.0",
|
|
184
|
+
"@modern-js/core": "2.15.0",
|
|
185
|
+
"@modern-js/server-core": "2.15.0",
|
|
186
|
+
"@scripts/build": "2.15.0",
|
|
187
|
+
"@scripts/jest-config": "2.15.0"
|
|
189
188
|
},
|
|
190
189
|
"sideEffects": false,
|
|
191
190
|
"modernConfig": {},
|