@modern-js/plugin-testing 2.1.0 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @modern-js/plugin-testing
|
2
2
|
|
3
|
+
## 2.2.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [49eff0c]
|
8
|
+
- Updated dependencies [2d3e3df]
|
9
|
+
- Updated dependencies [f7a1c1f]
|
10
|
+
- @modern-js/utils@2.2.0
|
11
|
+
- @modern-js/prod-server@2.2.0
|
12
|
+
- @modern-js/runtime@2.2.0
|
13
|
+
- @modern-js/babel-preset-app@2.2.0
|
14
|
+
- @modern-js/babel-compiler@2.2.0
|
15
|
+
- @modern-js/plugin@2.2.0
|
16
|
+
|
3
17
|
## 2.1.0
|
4
18
|
|
5
19
|
### 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.2.0",
|
15
15
|
"jsnext:source": "./src/cli/index.ts",
|
16
16
|
"types": "./dist/types/cli/index.d.ts",
|
17
17
|
"main": "./dist/js/node/cli/index.js",
|
@@ -107,16 +107,16 @@
|
|
107
107
|
"jest": "^27.0.6",
|
108
108
|
"ts-jest": "^27.0.4",
|
109
109
|
"yargs": "^17.0.1",
|
110
|
-
"@modern-js/babel-compiler": "2.
|
111
|
-
"@modern-js/utils": "2.
|
112
|
-
"@modern-js/babel-preset-app": "2.
|
113
|
-
"@modern-js/plugin": "2.
|
114
|
-
"@modern-js/prod-server": "2.
|
110
|
+
"@modern-js/babel-compiler": "2.2.0",
|
111
|
+
"@modern-js/utils": "2.2.0",
|
112
|
+
"@modern-js/babel-preset-app": "2.2.0",
|
113
|
+
"@modern-js/plugin": "2.2.0",
|
114
|
+
"@modern-js/prod-server": "2.2.0"
|
115
115
|
},
|
116
116
|
"peerDependencies": {
|
117
117
|
"react": ">=17",
|
118
118
|
"react-dom": ">=17",
|
119
|
-
"@modern-js/runtime": "^2.
|
119
|
+
"@modern-js/runtime": "^2.2.0"
|
120
120
|
},
|
121
121
|
"peerDependenciesMeta": {
|
122
122
|
"@modern-js/runtime": {
|
@@ -133,12 +133,12 @@
|
|
133
133
|
"@jest/types": "^27.0.6",
|
134
134
|
"jest": "^27",
|
135
135
|
"typescript": "^4",
|
136
|
-
"@modern-js/core": "2.
|
137
|
-
"@modern-js/types": "2.
|
138
|
-
"@modern-js/runtime": "2.
|
139
|
-
"@modern-js/bff-core": "2.
|
140
|
-
"@scripts/build": "2.
|
141
|
-
"@scripts/jest-config": "2.
|
136
|
+
"@modern-js/core": "2.2.0",
|
137
|
+
"@modern-js/types": "2.2.0",
|
138
|
+
"@modern-js/runtime": "2.2.0",
|
139
|
+
"@modern-js/bff-core": "2.2.0",
|
140
|
+
"@scripts/build": "2.2.0",
|
141
|
+
"@scripts/jest-config": "2.2.0"
|
142
142
|
},
|
143
143
|
"sideEffects": false,
|
144
144
|
"modernConfig": {},
|