@modern-js/plugin-testing 1.3.3 → 1.3.4
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.
- package/CHANGELOG.md +12 -0
- package/package.json +8 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @modern-js/plugin-testing
|
2
2
|
|
3
|
+
## 1.3.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 9594df3f: fix: allow other bff plugin in unbundle mode
|
8
|
+
- Updated dependencies [deeaa602]
|
9
|
+
- Updated dependencies [54786e58]
|
10
|
+
- Updated dependencies [3da3bf48]
|
11
|
+
- @modern-js/utils@1.3.2
|
12
|
+
- @modern-js/webpack@1.4.0
|
13
|
+
- @modern-js/core@1.4.3
|
14
|
+
|
3
15
|
## 1.3.3
|
4
16
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "1.3.
|
14
|
+
"version": "1.3.4",
|
15
15
|
"jsnext:source": "./src/index.ts",
|
16
16
|
"types": "./dist/types/index.d.ts",
|
17
17
|
"main": "./dist/js/node/index.js",
|
@@ -67,6 +67,9 @@
|
|
67
67
|
],
|
68
68
|
"type": [
|
69
69
|
"./type.d.ts"
|
70
|
+
],
|
71
|
+
"runtime-base": [
|
72
|
+
"./dist/types/runtime-testing/base.d.ts"
|
70
73
|
]
|
71
74
|
}
|
72
75
|
},
|
@@ -75,8 +78,8 @@
|
|
75
78
|
"@babel/runtime": "^7",
|
76
79
|
"@modern-js/babel-compiler": "^1.2.1",
|
77
80
|
"@modern-js/testing": "^1.3.2",
|
78
|
-
"@modern-js/utils": "^1.3.
|
79
|
-
"@modern-js/webpack": "^1.
|
81
|
+
"@modern-js/utils": "^1.3.2",
|
82
|
+
"@modern-js/webpack": "^1.4.0",
|
80
83
|
"@testing-library/jest-dom": "^5.14.1",
|
81
84
|
"@testing-library/react": "^12.0.0",
|
82
85
|
"enhanced-resolve": "^5.8.3",
|
@@ -87,7 +90,7 @@
|
|
87
90
|
"@modern-js-reduck/plugin-effects": "^1.0.0",
|
88
91
|
"@modern-js-reduck/plugin-immutable": "^1.0.0",
|
89
92
|
"@modern-js-reduck/store": "^1.0.0",
|
90
|
-
"@modern-js/core": "^1.4.
|
93
|
+
"@modern-js/core": "^1.4.3",
|
91
94
|
"@modern-js/runtime-core": "^1.2.1"
|
92
95
|
},
|
93
96
|
"devDependencies": {
|
@@ -96,7 +99,7 @@
|
|
96
99
|
"@modern-js-reduck/plugin-immutable": "^1.0.0",
|
97
100
|
"@modern-js-reduck/store": "^1.0.0",
|
98
101
|
"@scripts/build": "0.0.0",
|
99
|
-
"@modern-js/core": "^1.4.
|
102
|
+
"@modern-js/core": "^1.4.3",
|
100
103
|
"@modern-js/runtime-core": "^1.2.1",
|
101
104
|
"@types/jest": "^26",
|
102
105
|
"@types/node": "^14",
|