@modern-js/plugin-testing 2.13.4 → 2.14.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +27 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,32 @@
|
|
1
1
|
# @modern-js/plugin-testing
|
2
2
|
|
3
|
+
## 2.14.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [4779152]
|
8
|
+
- Updated dependencies [9321bef]
|
9
|
+
- Updated dependencies [c921f30]
|
10
|
+
- Updated dependencies [ead58c8]
|
11
|
+
- Updated dependencies [afe5d35]
|
12
|
+
- Updated dependencies [4c74ea7]
|
13
|
+
- Updated dependencies [9b45c58]
|
14
|
+
- Updated dependencies [76ad173]
|
15
|
+
- Updated dependencies [394470c]
|
16
|
+
- Updated dependencies [8b634f9]
|
17
|
+
- Updated dependencies [1b3afa0]
|
18
|
+
- Updated dependencies [52d0cb1]
|
19
|
+
- Updated dependencies [28721cb]
|
20
|
+
- Updated dependencies [60a81d0]
|
21
|
+
- Updated dependencies [dacef96]
|
22
|
+
- Updated dependencies [16399fd]
|
23
|
+
- @modern-js/utils@2.14.0
|
24
|
+
- @modern-js/runtime@2.14.0
|
25
|
+
- @modern-js/prod-server@2.14.0
|
26
|
+
- @modern-js/babel-preset-app@2.14.0
|
27
|
+
- @modern-js/babel-compiler@2.14.0
|
28
|
+
- @modern-js/plugin@2.14.0
|
29
|
+
|
3
30
|
## 2.13.4
|
4
31
|
|
5
32
|
### 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.14.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",
|
@@ -113,16 +113,16 @@
|
|
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.14.0",
|
117
|
+
"@modern-js/utils": "2.14.0",
|
118
|
+
"@modern-js/babel-preset-app": "2.14.0",
|
119
|
+
"@modern-js/plugin": "2.14.0",
|
120
|
+
"@modern-js/prod-server": "2.14.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.14.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.14.0",
|
141
|
+
"@modern-js/types": "2.14.0",
|
142
|
+
"@modern-js/runtime": "2.14.0",
|
143
|
+
"@modern-js/bff-core": "2.14.0",
|
144
|
+
"@scripts/build": "2.14.0",
|
145
|
+
"@scripts/jest-config": "2.14.0"
|
146
146
|
},
|
147
147
|
"sideEffects": false,
|
148
148
|
"modernConfig": {},
|