@modern-js/plugin-testing 1.20.0 → 1.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @modern-js/plugin-testing
2
2
 
3
+ ## 1.20.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [49515c5]
8
+ - @modern-js/utils@1.20.1
9
+ - @modern-js/babel-preset-app@1.20.1
10
+ - @modern-js/webpack@1.20.1
11
+ - @modern-js/runtime@1.20.1
12
+ - @modern-js/prod-server@1.20.1
13
+ - @modern-js/babel-compiler@1.20.1
14
+ - @modern-js/plugin@1.20.1
15
+
3
16
  ## 1.20.0
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.20.0",
14
+ "version": "1.20.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -99,12 +99,12 @@
99
99
  "@modern-js-reduck/plugin-effects": "^1.0.2",
100
100
  "@modern-js-reduck/plugin-immutable": "^1.0.1",
101
101
  "@modern-js-reduck/store": "^1.0.3",
102
- "@modern-js/babel-compiler": "1.20.0",
103
- "@modern-js/utils": "1.20.0",
104
- "@modern-js/webpack": "1.20.0",
105
- "@modern-js/babel-preset-app": "1.20.0",
106
- "@modern-js/plugin": "1.20.0",
107
- "@modern-js/prod-server": "1.20.0",
102
+ "@modern-js/babel-compiler": "1.20.1",
103
+ "@modern-js/utils": "1.20.1",
104
+ "@modern-js/webpack": "1.20.1",
105
+ "@modern-js/babel-preset-app": "1.20.1",
106
+ "@modern-js/plugin": "1.20.1",
107
+ "@modern-js/prod-server": "1.20.1",
108
108
  "@testing-library/jest-dom": "^5.14.1",
109
109
  "@testing-library/react": "^12.0.0",
110
110
  "@types/testing-library__jest-dom": "^5.14.3",
@@ -121,7 +121,7 @@
121
121
  "peerDependencies": {
122
122
  "react": ">=17",
123
123
  "react-dom": ">=17",
124
- "@modern-js/runtime": "^1.20.0"
124
+ "@modern-js/runtime": "^1.20.1"
125
125
  },
126
126
  "peerDependenciesMeta": {
127
127
  "@modern-js/runtime": {
@@ -131,11 +131,11 @@
131
131
  "devDependencies": {
132
132
  "react": "^17",
133
133
  "react-dom": "^17",
134
- "@modern-js/core": "1.20.0",
135
- "@modern-js/runtime": "1.20.0",
136
- "@modern-js/bff-core": "1.20.0",
137
- "@scripts/build": "1.20.0",
138
- "@scripts/jest-config": "1.20.0",
134
+ "@modern-js/core": "1.20.1",
135
+ "@modern-js/runtime": "1.20.1",
136
+ "@modern-js/bff-core": "1.20.1",
137
+ "@scripts/build": "1.20.1",
138
+ "@scripts/jest-config": "1.20.1",
139
139
  "@types/jest": "^27",
140
140
  "@types/supertest": "^2.0.11",
141
141
  "@types/node": "^14",