Skip to content

Commit 63aff13

Browse files
authored
chore(release): publish 0.1.1 (#32)
* chore(release): publish 0.1.1 --------- Co-authored-by: zhuminghui2 <zhuminghui2@jd.com>
1 parent 761adb8 commit 63aff13

File tree

8 files changed

+18
-106
lines changed

8 files changed

+18
-106
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ npm i @tarojs/test-utils-vue3 --save
1717
npm i @tarojs/test-utils-vue --save
1818
```
1919

20+
⚠️ `@tarojs/plugin-platform-h5`为前置peerDependencies,请勿删除该依赖申明
21+
2022
## 使用
2123

2224
### 安装 Jest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro-test-utils",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"main": "index.js",
66
"private": true,

packages/test-utils-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/test-utils-dom",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/index.js",
55
"type": "module",
66
"license": "MIT",

packages/test-utils-react/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/test-utils-react",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"scripts": {
@@ -18,7 +18,6 @@
1818
"typings": "dist/index.d.ts",
1919
"dependencies": {
2020
"@babel/runtime": "^7.21.5",
21-
"@tarojs/plugin-platform-h5": "^3.6.0",
2221
"@tarojs/test-utils-dom": "workspace:*",
2322
"@tarojs/test-utils-shared": "workspace:*",
2423
"babel-jest": "^29.5.0",
@@ -43,13 +42,11 @@
4342
"peerDependencies": {
4443
"@tarojs/components": "^3.6.0",
4544
"@tarojs/helper": "^3.6.0",
46-
"@tarojs/taro-h5": "^3.6.0",
45+
"@tarojs/plugin-platform-h5": "^3.6.0",
4746
"@tarojs/plugin-framework-react": "^3.6.0",
4847
"@tarojs/react": "^3.6.0",
49-
"@tarojs/router": "^3.6.0",
5048
"@tarojs/runtime": "^3.6.0",
5149
"@tarojs/shared": "^3.6.0",
52-
"@tarojs/taro": "^3.6.0",
5350
"react": "^18.0.0",
5451
"react-dom": "^18.0.0"
5552
}

packages/test-utils-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/test-utils-shared",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/index.js",
55
"type": "module",
66
"license": "MIT",

packages/test-utils-vue/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/test-utils-vue",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"scripts": {
@@ -18,7 +18,6 @@
1818
},
1919
"dependencies": {
2020
"@babel/runtime": "^7.21.5",
21-
"@tarojs/plugin-platform-h5": "^3.6.0",
2221
"@tarojs/test-utils-dom": "workspace:*",
2322
"@tarojs/test-utils-shared": "workspace:*",
2423
"@vue/test-utils": "^1.3.6",
@@ -46,9 +45,8 @@
4645
"peerDependencies": {
4746
"@tarojs/components": "^3.6.0",
4847
"@tarojs/helper": "^3.6.0",
49-
"@tarojs/taro-h5": "^3.6.0",
48+
"@tarojs/plugin-platform-h5": "^3.6.0",
5049
"@tarojs/plugin-framework-vue2": "^3.6.0",
51-
"@tarojs/router": "^3.6.0",
5250
"@tarojs/runtime": "^3.6.0",
5351
"@tarojs/shared": "^3.6.0"
5452
}

packages/test-utils-vue3/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/test-utils-vue3",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"scripts": {
@@ -18,7 +18,6 @@
1818
},
1919
"dependencies": {
2020
"@babel/runtime": "^7.21.5",
21-
"@tarojs/plugin-platform-h5": "^3.6.0",
2221
"@tarojs/test-utils-dom": "workspace:*",
2322
"@tarojs/test-utils-shared": "workspace:*",
2423
"@vue/test-utils": "^2.3.2",
@@ -44,10 +43,9 @@
4443
},
4544
"peerDependencies": {
4645
"@tarojs/components": "^3.6.0",
47-
"@tarojs/taro-h5": "^3.6.0",
4846
"@tarojs/helper": "^3.6.0",
47+
"@tarojs/plugin-platform-h5": "^3.6.0",
4948
"@tarojs/plugin-framework-vue3": "^3.6.0",
50-
"@tarojs/router": "^3.6.0",
5149
"@tarojs/runtime": "^3.6.0",
5250
"@tarojs/shared": "^3.6.0"
5351
},

pnpm-lock.yaml

Lines changed: 7 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)