@modern-js/plugin-testing 2.2.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @modern-js/plugin-testing
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fd5a3ed]
8
+ - Updated dependencies [6ca1c0b]
9
+ - Updated dependencies [89b6739]
10
+ - Updated dependencies [b4dd017]
11
+ - @modern-js/utils@2.3.0
12
+ - @modern-js/runtime@2.3.0
13
+ - @modern-js/babel-preset-app@2.3.0
14
+ - @modern-js/prod-server@2.3.0
15
+ - @modern-js/babel-compiler@2.3.0
16
+ - @modern-js/plugin@2.3.0
17
+
3
18
  ## 2.2.0
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.2.0",
14
+ "version": "2.3.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.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"
110
+ "@modern-js/babel-compiler": "2.3.0",
111
+ "@modern-js/utils": "2.3.0",
112
+ "@modern-js/babel-preset-app": "2.3.0",
113
+ "@modern-js/plugin": "2.3.0",
114
+ "@modern-js/prod-server": "2.3.0"
115
115
  },
116
116
  "peerDependencies": {
117
117
  "react": ">=17",
118
118
  "react-dom": ">=17",
119
- "@modern-js/runtime": "^2.2.0"
119
+ "@modern-js/runtime": "^2.3.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.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"
136
+ "@modern-js/core": "2.3.0",
137
+ "@modern-js/types": "2.3.0",
138
+ "@modern-js/runtime": "2.3.0",
139
+ "@modern-js/bff-core": "2.3.0",
140
+ "@scripts/build": "2.3.0",
141
+ "@scripts/jest-config": "2.3.0"
142
142
  },
143
143
  "sideEffects": false,
144
144
  "modernConfig": {},
File without changes
File without changes
@@ -1 +0,0 @@
1
- "use strict";