@modern-js/plugin-testing 2.10.0 → 2.12.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +36 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,41 @@
|
|
1
1
|
# @modern-js/plugin-testing
|
2
2
|
|
3
|
+
## 2.12.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [c2ca6c8]
|
8
|
+
- Updated dependencies [0b05ec3]
|
9
|
+
- Updated dependencies [7980842]
|
10
|
+
- Updated dependencies [6d86e34]
|
11
|
+
- Updated dependencies [1aa0cb7]
|
12
|
+
- @modern-js/utils@2.12.0
|
13
|
+
- @modern-js/runtime@2.12.0
|
14
|
+
- @modern-js/prod-server@2.12.0
|
15
|
+
- @modern-js/babel-preset-app@2.12.0
|
16
|
+
- @modern-js/babel-compiler@2.12.0
|
17
|
+
- @modern-js/plugin@2.12.0
|
18
|
+
|
19
|
+
## 2.11.0
|
20
|
+
|
21
|
+
### Patch Changes
|
22
|
+
|
23
|
+
- Updated dependencies [cfb058f]
|
24
|
+
- Updated dependencies [0bd018b]
|
25
|
+
- Updated dependencies [5d624fd]
|
26
|
+
- Updated dependencies [e2466a1]
|
27
|
+
- Updated dependencies [02bb383]
|
28
|
+
- Updated dependencies [381a3b9]
|
29
|
+
- Updated dependencies [7a60f10]
|
30
|
+
- Updated dependencies [274b2e5]
|
31
|
+
- Updated dependencies [b9e1c54]
|
32
|
+
- @modern-js/babel-preset-app@2.11.0
|
33
|
+
- @modern-js/utils@2.11.0
|
34
|
+
- @modern-js/runtime@2.11.0
|
35
|
+
- @modern-js/prod-server@2.11.0
|
36
|
+
- @modern-js/babel-compiler@2.11.0
|
37
|
+
- @modern-js/plugin@2.11.0
|
38
|
+
|
3
39
|
## 2.10.0
|
4
40
|
|
5
41
|
### 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.12.0",
|
15
15
|
"jsnext:source": "./src/cli/index.ts",
|
16
16
|
"types": "./dist/types/cli/index.d.ts",
|
17
17
|
"main": "./dist/cjs/cli/index.js",
|
@@ -106,23 +106,23 @@
|
|
106
106
|
"path-to-regexp": "^6.2.0",
|
107
107
|
"supertest": "^6.1.6",
|
108
108
|
"babel-jest": "^27.0.6",
|
109
|
-
"enhanced-resolve": "
|
109
|
+
"enhanced-resolve": "5.12.0",
|
110
110
|
"identity-obj-proxy": "^3.0.0",
|
111
111
|
"jest": "^29.5.0",
|
112
112
|
"jest-environment-jsdom": "^29.5.0",
|
113
113
|
"@jest/types": "^29.5.0",
|
114
114
|
"ts-jest": "^29.0.5",
|
115
115
|
"yargs": "^17.0.1",
|
116
|
-
"@modern-js/babel-compiler": "2.
|
117
|
-
"@modern-js/utils": "2.
|
118
|
-
"@modern-js/babel-preset-app": "2.
|
119
|
-
"@modern-js/plugin": "2.
|
120
|
-
"@modern-js/prod-server": "2.
|
116
|
+
"@modern-js/babel-compiler": "2.12.0",
|
117
|
+
"@modern-js/utils": "2.12.0",
|
118
|
+
"@modern-js/babel-preset-app": "2.12.0",
|
119
|
+
"@modern-js/plugin": "2.12.0",
|
120
|
+
"@modern-js/prod-server": "2.12.0"
|
121
121
|
},
|
122
122
|
"peerDependencies": {
|
123
123
|
"react": ">=17",
|
124
124
|
"react-dom": ">=17",
|
125
|
-
"@modern-js/runtime": "^2.
|
125
|
+
"@modern-js/runtime": "^2.12.0"
|
126
126
|
},
|
127
127
|
"peerDependenciesMeta": {
|
128
128
|
"@modern-js/runtime": {
|
@@ -137,12 +137,12 @@
|
|
137
137
|
"@types/node": "^14",
|
138
138
|
"@types/yargs": "^17.0.2",
|
139
139
|
"typescript": "^4",
|
140
|
-
"@modern-js/core": "2.
|
141
|
-
"@modern-js/types": "2.
|
142
|
-
"@modern-js/runtime": "2.
|
143
|
-
"@modern-js/bff-core": "2.
|
144
|
-
"@scripts/build": "2.
|
145
|
-
"@scripts/jest-config": "2.
|
140
|
+
"@modern-js/core": "2.12.0",
|
141
|
+
"@modern-js/types": "2.12.0",
|
142
|
+
"@modern-js/runtime": "2.12.0",
|
143
|
+
"@modern-js/bff-core": "2.12.0",
|
144
|
+
"@scripts/build": "2.12.0",
|
145
|
+
"@scripts/jest-config": "2.12.0"
|
146
146
|
},
|
147
147
|
"sideEffects": false,
|
148
148
|
"modernConfig": {},
|