Skip to content

Commit 71cc53f

Browse files
committed
chore: 更新依赖
1 parent eab45a9 commit 71cc53f

File tree

3 files changed

+2525
-2533
lines changed

3 files changed

+2525
-2533
lines changed

packages/taro-ui-demo/package.json

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,24 @@
1616
"css": "sass"
1717
},
1818
"scripts": {
19-
"build": "yarn run build:h5",
2019
"build:weapp": "taro build --type weapp",
2120
"build:swan": "taro build --type swan",
2221
"build:alipay": "taro build --type alipay",
2322
"build:tt": "taro build --type tt",
2423
"build:h5": "taro build --type h5",
2524
"build:rn": "taro build --type rn",
2625
"build:qq": "taro build --type qq",
26+
"build:jd": "taro build --type jd",
2727
"build:quickapp": "taro build --type quickapp",
28-
"dev:weapp": "yarn run build:weapp --watch",
29-
"dev:swan": "yarn run build:swan --watch",
30-
"dev:alipay": "yarn run build:alipay --watch",
31-
"dev:tt": "yarn run build:tt --watch",
32-
"dev:h5": "yarn run build:h5 --watch",
33-
"dev:rn": "yarn run build:rn --watch",
34-
"dev:qq": "yarn run build:qq --watch",
35-
"dev:quickapp": "yarn run build:quickapp --watch",
28+
"dev:weapp": "npm run build:weapp -- --watch",
29+
"dev:swan": "npm run build:swan -- --watch",
30+
"dev:alipay": "npm run build:alipay -- --watch",
31+
"dev:tt": "npm run build:tt -- --watch",
32+
"dev:h5": "npm run build:h5 -- --watch",
33+
"dev:rn": "npm run build:rn -- --watch",
34+
"dev:qq": "npm run build:qq -- --watch",
35+
"dev:jd": "npm run build:jd -- --watch",
36+
"dev:quickapp": "npm run build:quickapp -- --watch",
3637
"clean": "rimraf .temp dist"
3738
},
3839
"browserslist": [
@@ -42,38 +43,38 @@
4243
],
4344
"dependencies": {
4445
"@babel/runtime": "^7.7.7",
45-
"@tarojs/components": "~3.6.1",
46-
"@tarojs/helper": "~3.6.1",
47-
"@tarojs/plugin-framework-react": "~3.6.1",
48-
"@tarojs/plugin-platform-alipay": "~3.6.1",
49-
"@tarojs/plugin-platform-h5": "~3.6.1",
50-
"@tarojs/plugin-platform-jd": "~3.6.1",
51-
"@tarojs/plugin-platform-qq": "~3.6.1",
52-
"@tarojs/plugin-platform-swan": "~3.6.1",
53-
"@tarojs/plugin-platform-tt": "~3.6.1",
54-
"@tarojs/plugin-platform-weapp": "~3.6.1",
55-
"@tarojs/react": "~3.6.1",
56-
"@tarojs/runtime": "~3.6.1",
57-
"@tarojs/shared": "~3.6.1",
58-
"@tarojs/taro": "~3.6.1",
46+
"@tarojs/components": "3.6.6",
47+
"@tarojs/helper": "3.6.6",
48+
"@tarojs/plugin-framework-react": "3.6.6",
49+
"@tarojs/plugin-platform-alipay": "3.6.6",
50+
"@tarojs/plugin-platform-h5": "3.6.6",
51+
"@tarojs/plugin-platform-jd": "3.6.6",
52+
"@tarojs/plugin-platform-qq": "3.6.6",
53+
"@tarojs/plugin-platform-swan": "3.6.6",
54+
"@tarojs/plugin-platform-tt": "3.6.6",
55+
"@tarojs/plugin-platform-weapp": "3.6.6",
56+
"@tarojs/react": "3.6.6",
57+
"@tarojs/runtime": "3.6.6",
58+
"@tarojs/shared": "3.6.6",
59+
"@tarojs/taro": "3.6.6",
5960
"react": "^18.2.0",
6061
"react-dom": "^18.2.0",
6162
"taro-ui": "file:../taro-ui"
6263
},
6364
"devDependencies": {
6465
"@babel/core": "^7.8.0",
6566
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
66-
"@tarojs/cli": "~3.6.1",
67-
"@tarojs/mini-runner": "~3.6.1",
68-
"@tarojs/webpack-runner": "~3.6.1",
67+
"@tarojs/cli": "3.6.6",
68+
"@tarojs/mini-runner": "3.6.6",
69+
"@tarojs/webpack-runner": "3.6.6",
6970
"@types/react": "^18.2.0",
7071
"@types/react-dom": "^18.2.0",
7172
"@types/webpack-env": "^1.13.6",
7273
"@typescript-eslint/eslint-plugin": "^5.20.0",
7374
"@typescript-eslint/parser": "^5.20.0",
74-
"babel-preset-taro": "~3.6.1",
75+
"babel-preset-taro": "3.6.6",
7576
"eslint": "^8.12.0",
76-
"eslint-config-taro": "~3.6.1",
77+
"eslint-config-taro": "3.6.6",
7778
"eslint-plugin-import": "^2.12.0",
7879
"eslint-plugin-react": "^7.8.2",
7980
"eslint-plugin-react-hooks": "^4.2.0",

packages/taro-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
"@rollup/plugin-commonjs": "^11.0.2",
6060
"@rollup/plugin-json": "^4.0.2",
6161
"@rollup/plugin-node-resolve": "^7.1.1",
62-
"@tarojs/components": "~3.6.1",
63-
"@tarojs/react": "~3.6.1",
64-
"@tarojs/taro": "~3.6.1",
65-
"@tarojs/runtime-rn": "~3.6.1",
62+
"@tarojs/components": "3.6.6",
63+
"@tarojs/react": "3.6.6",
64+
"@tarojs/taro": "3.6.6",
65+
"@tarojs/runtime-rn": "3.6.6",
6666
"@types/classnames": "^2.2.9",
6767
"@types/node": "^13.11.1",
6868
"@types/react": "^18.2.0",

0 commit comments

Comments
 (0)