Skip to content

Commit

Permalink
chore(deps): bump taro to v3.6.30 (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored May 24, 2024
1 parent facc5bf commit 8f335ca
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 483 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.24",
"@tarojs/taro": "3.6.30",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/nutui-taro-demo/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const config = {
{
vueLoaderOption: {
compilerOptions: {
isCustomElement: (tag) => tag.includes('taro-scroll-view-core'),
isCustomElement: tag => tag.includes('taro-scroll-view-core'),
whitespace: 'preserve'
}
}
Expand All @@ -46,6 +46,9 @@ const config = {
prebundle: { enable: false }
},
mini: {
compile: {
include: [path.resolve(__dirname, '../../../src')]
},
webpackChain(chain) {
chain.merge({
module: {
Expand Down Expand Up @@ -79,6 +82,9 @@ const config = {
}
},
h5: {
compile: {
include: [path.resolve(__dirname, '../../../src')]
},
publicPath: '/',
staticDirectory: 'static',
chunkDirectory: 'chunk',
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 @@ -22,32 +22,32 @@
"dependencies": {
"@babel/runtime": "^7.24.6",
"@nutui/icons-vue-taro": "^0.0.9",
"@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",
"@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",
"vue": "^3.4.27"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@tarojs/cli": "3.6.24",
"@tarojs/webpack5-runner": "3.6.24",
"@tarojs/cli": "3.6.30",
"@tarojs/webpack5-runner": "3.6.30",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.24",
"babel-preset-taro": "3.6.30",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-taro": "3.6.24",
"eslint-config-taro": "3.6.30",
"style-loader": "^4.0.0",
"stylelint": "^16.6.0",
"typescript": "^5.4.5",
Expand Down
Loading

0 comments on commit 8f335ca

Please sign in to comment.