@modern-js/plugin-testing 2.23.1 → 2.24.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @modern-js/plugin-testing
2
2
 
3
+ ## 2.24.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [13354d3356]
8
+ - @modern-js/runtime@2.24.1
9
+ - @modern-js/prod-server@2.24.1
10
+ - @modern-js/babel-compiler@2.24.1
11
+ - @modern-js/plugin@2.24.1
12
+ - @modern-js/utils@2.24.1
13
+
14
+ ## 2.24.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [c882fbd]
19
+ - Updated dependencies [56693a3]
20
+ - Updated dependencies [4a82c3b]
21
+ - @modern-js/runtime@2.24.0
22
+ - @modern-js/utils@2.24.0
23
+ - @modern-js/prod-server@2.24.0
24
+ - @modern-js/babel-compiler@2.24.0
25
+ - @modern-js/plugin@2.24.0
26
+
3
27
  ## 2.23.1
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.23.1",
18
+ "version": "2.24.1",
19
19
  "jsnext:source": "./src/cli/index.ts",
20
20
  "types": "./dist/types/cli/index.d.ts",
21
21
  "main": "./dist/cjs/cli/index.js",
@@ -129,15 +129,15 @@
129
129
  "ts-jest": "^29.1.0",
130
130
  "yargs": "^17.0.1",
131
131
  "@swc/helpers": "0.5.1",
132
- "@modern-js/babel-compiler": "2.23.1",
133
- "@modern-js/utils": "2.23.1",
134
- "@modern-js/plugin": "2.23.1",
135
- "@modern-js/prod-server": "2.23.1"
132
+ "@modern-js/babel-compiler": "2.24.1",
133
+ "@modern-js/utils": "2.24.1",
134
+ "@modern-js/plugin": "2.24.1",
135
+ "@modern-js/prod-server": "2.24.1"
136
136
  },
137
137
  "peerDependencies": {
138
138
  "react": ">=17",
139
139
  "react-dom": ">=17",
140
- "@modern-js/runtime": "^2.23.1"
140
+ "@modern-js/runtime": "^2.24.1"
141
141
  },
142
142
  "peerDependenciesMeta": {
143
143
  "@modern-js/runtime": {
@@ -152,12 +152,12 @@
152
152
  "@types/node": "^14",
153
153
  "@types/yargs": "^17.0.2",
154
154
  "typescript": "^5",
155
- "@modern-js/core": "2.23.1",
156
- "@modern-js/types": "2.23.1",
157
- "@modern-js/runtime": "2.23.1",
158
- "@modern-js/bff-core": "2.23.1",
159
- "@scripts/build": "2.23.1",
160
- "@scripts/jest-config": "2.23.1"
155
+ "@modern-js/core": "2.24.1",
156
+ "@modern-js/types": "2.24.1",
157
+ "@modern-js/runtime": "2.24.1",
158
+ "@modern-js/bff-core": "2.24.1",
159
+ "@scripts/build": "2.24.1",
160
+ "@scripts/jest-config": "2.24.1"
161
161
  },
162
162
  "sideEffects": false,
163
163
  "modernConfig": {},