Skip to content

Commit

Permalink
chore(deps): bump taro to v3.6.34 (#3162)
Browse files Browse the repository at this point in the history
* chore: update taro to 3.6.34

* chore: reset demo

* chore: reset demo
  • Loading branch information
Alex-huxiyang authored Aug 8, 2024
1 parent b7c0a0b commit a4e64ee
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 449 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@nutui/eslint-config": "workspace:*",
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.30",
"@tarojs/taro": "3.6.34",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
Expand Down
38 changes: 19 additions & 19 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,36 @@
"dependencies": {
"@babel/runtime": "^7.24.6",
"@nutui/icons-vue-taro": "^0.0.9",
"@tarojs/components": "3.6.30",
"@tarojs/helper": "3.6.30",
"@tarojs/plugin-framework-vue3": "3.6.30",
"@tarojs/plugin-html": "3.6.30",
"@tarojs/plugin-platform-alipay": "3.6.30",
"@tarojs/plugin-platform-h5": "3.6.30",
"@tarojs/plugin-platform-jd": "3.6.30",
"@tarojs/plugin-platform-qq": "3.6.30",
"@tarojs/plugin-platform-swan": "3.6.30",
"@tarojs/plugin-platform-tt": "3.6.30",
"@tarojs/plugin-platform-weapp": "3.6.30",
"@tarojs/runtime": "3.6.30",
"@tarojs/shared": "3.6.30",
"@tarojs/taro": "3.6.30",
"@tarojs/components": "3.6.34",
"@tarojs/helper": "3.6.34",
"@tarojs/plugin-framework-vue3": "3.6.34",
"@tarojs/plugin-html": "3.6.34",
"@tarojs/plugin-platform-alipay": "3.6.34",
"@tarojs/plugin-platform-h5": "3.6.34",
"@tarojs/plugin-platform-jd": "3.6.34",
"@tarojs/plugin-platform-qq": "3.6.34",
"@tarojs/plugin-platform-swan": "3.6.34",
"@tarojs/plugin-platform-tt": "3.6.34",
"@tarojs/plugin-platform-weapp": "3.6.34",
"@tarojs/runtime": "3.6.34",
"@tarojs/shared": "3.6.34",
"@tarojs/taro": "3.6.34",
"vue": "^3.4.31"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@tarojs/cli": "3.6.30",
"@tarojs/webpack5-runner": "3.6.30",
"@tarojs/cli": "3.6.34",
"@tarojs/webpack5-runner": "3.6.34",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.30",
"babel-preset-taro": "3.6.34",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-taro": "3.6.30",
"eslint-config-taro": "3.6.34",
"style-loader": "^4.0.0",
"stylelint": "^16.6.0",
"typescript": "^5.4.5",
"vue-loader": "^17.4.2",
"webpack": "^5.91.0"
}
}
}
Loading

0 comments on commit a4e64ee

Please sign in to comment.