Skip to content

Commit d83d1f1

Browse files
committed
chore: 升级依赖包
1 parent deacdc4 commit d83d1f1

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

packages/taro-ui-demo/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,38 +42,38 @@
4242
],
4343
"dependencies": {
4444
"@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",
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",
5959
"react": "^18.0.0",
6060
"react-dom": "^18.0.0",
6161
"taro-ui": "file:../taro-ui"
6262
},
6363
"devDependencies": {
6464
"@babel/core": "^7.8.0",
6565
"@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",
66+
"@tarojs/cli": "~3.6.1",
67+
"@tarojs/mini-runner": "~3.6.1",
68+
"@tarojs/webpack-runner": "~3.6.1",
6969
"@types/react": "^18.0.0",
7070
"@types/react-dom": "^18.0.0",
7171
"@types/webpack-env": "^1.13.6",
7272
"@typescript-eslint/eslint-plugin": "^5.20.0",
7373
"@typescript-eslint/parser": "^5.20.0",
74-
"babel-preset-taro": "3.6.1",
74+
"babel-preset-taro": "~3.6.1",
7575
"eslint": "^8.12.0",
76-
"eslint-config-taro": "3.6.1",
76+
"eslint-config-taro": "~3.6.1",
7777
"eslint-plugin-import": "^2.12.0",
7878
"eslint-plugin-react": "^7.8.2",
7979
"eslint-plugin-react-hooks": "^4.2.0",

0 commit comments

Comments
 (0)