Skip to content

Commit a4e64ee

Browse files
authored
chore(deps): bump taro to v3.6.34 (#3162)
* chore: update taro to 3.6.34 * chore: reset demo * chore: reset demo
1 parent b7c0a0b commit a4e64ee

File tree

3 files changed

+456
-449
lines changed

3 files changed

+456
-449
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@nutui/eslint-config": "workspace:*",
8787
"@nutui/prettier-plugin": "workspace:*",
8888
"@nutui/vite-plugins": "workspace:*",
89-
"@tarojs/taro": "3.6.30",
89+
"@tarojs/taro": "3.6.34",
9090
"@types/node": "^20.14.9",
9191
"@vitejs/plugin-vue": "^5.0.5",
9292
"@vitejs/plugin-vue-jsx": "^4.0.0",

packages/nutui-taro-demo/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,36 +22,36 @@
2222
"dependencies": {
2323
"@babel/runtime": "^7.24.6",
2424
"@nutui/icons-vue-taro": "^0.0.9",
25-
"@tarojs/components": "3.6.30",
26-
"@tarojs/helper": "3.6.30",
27-
"@tarojs/plugin-framework-vue3": "3.6.30",
28-
"@tarojs/plugin-html": "3.6.30",
29-
"@tarojs/plugin-platform-alipay": "3.6.30",
30-
"@tarojs/plugin-platform-h5": "3.6.30",
31-
"@tarojs/plugin-platform-jd": "3.6.30",
32-
"@tarojs/plugin-platform-qq": "3.6.30",
33-
"@tarojs/plugin-platform-swan": "3.6.30",
34-
"@tarojs/plugin-platform-tt": "3.6.30",
35-
"@tarojs/plugin-platform-weapp": "3.6.30",
36-
"@tarojs/runtime": "3.6.30",
37-
"@tarojs/shared": "3.6.30",
38-
"@tarojs/taro": "3.6.30",
25+
"@tarojs/components": "3.6.34",
26+
"@tarojs/helper": "3.6.34",
27+
"@tarojs/plugin-framework-vue3": "3.6.34",
28+
"@tarojs/plugin-html": "3.6.34",
29+
"@tarojs/plugin-platform-alipay": "3.6.34",
30+
"@tarojs/plugin-platform-h5": "3.6.34",
31+
"@tarojs/plugin-platform-jd": "3.6.34",
32+
"@tarojs/plugin-platform-qq": "3.6.34",
33+
"@tarojs/plugin-platform-swan": "3.6.34",
34+
"@tarojs/plugin-platform-tt": "3.6.34",
35+
"@tarojs/plugin-platform-weapp": "3.6.34",
36+
"@tarojs/runtime": "3.6.34",
37+
"@tarojs/shared": "3.6.34",
38+
"@tarojs/taro": "3.6.34",
3939
"vue": "^3.4.31"
4040
},
4141
"devDependencies": {
4242
"@babel/core": "^7.24.6",
43-
"@tarojs/cli": "3.6.30",
44-
"@tarojs/webpack5-runner": "3.6.30",
43+
"@tarojs/cli": "3.6.34",
44+
"@tarojs/webpack5-runner": "3.6.34",
4545
"@types/webpack-env": "^1.18.5",
4646
"babel-loader": "^9.1.3",
47-
"babel-preset-taro": "3.6.30",
47+
"babel-preset-taro": "3.6.34",
4848
"css-loader": "^7.1.2",
4949
"eslint": "^8.57.0",
50-
"eslint-config-taro": "3.6.30",
50+
"eslint-config-taro": "3.6.34",
5151
"style-loader": "^4.0.0",
5252
"stylelint": "^16.6.0",
5353
"typescript": "^5.4.5",
5454
"vue-loader": "^17.4.2",
5555
"webpack": "^5.91.0"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)