Skip to content

Commit

Permalink
chore(deps): update taro to v3.6.21 (jd-opensource#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Dec 26, 2023
1 parent 5f3f429 commit dffaa6f
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 516 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@nutui/eslint-config": "workspace:*",
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.19",
"@tarojs/taro": "3.6.21",
"@types/node": "^18.19.3",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
Expand Down
36 changes: 18 additions & 18 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,32 @@
"dependencies": {
"@babel/runtime": "^7.23.5",
"@nutui/icons-vue-taro": "^0.0.9",
"@tarojs/components": "3.6.19",
"@tarojs/helper": "3.6.19",
"@tarojs/plugin-framework-vue3": "3.6.19",
"@tarojs/plugin-html": "3.6.19",
"@tarojs/plugin-platform-alipay": "3.6.19",
"@tarojs/plugin-platform-h5": "3.6.19",
"@tarojs/plugin-platform-jd": "3.6.19",
"@tarojs/plugin-platform-qq": "3.6.19",
"@tarojs/plugin-platform-swan": "3.6.19",
"@tarojs/plugin-platform-tt": "3.6.19",
"@tarojs/plugin-platform-weapp": "3.6.19",
"@tarojs/runtime": "3.6.19",
"@tarojs/shared": "3.6.19",
"@tarojs/taro": "3.6.19",
"@tarojs/components": "3.6.21",
"@tarojs/helper": "3.6.21",
"@tarojs/plugin-framework-vue3": "3.6.21",
"@tarojs/plugin-html": "3.6.21",
"@tarojs/plugin-platform-alipay": "3.6.21",
"@tarojs/plugin-platform-h5": "3.6.21",
"@tarojs/plugin-platform-jd": "3.6.21",
"@tarojs/plugin-platform-qq": "3.6.21",
"@tarojs/plugin-platform-swan": "3.6.21",
"@tarojs/plugin-platform-tt": "3.6.21",
"@tarojs/plugin-platform-weapp": "3.6.21",
"@tarojs/runtime": "3.6.21",
"@tarojs/shared": "3.6.21",
"@tarojs/taro": "3.6.21",
"vue": "^3.3.11"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@tarojs/cli": "3.6.19",
"@tarojs/webpack5-runner": "3.6.19",
"@tarojs/cli": "3.6.21",
"@tarojs/webpack5-runner": "3.6.21",
"@types/webpack-env": "^1.18.4",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.19",
"babel-preset-taro": "3.6.21",
"css-loader": "^6.8.1",
"eslint": "^8.55.0",
"eslint-config-taro": "3.6.19",
"eslint-config-taro": "3.6.21",
"style-loader": "^3.3.3",
"stylelint": "^16.0.1",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit dffaa6f

Please sign in to comment.