Skip to content

Commit

Permalink
chore(deps): update to taro 3.6.24 (#2939)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Mar 1, 2024
1 parent 338d6d0 commit e5fe0e9
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 429 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@nutui/eslint-config": "workspace:*",
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.21",
"@tarojs/taro": "3.6.24",
"@types/node": "^18.19.18",
"@vitejs/plugin-vue": "^5.0.4",
"@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.9",
"@nutui/icons-vue-taro": "^0.0.9",
"@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",
"@tarojs/components": "3.6.24",
"@tarojs/helper": "3.6.24",
"@tarojs/plugin-framework-vue3": "3.6.24",
"@tarojs/plugin-html": "3.6.24",
"@tarojs/plugin-platform-alipay": "3.6.24",
"@tarojs/plugin-platform-h5": "3.6.24",
"@tarojs/plugin-platform-jd": "3.6.24",
"@tarojs/plugin-platform-qq": "3.6.24",
"@tarojs/plugin-platform-swan": "3.6.24",
"@tarojs/plugin-platform-tt": "3.6.24",
"@tarojs/plugin-platform-weapp": "3.6.24",
"@tarojs/runtime": "3.6.24",
"@tarojs/shared": "3.6.24",
"@tarojs/taro": "3.6.24",
"vue": "^3.4.20"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@tarojs/cli": "3.6.21",
"@tarojs/webpack5-runner": "3.6.21",
"@tarojs/cli": "3.6.24",
"@tarojs/webpack5-runner": "3.6.24",
"@types/webpack-env": "^1.18.4",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.21",
"babel-preset-taro": "3.6.24",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-config-taro": "3.6.21",
"eslint-config-taro": "3.6.24",
"style-loader": "^3.3.4",
"stylelint": "^16.2.1",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit e5fe0e9

Please sign in to comment.