diff --git a/package.json b/package.json index 845b63131f..34ff4e0625 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/nutui-taro-demo/config/index.ts b/packages/nutui-taro-demo/config/index.ts index 474ad93858..f7c586e737 100644 --- a/packages/nutui-taro-demo/config/index.ts +++ b/packages/nutui-taro-demo/config/index.ts @@ -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' } } @@ -46,6 +46,9 @@ const config = { prebundle: { enable: false } }, mini: { + compile: { + include: [path.resolve(__dirname, '../../../src')] + }, webpackChain(chain) { chain.merge({ module: { @@ -79,6 +82,9 @@ const config = { } }, h5: { + compile: { + include: [path.resolve(__dirname, '../../../src')] + }, publicPath: '/', staticDirectory: 'static', chunkDirectory: 'chunk', diff --git a/packages/nutui-taro-demo/package.json b/packages/nutui-taro-demo/package.json index 875d51f179..4903175e65 100644 --- a/packages/nutui-taro-demo/package.json +++ b/packages/nutui-taro-demo/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0c27c7cba4..07abd94b95 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,8 +49,8 @@ importers: specifier: workspace:* version: link:packages/nutui-vite-plugins '@tarojs/taro': - specifier: 3.6.24 - version: 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + specifier: 3.6.30 + version: 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -222,47 +222,47 @@ importers: specifier: ^0.0.9 version: 0.0.9 '@tarojs/components': - specifier: 3.6.24 - version: 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + specifier: 3.6.30 + version: 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) '@tarojs/helper': - specifier: 3.6.24 - version: 3.6.24 + specifier: 3.6.30 + version: 3.6.30 '@tarojs/plugin-framework-vue3': - specifier: 3.6.24 - version: 3.6.24(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5)) + specifier: 3.6.30 + version: 3.6.30(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5)) '@tarojs/plugin-html': - specifier: 3.6.24 - version: 3.6.24(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + specifier: 3.6.30 + version: 3.6.30(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) '@tarojs/plugin-platform-alipay': - specifier: 3.6.24 - version: 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + specifier: 3.6.30 + version: 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) '@tarojs/plugin-platform-h5': - specifier: 3.6.24 - version: 3.6.24(@tarojs/helper@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + specifier: 3.6.30 + version: 3.6.30(@tarojs/helper@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) '@tarojs/plugin-platform-jd': - specifier: 3.6.24 - version: 3.6.24(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + specifier: 3.6.30 + version: 3.6.30(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) '@tarojs/plugin-platform-qq': - specifier: 3.6.24 - version: 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + specifier: 3.6.30 + version: 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) '@tarojs/plugin-platform-swan': - specifier: 3.6.24 - version: 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + specifier: 3.6.30 + version: 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) '@tarojs/plugin-platform-tt': - specifier: 3.6.24 - version: 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + specifier: 3.6.30 + version: 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) '@tarojs/plugin-platform-weapp': - specifier: 3.6.24 - version: 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + specifier: 3.6.30 + version: 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) '@tarojs/runtime': - specifier: 3.6.24 - version: 3.6.24(@tarojs/shared@3.6.24) + specifier: 3.6.30 + version: 3.6.30(@tarojs/shared@3.6.30) '@tarojs/shared': - specifier: 3.6.24 - version: 3.6.24 + specifier: 3.6.30 + version: 3.6.30 '@tarojs/taro': - specifier: 3.6.24 - version: 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + specifier: 3.6.30 + version: 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) vue: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) @@ -271,11 +271,11 @@ importers: specifier: ^7.24.6 version: 7.24.6 '@tarojs/cli': - specifier: 3.6.24 - version: 3.6.24(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + specifier: 3.6.30 + version: 3.6.30(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) '@tarojs/webpack5-runner': - specifier: 3.6.24 - version: 3.6.24(@babel/core@7.24.6)(@swc/core@1.3.96)(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@vue/compiler-sfc@3.4.27)(postcss@8.4.38)(prettier@3.2.5)(typescript@5.4.5)(underscore@1.13.6)(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2)) + specifier: 3.6.30 + version: 3.6.30(@babel/core@7.24.6)(@swc/core@1.3.96)(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@vue/compiler-sfc@3.4.27)(postcss@8.4.38)(prettier@3.2.5)(typescript@5.4.5)(underscore@1.13.6)(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2)) '@types/webpack-env': specifier: ^1.18.5 version: 1.18.5 @@ -283,8 +283,8 @@ importers: specifier: ^9.1.3 version: 9.1.3(@babel/core@7.24.6)(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2)) babel-preset-taro: - specifier: 3.6.24 - version: 3.6.24(@babel/core@7.24.6) + specifier: 3.6.30 + version: 3.6.30(@babel/core@7.24.6) css-loader: specifier: ^7.1.2 version: 7.1.2(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2)) @@ -292,8 +292,8 @@ importers: specifier: ^8.57.0 version: 8.57.0 eslint-config-taro: - specifier: 3.6.24 - version: 3.6.24(@babel/core@7.24.6)(eslint@8.57.0)(typescript@5.4.5) + specifier: 3.6.30 + version: 3.6.30(@babel/core@7.24.6)(eslint@8.57.0)(typescript@5.4.5) style-loader: specifier: ^4.0.0 version: 4.0.0(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2)) @@ -397,10 +397,6 @@ packages: resolution: {integrity: sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.24.4': - resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==} - engines: {node: '>=6.9.0'} - '@babel/compat-data@7.24.6': resolution: {integrity: sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==} engines: {node: '>=6.9.0'} @@ -416,10 +412,6 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 - '@babel/generator@7.24.4': - resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.24.5': resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==} engines: {node: '>=6.9.0'} @@ -436,10 +428,6 @@ packages: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.23.6': - resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.24.6': resolution: {integrity: sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==} engines: {node: '>=6.9.0'} @@ -493,20 +481,10 @@ packages: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.24.3': - resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} - engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.24.6': resolution: {integrity: sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==} engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.24.5': - resolution: {integrity: sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-module-transforms@7.24.6': resolution: {integrity: sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==} engines: {node: '>=6.9.0'} @@ -533,10 +511,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-simple-access@7.24.5': - resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-simple-access@7.24.6': resolution: {integrity: sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==} engines: {node: '>=6.9.0'} @@ -545,10 +519,6 @@ packages: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} - '@babel/helper-split-export-declaration@7.22.6': - resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} - engines: {node: '>=6.9.0'} - '@babel/helper-split-export-declaration@7.24.5': resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==} engines: {node: '>=6.9.0'} @@ -565,10 +535,6 @@ packages: resolution: {integrity: sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.22.20': - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} - engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.24.5': resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==} engines: {node: '>=6.9.0'} @@ -577,10 +543,6 @@ packages: resolution: {integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.23.5': - resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} - engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.24.6': resolution: {integrity: sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==} engines: {node: '>=6.9.0'} @@ -601,11 +563,6 @@ packages: resolution: {integrity: sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==} engines: {node: '>=6.9.0'} - '@babel/parser@7.24.4': - resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.24.5': resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==} engines: {node: '>=6.0.0'} @@ -1216,10 +1173,6 @@ packages: resolution: {integrity: sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.24.1': - resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.24.5': resolution: {integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==} engines: {node: '>=6.9.0'} @@ -1228,10 +1181,6 @@ packages: resolution: {integrity: sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==} engines: {node: '>=6.9.0'} - '@babel/types@7.24.0': - resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} - engines: {node: '>=6.9.0'} - '@babel/types@7.24.5': resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==} engines: {node: '>=6.9.0'} @@ -2020,7 +1969,6 @@ packages: '@swc/register@0.1.10': resolution: {integrity: sha512-6STwH/q4dc3pitXLVkV7sP0Hiy+zBsU2wOF1aXpXR95pnH3RYHKIsDC+gvesfyB7jxNT9OOZgcqOp9RPxVTx9A==} - deprecated: Use @swc-node/register instead hasBin: true peerDependencies: '@swc/core': ^1.0.46 @@ -2032,48 +1980,48 @@ packages: resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==} engines: {node: '>=6'} - '@tarojs/api@3.6.24': - resolution: {integrity: sha512-q7/fkhHyL+z2p/GAZB5jsSgUHHGfkD7ORL12ZBC9ocaLPEgTjzie2S5a4hJ4gDX6z+J9DA/Ief/D6kaehk0yMQ==} + '@tarojs/api@3.6.30': + resolution: {integrity: sha512-+ez5VZVK4PCnmFeW9CkYWlfA76CVo1GqXNefazI63Blj8SbxUKsEk0KDY9vuSoHuL/UvsMugKn+bYaO+o6KTMA==} - '@tarojs/binding-darwin-arm64@3.6.24': - resolution: {integrity: sha512-GfUOwc9Y+U5Jf0UhVw7BKAZh9a2YVoStTpGO3KrRU1+P3CtxVRU0WS0HeXVJ9bO4BJ1H/Y4WAwnjNkMXaWap0A==} + '@tarojs/binding-darwin-arm64@3.6.30': + resolution: {integrity: sha512-C+V7d0+uyVu3cDGGSP/Vh6uGcQSGIG6O92Q09TDpSqLa7TQEKqhHB4U1MCsuShRpuzLNG1RbUTn9AWBU71W5mQ==} engines: {node: '>= 16'} cpu: [arm64] os: [darwin] - '@tarojs/binding-darwin-x64@3.6.24': - resolution: {integrity: sha512-QXB/yU/bJ968JyYv/Ai7zG0X2S1Bw81UbGMohPc/oA7/9hAf/NcXV06Eah95FIy0EOUvJpOIf8ip/f6qlrIdjw==} + '@tarojs/binding-darwin-x64@3.6.30': + resolution: {integrity: sha512-fzxhPldPt/iCxo/oB98q5Aw5rOX+9pB5dN1ja+HrwCQecFr5ko2+SiKNaYRtkVl7zz1LwGe5hT66f+CSqXrh/A==} engines: {node: '>= 16'} cpu: [x64] os: [darwin] - '@tarojs/binding-linux-x64-gnu@3.6.24': - resolution: {integrity: sha512-SRmYP+2SXT6AWSmfzi4IUUpAcDLSbZAbhSF6F+xdebbzwki73sGONRw2wcINKmvYW3DhDYClfxxNYefwV+uHYQ==} + '@tarojs/binding-linux-x64-gnu@3.6.30': + resolution: {integrity: sha512-W8vEmDBVrnra28T89D/zE+Qj3UFQAloeOEWqVaYZr49tlV8LGXyZ4SYf4+IxgtHgpO8ORu5ld6HlcQ25iWqIAw==} engines: {node: '>= 16'} cpu: [x64] os: [linux] libc: [glibc] - '@tarojs/binding-win32-x64-msvc@3.6.24': - resolution: {integrity: sha512-Ta05Hfb6XRwPsrLDh9ipQ7H0+UsUdvL+ARFCalmCYV6aaPyoZ6e7ck4e3HoDY/ONW6YnPxIMSqfjChle/WrYVg==} + '@tarojs/binding-win32-x64-msvc@3.6.30': + resolution: {integrity: sha512-4itEwdI+NlepVd9AFhIcgiEMtZaS68RBahpH3s68hrwIEMHi5gZSZThDWVMgYnCHemJudDSFf2uwmXmwXV6idw==} engines: {node: '>= 16'} cpu: [x64] os: [win32] - '@tarojs/binding@3.6.24': - resolution: {integrity: sha512-+Yj8qhjPQH1eHWCpBxDXm3yjiUsEzPTQePvavdym9J7iHmZFDKmbkn5bPk50bY05zAjjIA4c0twIOHjMR8EHmA==} + '@tarojs/binding@3.6.30': + resolution: {integrity: sha512-8+cE7qDj5cjxCTqMrfW5SyHouxtymJbbvD0hTx+4hdiKj256gLsmGG/wMUd7J8B0aOnp9DPGj7d2kxxUie/grQ==} - '@tarojs/cli@3.6.24': - resolution: {integrity: sha512-2l+C1+qGLrADOBvalDIw3349bDV+wW5w+mFHyVAd/cogSEQnI6KBUlDO9D+VKv1MaJORDuV/vHf3Jex1ukABeA==} + '@tarojs/cli@3.6.30': + resolution: {integrity: sha512-qiU9MYH/nLSxKThHgu3GTqwcOYxyoNci0J/Ba/aogFPpjL64xnYL6/QsPIYHUAqwVdA/5249hwKFGTzUo+Mz9g==} engines: {node: '>=16'} hasBin: true - '@tarojs/components-advanced@3.6.24': - resolution: {integrity: sha512-BVESjKo8sfw+l1NevD3s7A07yW6NlT7O99qRotI+CQ3bf45J6jpbO61yOTGQDAf9iVofYFlcKve6hTq3mM+rdw==} + '@tarojs/components-advanced@3.6.30': + resolution: {integrity: sha512-1ZBsXjErS6A+IWIpt7s7cGS5sIBQE1O+Eb93aWJy29C1ScQ/2hlhmI5SIKTWFtOmsbHCdc+trgoHeX+xNvXGDw==} peerDependencies: - '@tarojs/runtime': ~3.6.24 - '@tarojs/shared': ~3.6.24 - '@tarojs/taro': ~3.6.24 + '@tarojs/runtime': ~3.6.30 + '@tarojs/shared': ~3.6.30 + '@tarojs/taro': ~3.6.30 react: '>=17' vue: '*' peerDependenciesMeta: @@ -2082,11 +2030,11 @@ packages: vue: optional: true - '@tarojs/components-react@3.6.24': - resolution: {integrity: sha512-ulndln9avJsAitX4h94uAzc++QJC4BcRNbbXTMO3WSIb8Hw8R6qHlgKFC/BIZOL1uXbqeSj7x5EvzmCoc9AKOg==} + '@tarojs/components-react@3.6.30': + resolution: {integrity: sha512-QpBQqCoFrnWVyTOPEl/iG+J5IXwj5sg8ntt0SM0Xe1GJxQR0iqj9vSoUyCLCT4/Dh35YqHKlMOF5B+j4fdbf+g==} - '@tarojs/components@3.6.24': - resolution: {integrity: sha512-M9CqpyftMzE1eO1g9ydN+73TPC4ezsAJaK+4wyi4EWXJsC9KG/zMJW1HmVvHty+GAsZGa6dtvNTjAmNnst/Y1g==} + '@tarojs/components@3.6.30': + resolution: {integrity: sha512-hCR/XM3UhamPqQCyh+ci5WMCaFeEiNR9RuXYj6dsOe2GD8R/EFKInNSvErdOVcjyvWMYxShreVMHxg+vT1HCfw==} peerDependencies: '@types/react': '*' '@types/react-native': '*' @@ -2099,8 +2047,8 @@ packages: vue: optional: true - '@tarojs/helper@3.6.24': - resolution: {integrity: sha512-yVRupJn6Qm5GHLcuxZ88OxySdczYmU+vdoUijEV40JdQbPfzkysE3D2aedNyoccArfeE70uKMPXDvQH2ZkLQYA==} + '@tarojs/helper@3.6.30': + resolution: {integrity: sha512-q59t6sboGjklrcIKXXZLiRUle/CxGv/4/55sAmes1axFFX+28CYmkz5dZv8HrpYDlhFG2tbaaa4bRqyFvJX+Mg==} '@tarojs/plugin-doctor-darwin-arm64@0.0.11': resolution: {integrity: sha512-H3C0TQD7k9YalSR2kgrVEvP1TfhSeRQDQQXhSurLStNuTqhrk8JSzxbxYC/Of5edM/uu+5xOzT0YfMV2LKG5UA==} @@ -2175,86 +2123,87 @@ packages: resolution: {integrity: sha512-oHxEGMQwtls2ZFUkhVho1U3RSYhlNvKeIJMVzxgCMrgCBqJcGdGKhNLDpgqvGqqRuSs9iSMBrC9QMY8xsmRo4g==} engines: {node: '>= 10'} - '@tarojs/plugin-framework-vue3@3.6.24': - resolution: {integrity: sha512-eD7xfKY1xhzUQFi9Ri21HdlxpNql4EPpchfv1SjPn2PQj+EaK4oW/muMs1WhbSrljSqGZS4atGKXmRAq/OqHvg==} + '@tarojs/plugin-framework-vue3@3.6.30': + resolution: {integrity: sha512-qbY9LABkORiC2ePq/4/3eNdo3faCe1lKKL3zzkB77WPGMiHZIkM/ox+ipz6QgHXXMxMCt2NcoVWIxlkCNc94yw==} peerDependencies: - '@tarojs/runtime': ~3.6.24 - '@tarojs/shared': ~3.6.24 + '@tarojs/runtime': ~3.6.30 + '@tarojs/shared': ~3.6.30 vue: ^3.0.0 - '@tarojs/plugin-html@3.6.24': - resolution: {integrity: sha512-KkDOxcE2743+9Vk3RFD1bdYSSvb0cCg27Pr7jM1SgQSmAL/wBXryaEGQr9IV8n1sI4yqvfSOsndaeYBCbeRzgQ==} + '@tarojs/plugin-html@3.6.30': + resolution: {integrity: sha512-N4B/1zStNGp5wE8wmdcuv6vvWjjxvV+SUI2pULj8DmDbc0b4rL1PkcyHGaCGQhBQnywjB7XT1q0o5Xgbzc3Kdg==} - '@tarojs/plugin-platform-alipay@3.6.24': - resolution: {integrity: sha512-ckSbEAKGk5jWGmN9F46RLAR7O74REvEXIDjcjm7pYEJF4wFfhWcUIVuzIM/anewGFwIhiT8PxGAFqWis0mTZHQ==} + '@tarojs/plugin-platform-alipay@3.6.30': + resolution: {integrity: sha512-xv6w8HEAXtXS2KLeMvKuFbQYjIuMavWmuCRy7Kjd/jvwJnJtsr/iDVzCMtXsGEltxRmH5zf1oRwWr1HgEzydiQ==} peerDependencies: - '@tarojs/components': ~3.6.24 + '@tarojs/components': ~3.6.30 - '@tarojs/plugin-platform-h5@3.6.24': - resolution: {integrity: sha512-8oIURIpre+iAAxwn5JqGPjwU7XgbsLGUEqtjAvC6j2LJt9DrmjmP5eWUtAu9wJlWTPxb94ooLMQfh/y/17vPhA==} + '@tarojs/plugin-platform-h5@3.6.30': + resolution: {integrity: sha512-OSEh5jBxRGky4FMVKEK/ISQ39Wh4ng5Ww1CRvNZzXGV4On+cYBVn7xBifvvMtJHwcdFBUmZPJTyiyICuTcNcSA==} - '@tarojs/plugin-platform-jd@3.6.24': - resolution: {integrity: sha512-Iyk7sAvIHE5y2IRM+5LhpvTtisbKyLP/iiQBmqGVCRMFFbrKdrzGGTDwn7xLVStkt/U/rZylcVr88bgI3SHPvg==} + '@tarojs/plugin-platform-jd@3.6.30': + resolution: {integrity: sha512-cEXt4auMq750nmD+vkNptbCFVK5PGPQ/wjraUAVuhKxFR2Z3/+y9AEbv4BqZo1cybLta9uFrJ/YnV7gsEbmnhw==} - '@tarojs/plugin-platform-qq@3.6.24': - resolution: {integrity: sha512-XDj9Ov8mjTqmEmF6eRPTGK1ByY48l3sQRLbr8upVmnrY2GhblstHcYL/v5Y9OQ5B4nSIH1bb9RUH0HmkF+h9bw==} + '@tarojs/plugin-platform-qq@3.6.30': + resolution: {integrity: sha512-K3H9tk8YhwHmmz68sSrFOkoOwqKh3XgzYKa2mvuwNcUp2wvjTkRqZXpkAwciiualzJCBqFCRHMz8RlhqOPddmQ==} peerDependencies: - '@tarojs/shared': ~3.6.24 + '@tarojs/shared': ~3.6.30 - '@tarojs/plugin-platform-swan@3.6.24': - resolution: {integrity: sha512-/6z5IWK/+LGjMpcUKjPYOJVgcJ1SDLKijRI47PIfJe5sBDWgu/fJ6Xcy7skK4yCoiiT2XBUK6/CCLk5993A4mQ==} + '@tarojs/plugin-platform-swan@3.6.30': + resolution: {integrity: sha512-ejP+FpLtcKRED5zvFYBA62kk2Nppz9cHdxCXkTbCQPQHU/9yiO94PUwViLVRFbkr2f2aLzlGC6GOvs6jSBwtSQ==} peerDependencies: - '@tarojs/components': ~3.6.24 - '@tarojs/shared': ~3.6.24 + '@tarojs/components': ~3.6.30 + '@tarojs/shared': ~3.6.30 - '@tarojs/plugin-platform-tt@3.6.24': - resolution: {integrity: sha512-Vayd9shaNguVekN1hqaqiH8pkYSJjbZvBvuzYcaBbqca34ZO19cUw/FI+eEC4SSTGYj058VeKcY5wqxUsxSqug==} + '@tarojs/plugin-platform-tt@3.6.30': + resolution: {integrity: sha512-j6iTmvzgmdLviiEyNcyGHNQwhSw/6ZH39FSteEGyfuyOJxI9xNRQJ5aDu13InocnX1sYPR+fNKv3WlupO+3xIg==} peerDependencies: - '@tarojs/components': ~3.6.24 - '@tarojs/shared': ~3.6.24 + '@tarojs/components': ~3.6.30 + '@tarojs/shared': ~3.6.30 - '@tarojs/plugin-platform-weapp@3.6.24': - resolution: {integrity: sha512-+5u/Xx5EnZ9jxZs5p+Ycv360Ryew40SG+USKq1lLRo/JRT20b+VmFzGKoh0h6kS55Oe2bOwbKYBMQJEH3LqPww==} + '@tarojs/plugin-platform-weapp@3.6.30': + resolution: {integrity: sha512-1lbezWPovk6zXLNfwceZ+CRPho/etpnh3wYVvIKyKWPOHp4sXcIXW3eveBu1SFiXsDAmtkqZ8IBaeWwkmSbPUg==} peerDependencies: - '@tarojs/components': ~3.6.24 - '@tarojs/shared': ~3.6.24 + '@tarojs/components': ~3.6.30 + '@tarojs/shared': ~3.6.30 - '@tarojs/router@3.6.24': - resolution: {integrity: sha512-xgLbis5FftnpL35XYz2FFPK+1YaczReeQ6d1U3H1BlYFb6LjgGKHHqPoUC3qzb2aKPHY4HL9o2OEFn3MgFlj3g==} + '@tarojs/router@3.6.30': + resolution: {integrity: sha512-h6eVHjti3LUQ/BqA40w1l1uc+YSuiwN5pYHaGmLh4WKeIbDJK5wMgLmma0v6crNFH6RAYP6kL8X9Smbegi3KFw==} peerDependencies: - '@tarojs/runtime': 3.6.24 - '@tarojs/taro': 3.6.24 + '@tarojs/runtime': 3.6.30 + '@tarojs/shared': 3.6.30 + '@tarojs/taro': 3.6.30 - '@tarojs/runner-utils@3.6.24': - resolution: {integrity: sha512-XqSHJfG/vuv2GLieQ2TwDrE2omOgAxxbmEvqV5GzyJhSQSiFoORgkm0WbOw+VJJdSv1vBPrfpIlcl687+gqZUg==} + '@tarojs/runner-utils@3.6.30': + resolution: {integrity: sha512-pM1WkEXNckQmwRlQg7RGxTwxdyffVX/y2eGkcbDxUZ6csCi7IZkr0z6tmyK6suqylLYf8bTAFRwIN6Kb3MSJcw==} - '@tarojs/runtime@3.6.24': - resolution: {integrity: sha512-9jBzIOHm27Q5EOQZ85UH/D1YjQKvOQ/3GR63pNdB5GC42uv1bpK6QJx6yNYR0KfqxeWVMxrFQBajiNR3mnJT5g==} + '@tarojs/runtime@3.6.30': + resolution: {integrity: sha512-EcyG7VMDQQa9oM+TzdXMmPYRAAK3X8Jf3+VhWs7yay8kmxz9K7qAZ4POt0X5eNK3lZkUrurwA7fGMO4kmv69MQ==} peerDependencies: - '@tarojs/shared': ~3.6.24 + '@tarojs/shared': ~3.6.30 - '@tarojs/service@3.6.24': - resolution: {integrity: sha512-PlmGRlloKPyDfvmorK6NgGYm37hc6bN696A7T31L3Bu2O/GHFRPbSMohJcohIQIeXj2JfRfVLuvR01RucSXLpg==} + '@tarojs/service@3.6.30': + resolution: {integrity: sha512-asTYSqPIz5nHbmORUSeSZDywHixrPax/QsQecYaSmYyngbtRWxIf2n59U71kIUsrhtTic52zAOlTdl9bltf1QA==} peerDependencies: - '@tarojs/shared': ~3.6.24 - '@tarojs/taro': ~3.6.24 + '@tarojs/shared': ~3.6.30 + '@tarojs/taro': ~3.6.30 - '@tarojs/shared@3.6.24': - resolution: {integrity: sha512-LOL3IKNW9AcXQ6FkW6VuaJT4OVISnvqw46wP1QxYQkrCRPo5JTdu3Q3d19mj9gSAIT2hLSb+HLB9sdq3Rf2rGg==} + '@tarojs/shared@3.6.30': + resolution: {integrity: sha512-lS70MNmPARc3W28ZWIWJ4y2fk52uVHmYgHmMsEy0SmcjARihn0ED2j/AIvDWsZR8vxt33KEnG/7ZH6ZgRlp0gA==} - '@tarojs/taro-h5@3.6.24': - resolution: {integrity: sha512-gOGix+ODg26Ct+2DRjWHD7t0I2mI6TeTnTcFdAH0A7lhOqpSDvLvdBxmU70tdOwaelZJwKMuoU/OhWb0VaALGA==} + '@tarojs/taro-h5@3.6.30': + resolution: {integrity: sha512-HHeEUilDcOExwACNTiDYo6d2WLFmXKG8IYX5Ka1Aih/4U00OQDYwiUVsYRGSpjAV+Q5TeTEazKy0QrNckTjeWQ==} peerDependencies: - '@tarojs/components': ~3.6.24 + '@tarojs/components': ~3.6.30 - '@tarojs/taro-loader@3.6.24': - resolution: {integrity: sha512-4qehZPGiJt2IbdZXlbe0FgPDM7QNEPWSPt8xQzrtewvvA9yJsP6efL/ssfi3Lia3XQo2sJ2/hiSIVCOeysIt1g==} + '@tarojs/taro-loader@3.6.30': + resolution: {integrity: sha512-xkflveQEZ95uU5zA+XyMukFCaiLzdIZ4bskMPNXxvbTcxrosP9K8R/diPrmrhNM5GkWOTjRTI8BgpeRL4V9idg==} - '@tarojs/taro@3.6.24': - resolution: {integrity: sha512-DFgDQhSboP1ws8ZFUurhHhWgIs6qrlS5v66sbeYJR3qS2vONtObtpwRhkfuNybc1NCMnJGG8/yVPkddrv43Ncg==} + '@tarojs/taro@3.6.30': + resolution: {integrity: sha512-NkkwoFLuJcop+zZ34EXZ7X7VSpI/MJ6q3QSYwpE6ciV31ky88CoO7qk46qu78eZeQr8MoyUs3J2vPV4gaRa+BA==} peerDependencies: - '@tarojs/helper': ~3.6.24 - '@tarojs/runtime': ~3.6.24 + '@tarojs/helper': ~3.6.30 + '@tarojs/runtime': ~3.6.30 '@types/react': '*' '@types/webpack': '*' '@types/webpack-dev-server': '*' @@ -2272,17 +2221,17 @@ packages: vue: optional: true - '@tarojs/webpack5-prebundle@3.6.24': - resolution: {integrity: sha512-5OiaARL6XZ7Y6ebr8Rv5G98GM7kKKtS8svC0cdBcua+gmvbCzEyN6Dz1GXh6sjxqMSwz/4HZqSswLk1lbxbNOw==} + '@tarojs/webpack5-prebundle@3.6.30': + resolution: {integrity: sha512-eQEdjnLu/8VJ5FzPiHP+fdLIx/8UAvHN/11TOXiBgjRPCecXUt68XRTFYdWSsQPqNQ+wNgZBZ8KtTiKd4ySn6Q==} peerDependencies: webpack: ^5.78.0 - '@tarojs/webpack5-runner@3.6.24': - resolution: {integrity: sha512-dvyPsxWB7oI03JvsapUeEKNZbOvb8HeBI8d8ZOn4jo755cq22oN+1VKsmBTsVDvklYDScExQfCVSxWuKwlYvyA==} + '@tarojs/webpack5-runner@3.6.30': + resolution: {integrity: sha512-PDFeEobJAzGSQ24/EhZNn0E0bSxF5X3aYdoaQP6pZq/ivK+x+MW7modJauv4WsfO6zN0LNlGCv4RmPn6I9yyEg==} peerDependencies: - '@tarojs/runtime': ~3.6.24 - '@tarojs/shared': ~3.6.24 - '@tarojs/taro': ~3.6.24 + '@tarojs/runtime': ~3.6.30 + '@tarojs/shared': ~3.6.30 + '@tarojs/taro': ~3.6.30 postcss: ^8.4.18 webpack: ^5.78.0 @@ -3074,11 +3023,11 @@ packages: babel-plugin-transform-imports-api@1.0.0: resolution: {integrity: sha512-EtPFtwUFwXy4HyRwXiR7dCijk2b1dd12bVs39oY8aMZUnypFEMrctGX6/YrhQzhCPFweV7NTPhc+fD4zItWzUA==} - babel-plugin-transform-taroapi@3.6.24: - resolution: {integrity: sha512-NlDArVEjTUhYsBk6PSZW6ObN2uLA6L6aXcXBeZC6S9wX7HOW3zkGgMk3EGS6JfGEZcZlOgLPVfR9AYkEH+XgDg==} + babel-plugin-transform-taroapi@3.6.30: + resolution: {integrity: sha512-wdOjZTwFLqT/Ai5pWi4iz+ysizsdNADx/+9ps8VccZaGt021TLgljaavnTh4nXxxzxNUUzDvBgafc66UUNBp9Q==} - babel-preset-taro@3.6.24: - resolution: {integrity: sha512-qMx0X7fwaGdUYTK6Oj0DGk1N4y/VgP7GgVl1CROtYofFBbOEs9lXKQ96DjBX9aUrKFAblvFv8AEzjq1RlqMgcw==} + babel-preset-taro@3.6.30: + resolution: {integrity: sha512-Jc5lA70QjLlMPck9qffj3YrERNxyJ/m3H8JaThmBXqg3NViMTkfglCkxNzmrIPtG/znr7EryPnMiIvQWdSixPQ==} peerDependencies: '@babel/core': '*' @@ -4519,8 +4468,8 @@ packages: eslint-config-flat-gitignore@0.1.5: resolution: {integrity: sha512-hEZLwuZjDBGDERA49c2q7vxc8sCGv8EdBp6PQYzGOMcHIgrfG9YOM6s/4jx24zhD+wnK9AI8mgN5RxSss5nClQ==} - eslint-config-taro@3.6.24: - resolution: {integrity: sha512-7iyBXIskrcoWYRq4r5QGxLvBJomwLQXKMsqe0aaOPhwSdhumO29hdvCou941z6j5P6q/NNR3yKonr1AjTJA31A==} + eslint-config-taro@3.6.30: + resolution: {integrity: sha512-F+PK3ypvjDwyQp5TH7qADlWfYzeJORBECo2ipXBAEDwnrTGmUzcXLimlkQfW7+4lP9wXjZzohgl5q0ePbFEU5Q==} peerDependencies: eslint: '*' @@ -6972,8 +6921,8 @@ packages: peerDependencies: postcss: ^8.2.15 - postcss-html-transform@3.6.24: - resolution: {integrity: sha512-7rP5CzAhlTGtD2owJhNij73sXt/76Q4ONLvfxYkJIpBAEpn8f8biEBUDTrri7jOW7Z6UAqjkDYQ57o58OKJNxw==} + postcss-html-transform@3.6.30: + resolution: {integrity: sha512-TxmukAsDyfeHua995y8tAswHsNAb1AsCBXwS2pLqi1J2RlfiZXJ4Wn+n6Op6hZGcanHrkzNSuWPARQqAid/1dg==} peerDependencies: postcss: ^8.4.18 @@ -7122,13 +7071,13 @@ packages: peerDependencies: postcss: ^8.2.15 - postcss-plugin-constparse@3.6.24: - resolution: {integrity: sha512-+tHwV4KnPDZ6E0dJJ6ht31cTMSDxUcEp6J+Rm3oAuqTHX40QiJk9AsC9s7JsWCFS8PsZSMDxCtVrDvCUNLpINw==} + postcss-plugin-constparse@3.6.30: + resolution: {integrity: sha512-xcgR5N4bE8kZ8RQ1jvQU8ABhF63qtshcVX3shO9iTShK0Lr+GTHb8SCSAjTxB5TtGpw6JuXCElT9x1S8GKtKDw==} peerDependencies: postcss: ^8.4.18 - postcss-pxtransform@3.6.24: - resolution: {integrity: sha512-CJqDKP7YtpjHpMLDFepp0d7CCH1wcX+OC6BwtiHxlKGOrFlC7lII0wyB8+pzizrXA+vZbwJc7EMENaLoEPqW0w==} + postcss-pxtransform@3.6.30: + resolution: {integrity: sha512-NIsUE0V7ZO+ss9sFB1KLbiPQ6kZSjbBQuVz8XtObsBddPaKipWRLIYgSRFMmhAeeuYOA7Vhn/e2lexJ71vmWow==} peerDependencies: postcss: ^8.4.18 @@ -8758,7 +8707,6 @@ packages: webpack-chain@6.5.1: resolution: {integrity: sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==} engines: {node: '>=8'} - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. webpack-cli@5.1.4: resolution: {integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==} @@ -8918,18 +8866,6 @@ packages: resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - ws@8.16.0: - resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - ws@8.17.0: resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==} engines: {node: '>=10.0.0'} @@ -9062,8 +8998,6 @@ snapshots: '@babel/highlight': 7.24.6 picocolors: 1.0.0 - '@babel/compat-data@7.24.4': {} - '@babel/compat-data@7.24.6': {} '@babel/core@7.24.6': @@ -9094,16 +9028,9 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.24.4': - dependencies: - '@babel/types': 7.24.5 - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - jsesc: 2.5.2 - '@babel/generator@7.24.5': dependencies: - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 @@ -9121,15 +9048,7 @@ snapshots: '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15': dependencies: - '@babel/types': 7.24.5 - - '@babel/helper-compilation-targets@7.23.6': - dependencies: - '@babel/compat-data': 7.24.4 - '@babel/helper-validator-option': 7.23.5 - browserslist: 4.23.0 - lru-cache: 5.1.1 - semver: 6.3.1 + '@babel/types': 7.24.6 '@babel/helper-compilation-targets@7.24.6': dependencies: @@ -9143,13 +9062,13 @@ snapshots: dependencies: '@babel/core': 7.24.6 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 + '@babel/helper-environment-visitor': 7.24.6 + '@babel/helper-function-name': 7.24.6 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.6) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.24.5 + '@babel/helper-split-export-declaration': 7.24.6 semver: 6.3.1 '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.6)': @@ -9162,7 +9081,7 @@ snapshots: '@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-compilation-targets': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -9176,8 +9095,8 @@ snapshots: '@babel/helper-function-name@7.23.0': dependencies: - '@babel/template': 7.24.0 - '@babel/types': 7.24.5 + '@babel/template': 7.24.6 + '@babel/types': 7.24.6 '@babel/helper-function-name@7.24.6': dependencies: @@ -9186,7 +9105,7 @@ snapshots: '@babel/helper-hoist-variables@7.22.5': dependencies: - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 '@babel/helper-hoist-variables@7.24.6': dependencies: @@ -9194,29 +9113,16 @@ snapshots: '@babel/helper-member-expression-to-functions@7.23.0': dependencies: - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 '@babel/helper-module-imports@7.22.15': dependencies: '@babel/types': 7.24.5 - '@babel/helper-module-imports@7.24.3': - dependencies: - '@babel/types': 7.24.5 - '@babel/helper-module-imports@7.24.6': dependencies: '@babel/types': 7.24.6 - '@babel/helper-module-transforms@7.24.5(@babel/core@7.24.6)': - dependencies: - '@babel/core': 7.24.6 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.24.3 - '@babel/helper-simple-access': 7.24.5 - '@babel/helper-split-export-declaration': 7.24.5 - '@babel/helper-validator-identifier': 7.24.5 - '@babel/helper-module-transforms@7.24.6(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 @@ -9228,7 +9134,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.22.5': dependencies: - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 '@babel/helper-plugin-utils@7.24.0': {} @@ -9236,7 +9142,7 @@ snapshots: dependencies: '@babel/core': 7.24.6 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-environment-visitor': 7.24.6 '@babel/helper-wrap-function': 7.22.20 '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.6)': @@ -9246,25 +9152,17 @@ snapshots: '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-simple-access@7.24.5': - dependencies: - '@babel/types': 7.24.5 - '@babel/helper-simple-access@7.24.6': dependencies: '@babel/types': 7.24.6 '@babel/helper-skip-transparent-expression-wrappers@7.22.5': dependencies: - '@babel/types': 7.24.5 - - '@babel/helper-split-export-declaration@7.22.6': - dependencies: - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 '@babel/helper-split-export-declaration@7.24.5': dependencies: - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 '@babel/helper-split-export-declaration@7.24.6': dependencies: @@ -9274,21 +9172,17 @@ snapshots: '@babel/helper-string-parser@7.24.6': {} - '@babel/helper-validator-identifier@7.22.20': {} - '@babel/helper-validator-identifier@7.24.5': {} '@babel/helper-validator-identifier@7.24.6': {} - '@babel/helper-validator-option@7.23.5': {} - '@babel/helper-validator-option@7.24.6': {} '@babel/helper-wrap-function@7.22.20': dependencies: - '@babel/helper-function-name': 7.23.0 - '@babel/template': 7.24.0 - '@babel/types': 7.24.5 + '@babel/helper-function-name': 7.24.6 + '@babel/template': 7.24.6 + '@babel/types': 7.24.6 '@babel/helpers@7.24.6': dependencies: @@ -9309,10 +9203,6 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.0.0 - '@babel/parser@7.24.4': - dependencies: - '@babel/types': 7.24.5 - '@babel/parser@7.24.5': dependencies: '@babel/types': 7.24.5 @@ -9324,7 +9214,7 @@ snapshots: '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.4(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-environment-visitor': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.6)': @@ -9342,13 +9232,13 @@ snapshots: '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-environment-visitor': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-environment-visitor': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.6) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.6) @@ -9380,9 +9270,9 @@ snapshots: '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.24.6)': dependencies: - '@babel/compat-data': 7.24.4 + '@babel/compat-data': 7.24.6 '@babel/core': 7.24.6 - '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-compilation-targets': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.6) '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.6) @@ -9528,7 +9418,7 @@ snapshots: '@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-environment-visitor': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.6) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.6) @@ -9536,7 +9426,7 @@ snapshots: '@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-module-imports': 7.24.3 + '@babel/helper-module-imports': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.6) @@ -9567,19 +9457,19 @@ snapshots: dependencies: '@babel/core': 7.24.6 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 + '@babel/helper-compilation-targets': 7.24.6 + '@babel/helper-environment-visitor': 7.24.6 + '@babel/helper-function-name': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.6) - '@babel/helper-split-export-declaration': 7.24.5 + '@babel/helper-split-export-declaration': 7.24.6 globals: 11.12.0 '@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 - '@babel/template': 7.24.0 + '@babel/template': 7.24.6 '@babel/plugin-transform-destructuring@7.24.1(@babel/core@7.24.6)': dependencies: @@ -9630,8 +9520,8 @@ snapshots: '@babel/plugin-transform-function-name@7.24.1(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-function-name': 7.23.0 + '@babel/helper-compilation-targets': 7.24.6 + '@babel/helper-function-name': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.6)': @@ -9659,28 +9549,28 @@ snapshots: '@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.6) + '@babel/helper-module-transforms': 7.24.6(@babel/core@7.24.6) '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.6) + '@babel/helper-module-transforms': 7.24.6(@babel/core@7.24.6) '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-simple-access': 7.24.5 + '@babel/helper-simple-access': 7.24.6 '@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.6) + '@babel/helper-hoist-variables': 7.24.6 + '@babel/helper-module-transforms': 7.24.6(@babel/core@7.24.6) '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-identifier': 7.24.5 + '@babel/helper-validator-identifier': 7.24.6 '@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.6) + '@babel/helper-module-transforms': 7.24.6(@babel/core@7.24.6) '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.6)': @@ -9709,7 +9599,7 @@ snapshots: '@babel/plugin-transform-object-rest-spread@7.24.1(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-compilation-targets': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.6) '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.6) @@ -9781,10 +9671,10 @@ snapshots: dependencies: '@babel/core': 7.24.6 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-module-imports': 7.24.3 + '@babel/helper-module-imports': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.6) - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 '@babel/plugin-transform-react-pure-annotations@7.24.1(@babel/core@7.24.6)': dependencies: @@ -9806,7 +9696,7 @@ snapshots: '@babel/plugin-transform-runtime@7.24.3(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 - '@babel/helper-module-imports': 7.24.3 + '@babel/helper-module-imports': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.6) babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.6) @@ -9874,11 +9764,11 @@ snapshots: '@babel/preset-env@7.24.4(@babel/core@7.24.6)': dependencies: - '@babel/compat-data': 7.24.4 + '@babel/compat-data': 7.24.6 '@babel/core': 7.24.6 - '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-compilation-targets': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-option': 7.23.5 + '@babel/helper-validator-option': 7.24.6 '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.4(@babel/core@7.24.6) '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.6) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.24.6) @@ -9963,14 +9853,14 @@ snapshots: dependencies: '@babel/core': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 esutils: 2.0.3 '@babel/preset-react@7.24.1(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-option': 7.23.5 + '@babel/helper-validator-option': 7.24.6 '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.24.6) '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.6) '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.24.6) @@ -9980,7 +9870,7 @@ snapshots: dependencies: '@babel/core': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-option': 7.23.5 + '@babel/helper-validator-option': 7.24.6 '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.6) '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.6) '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.6) @@ -10017,21 +9907,6 @@ snapshots: '@babel/parser': 7.24.6 '@babel/types': 7.24.6 - '@babel/traverse@7.24.1': - dependencies: - '@babel/code-frame': 7.24.2 - '@babel/generator': 7.24.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.24.5 - '@babel/types': 7.24.5 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - '@babel/traverse@7.24.5': dependencies: '@babel/code-frame': 7.24.2 @@ -10062,12 +9937,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/types@7.24.0': - dependencies: - '@babel/helper-string-parser': 7.24.1 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - '@babel/types@7.24.5': dependencies: '@babel/helper-string-parser': 7.24.1 @@ -10751,40 +10620,40 @@ snapshots: dependencies: defer-to-connect: 1.1.3 - '@tarojs/api@3.6.24': + '@tarojs/api@3.6.30': dependencies: '@babel/runtime': 7.24.6 - '@tarojs/runtime': 3.6.24(@tarojs/shared@3.6.24) - '@tarojs/shared': 3.6.24 + '@tarojs/runtime': 3.6.30(@tarojs/shared@3.6.30) + '@tarojs/shared': 3.6.30 - '@tarojs/binding-darwin-arm64@3.6.24': + '@tarojs/binding-darwin-arm64@3.6.30': optional: true - '@tarojs/binding-darwin-x64@3.6.24': + '@tarojs/binding-darwin-x64@3.6.30': optional: true - '@tarojs/binding-linux-x64-gnu@3.6.24': + '@tarojs/binding-linux-x64-gnu@3.6.30': optional: true - '@tarojs/binding-win32-x64-msvc@3.6.24': + '@tarojs/binding-win32-x64-msvc@3.6.30': optional: true - '@tarojs/binding@3.6.24': + '@tarojs/binding@3.6.30': dependencies: '@napi-rs/triples': 1.2.0 optionalDependencies: - '@tarojs/binding-darwin-arm64': 3.6.24 - '@tarojs/binding-darwin-x64': 3.6.24 - '@tarojs/binding-linux-x64-gnu': 3.6.24 - '@tarojs/binding-win32-x64-msvc': 3.6.24 + '@tarojs/binding-darwin-arm64': 3.6.30 + '@tarojs/binding-darwin-x64': 3.6.30 + '@tarojs/binding-linux-x64-gnu': 3.6.30 + '@tarojs/binding-win32-x64-msvc': 3.6.30 - '@tarojs/cli@3.6.24(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': + '@tarojs/cli@3.6.30(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': dependencies: - '@tarojs/binding': 3.6.24 - '@tarojs/helper': 3.6.24 + '@tarojs/binding': 3.6.30 + '@tarojs/helper': 3.6.30 '@tarojs/plugin-doctor': 0.0.11 - '@tarojs/service': 3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/shared': 3.6.24 + '@tarojs/service': 3.6.30(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/shared': 3.6.30 adm-zip: 0.4.16 cli-highlight: 2.1.11 download-git-repo: 2.0.0 @@ -10806,12 +10675,12 @@ snapshots: - '@tarojs/taro' - supports-color - '@tarojs/components-advanced@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))': + '@tarojs/components-advanced@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))': dependencies: - '@tarojs/components': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) - '@tarojs/runtime': 3.6.24(@tarojs/shared@3.6.24) - '@tarojs/shared': 3.6.24 - '@tarojs/taro': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/components': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/runtime': 3.6.30(@tarojs/shared@3.6.30) + '@tarojs/shared': 3.6.30 + '@tarojs/taro': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) classnames: 2.5.1 csstype: 3.1.3 memoize-one: 6.0.0 @@ -10826,11 +10695,11 @@ snapshots: - '@types/webpack' - '@types/webpack-dev-server' - '@tarojs/components-react@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))': + '@tarojs/components-react@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))': dependencies: '@babel/runtime': 7.24.6 - '@tarojs/components': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) - '@tarojs/taro': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/components': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/taro': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) classnames: 2.5.1 swiper: 6.8.0 tslib: 2.6.2 @@ -10846,11 +10715,11 @@ snapshots: - react - vue - '@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))': + '@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))': dependencies: '@stencil/core': 2.22.3 - '@tarojs/components-advanced': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5)) - '@tarojs/taro': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/components-advanced': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5)) + '@tarojs/taro': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) classnames: 2.5.1 hls.js: 1.5.8 resolve-pathname: 3.0.0 @@ -10867,10 +10736,10 @@ snapshots: - postcss - react - '@tarojs/helper@3.6.24': + '@tarojs/helper@3.6.30': dependencies: '@babel/core': 7.24.6 - '@babel/parser': 7.24.4 + '@babel/parser': 7.24.6 '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.6) '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.24.6) '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.6) @@ -10878,7 +10747,7 @@ snapshots: '@babel/preset-typescript': 7.24.1(@babel/core@7.24.6) '@babel/register': 7.23.7(@babel/core@7.24.6) '@babel/runtime': 7.24.6 - '@babel/traverse': 7.24.1 + '@babel/traverse': 7.24.6 '@swc/core': 1.3.96 '@swc/register': 0.1.10(@swc/core@1.3.96) ansi-escapes: 4.3.2 @@ -10952,13 +10821,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@tarojs/plugin-framework-vue3@3.6.24(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))': + '@tarojs/plugin-framework-vue3@3.6.30(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))': dependencies: - '@tarojs/helper': 3.6.24 - '@tarojs/runner-utils': 3.6.24 - '@tarojs/runtime': 3.6.24(@tarojs/shared@3.6.24) - '@tarojs/service': 3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/shared': 3.6.24 + '@tarojs/helper': 3.6.30 + '@tarojs/runner-utils': 3.6.30 + '@tarojs/runtime': 3.6.30(@tarojs/shared@3.6.30) + '@tarojs/service': 3.6.30(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/shared': 3.6.30 lodash: 4.17.21 vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: @@ -10966,40 +10835,40 @@ snapshots: - '@tarojs/taro' - supports-color - '@tarojs/plugin-html@3.6.24(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': + '@tarojs/plugin-html@3.6.30(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': dependencies: - '@babel/generator': 7.24.4 - '@babel/parser': 7.24.4 - '@babel/traverse': 7.24.1 - '@babel/types': 7.24.0 - '@tarojs/runtime': 3.6.24(@tarojs/shared@3.6.24) - '@tarojs/service': 3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/shared': 3.6.24 + '@babel/generator': 7.24.6 + '@babel/parser': 7.24.6 + '@babel/traverse': 7.24.6 + '@babel/types': 7.24.6 + '@tarojs/runtime': 3.6.30(@tarojs/shared@3.6.30) + '@tarojs/service': 3.6.30(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/shared': 3.6.30 transitivePeerDependencies: - '@swc/helpers' - '@tarojs/taro' - supports-color - '@tarojs/plugin-platform-alipay@3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': + '@tarojs/plugin-platform-alipay@3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': dependencies: - '@tarojs/components': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) - '@tarojs/service': 3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/shared': 3.6.24 + '@tarojs/components': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/service': 3.6.30(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/shared': 3.6.30 transitivePeerDependencies: - '@swc/helpers' - '@tarojs/taro' - supports-color - '@tarojs/plugin-platform-h5@3.6.24(@tarojs/helper@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))': + '@tarojs/plugin-platform-h5@3.6.30(@tarojs/helper@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))': dependencies: - '@tarojs/components': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) - '@tarojs/components-react': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) - '@tarojs/router': 3.6.24(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/runtime': 3.6.24(@tarojs/shared@3.6.24) - '@tarojs/service': 3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/shared': 3.6.24 - '@tarojs/taro-h5': 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - babel-plugin-transform-taroapi: 3.6.24 + '@tarojs/components': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/components-react': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/router': 3.6.30(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/runtime': 3.6.30(@tarojs/shared@3.6.30) + '@tarojs/service': 3.6.30(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/shared': 3.6.30 + '@tarojs/taro-h5': 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + babel-plugin-transform-taroapi: 3.6.30 change-case: 4.1.2 lodash-es: 4.17.21 resolve: 1.22.8 @@ -11016,60 +10885,62 @@ snapshots: - supports-color - vue - '@tarojs/plugin-platform-jd@3.6.24(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': + '@tarojs/plugin-platform-jd@3.6.30(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': dependencies: - '@tarojs/service': 3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/shared': 3.6.24 + '@tarojs/service': 3.6.30(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/shared': 3.6.30 transitivePeerDependencies: - '@swc/helpers' - '@tarojs/taro' - supports-color - '@tarojs/plugin-platform-qq@3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': + '@tarojs/plugin-platform-qq@3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': dependencies: - '@tarojs/plugin-platform-weapp': 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/service': 3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/shared': 3.6.24 + '@tarojs/plugin-platform-weapp': 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/service': 3.6.30(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/shared': 3.6.30 transitivePeerDependencies: - '@swc/helpers' - '@tarojs/components' - '@tarojs/taro' - supports-color - '@tarojs/plugin-platform-swan@3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': + '@tarojs/plugin-platform-swan@3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': dependencies: - '@tarojs/components': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) - '@tarojs/service': 3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/shared': 3.6.24 + '@tarojs/components': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/service': 3.6.30(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/shared': 3.6.30 transitivePeerDependencies: - '@swc/helpers' - '@tarojs/taro' - supports-color - '@tarojs/plugin-platform-tt@3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': + '@tarojs/plugin-platform-tt@3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': dependencies: - '@tarojs/components': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) - '@tarojs/service': 3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/shared': 3.6.24 + '@tarojs/components': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/service': 3.6.30(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/shared': 3.6.30 + webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/helpers' - '@tarojs/taro' - supports-color - '@tarojs/plugin-platform-weapp@3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': + '@tarojs/plugin-platform-weapp@3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': dependencies: - '@tarojs/components': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) - '@tarojs/service': 3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/shared': 3.6.24 + '@tarojs/components': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/service': 3.6.30(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/shared': 3.6.30 transitivePeerDependencies: - '@swc/helpers' - '@tarojs/taro' - supports-color - '@tarojs/router@3.6.24(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': + '@tarojs/router@3.6.30(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': dependencies: - '@tarojs/runtime': 3.6.24(@tarojs/shared@3.6.24) - '@tarojs/taro': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/runtime': 3.6.30(@tarojs/shared@3.6.30) + '@tarojs/shared': 3.6.30 + '@tarojs/taro': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) dingtalk-jsapi: 2.15.4 history: 5.3.0 mobile-detect: 1.4.5 @@ -11077,25 +10948,25 @@ snapshots: tslib: 2.6.2 universal-router: 8.3.0 - '@tarojs/runner-utils@3.6.24': + '@tarojs/runner-utils@3.6.30': dependencies: - '@tarojs/helper': 3.6.24 + '@tarojs/helper': 3.6.30 scss-bundle: 3.1.2 transitivePeerDependencies: - '@swc/helpers' - supports-color - '@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24)': + '@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30)': dependencies: - '@tarojs/shared': 3.6.24 + '@tarojs/shared': 3.6.30 lodash-es: 4.17.21 tslib: 2.6.2 - '@tarojs/service@3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': + '@tarojs/service@3.6.30(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': dependencies: - '@tarojs/helper': 3.6.24 - '@tarojs/shared': 3.6.24 - '@tarojs/taro': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/helper': 3.6.30 + '@tarojs/shared': 3.6.30 + '@tarojs/taro': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) joi: 17.12.3 lodash: 4.17.21 ora: 5.4.1 @@ -11106,15 +10977,15 @@ snapshots: - '@swc/helpers' - supports-color - '@tarojs/shared@3.6.24': {} + '@tarojs/shared@3.6.30': {} - '@tarojs/taro-h5@3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': + '@tarojs/taro-h5@3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))': dependencies: - '@tarojs/api': 3.6.24 - '@tarojs/components': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) - '@tarojs/router': 3.6.24(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/runtime': 3.6.24(@tarojs/shared@3.6.24) - '@tarojs/shared': 3.6.24 + '@tarojs/api': 3.6.30 + '@tarojs/components': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/router': 3.6.30(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/runtime': 3.6.30(@tarojs/shared@3.6.30) + '@tarojs/shared': 3.6.30 abortcontroller-polyfill: 1.7.5 base64-js: 1.5.1 ics: 3.7.2 @@ -11128,10 +10999,10 @@ snapshots: transitivePeerDependencies: - '@tarojs/taro' - '@tarojs/taro-loader@3.6.24(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))': + '@tarojs/taro-loader@3.6.30(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))': dependencies: - '@tarojs/helper': 3.6.24 - '@tarojs/taro': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/helper': 3.6.30 + '@tarojs/taro': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) loader-utils: 1.4.2 transitivePeerDependencies: - '@swc/helpers' @@ -11143,20 +11014,20 @@ snapshots: - supports-color - vue - '@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))': + '@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))': dependencies: - '@tarojs/api': 3.6.24 - '@tarojs/helper': 3.6.24 - '@tarojs/runtime': 3.6.24(@tarojs/shared@3.6.24) + '@tarojs/api': 3.6.30 + '@tarojs/helper': 3.6.30 + '@tarojs/runtime': 3.6.30(@tarojs/shared@3.6.30) optionalDependencies: postcss: 8.4.38 vue: 3.4.27(typescript@5.4.5) - '@tarojs/webpack5-prebundle@3.6.24(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2))': + '@tarojs/webpack5-prebundle@3.6.30(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2))': dependencies: - '@tarojs/helper': 3.6.24 - '@tarojs/shared': 3.6.24 - '@tarojs/taro': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/helper': 3.6.30 + '@tarojs/shared': 3.6.30 + '@tarojs/taro': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) enhanced-resolve: 5.16.0 es-module-lexer: 0.10.5 lodash: 4.17.21 @@ -11173,22 +11044,22 @@ snapshots: - supports-color - vue - '@tarojs/webpack5-runner@3.6.24(@babel/core@7.24.6)(@swc/core@1.3.96)(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@vue/compiler-sfc@3.4.27)(postcss@8.4.38)(prettier@3.2.5)(typescript@5.4.5)(underscore@1.13.6)(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2))': + '@tarojs/webpack5-runner@3.6.30(@babel/core@7.24.6)(@swc/core@1.3.96)(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@vue/compiler-sfc@3.4.27)(postcss@8.4.38)(prettier@3.2.5)(typescript@5.4.5)(underscore@1.13.6)(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2))': dependencies: '@parcel/css': 1.14.0 - '@tarojs/helper': 3.6.24 - '@tarojs/plugin-platform-alipay': 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/plugin-platform-jd': 3.6.24(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/plugin-platform-qq': 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/plugin-platform-swan': 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/plugin-platform-tt': 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/plugin-platform-weapp': 3.6.24(@tarojs/components@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(@tarojs/shared@3.6.24)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) - '@tarojs/runner-utils': 3.6.24 - '@tarojs/runtime': 3.6.24(@tarojs/shared@3.6.24) - '@tarojs/shared': 3.6.24 - '@tarojs/taro': 3.6.24(@tarojs/helper@3.6.24)(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) - '@tarojs/taro-loader': 3.6.24(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) - '@tarojs/webpack5-prebundle': 3.6.24(@tarojs/runtime@3.6.24(@tarojs/shared@3.6.24))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2)) + '@tarojs/helper': 3.6.30 + '@tarojs/plugin-platform-alipay': 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/plugin-platform-jd': 3.6.30(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/plugin-platform-qq': 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/plugin-platform-swan': 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/plugin-platform-tt': 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/plugin-platform-weapp': 3.6.30(@tarojs/components@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(@tarojs/shared@3.6.30)(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)))(@tarojs/shared@3.6.30)(@tarojs/taro@3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))) + '@tarojs/runner-utils': 3.6.30 + '@tarojs/runtime': 3.6.30(@tarojs/shared@3.6.30) + '@tarojs/shared': 3.6.30 + '@tarojs/taro': 3.6.30(@tarojs/helper@3.6.30)(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/taro-loader': 3.6.30(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5)) + '@tarojs/webpack5-prebundle': 3.6.30(@tarojs/runtime@3.6.30(@tarojs/shared@3.6.30))(postcss@8.4.38)(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2)) acorn-walk: 8.3.2 autoprefixer: 9.8.8 babel-loader: 8.2.1(@babel/core@7.24.6)(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2)) @@ -11214,11 +11085,11 @@ snapshots: mkdirp: 1.0.4 ora: 5.4.1 postcss: 8.4.38 - postcss-html-transform: 3.6.24(postcss@8.4.38) + postcss-html-transform: 3.6.30(postcss@8.4.38) postcss-import: 14.1.0(postcss@8.4.38) postcss-loader: 7.3.4(postcss@8.4.38)(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2)) - postcss-plugin-constparse: 3.6.24(postcss@8.4.38) - postcss-pxtransform: 3.6.24(postcss@8.4.38) + postcss-plugin-constparse: 3.6.30(postcss@8.4.38) + postcss-pxtransform: 3.6.30(postcss@8.4.38) postcss-url: 10.1.3(postcss@8.4.38) regenerator-runtime: 0.11.1 resolve: 1.22.8 @@ -11803,7 +11674,7 @@ snapshots: '@vue/compiler-core@3.4.26': dependencies: - '@babel/parser': 7.24.5 + '@babel/parser': 7.24.6 '@vue/shared': 3.4.26 entities: 4.5.0 estree-walker: 2.0.2 @@ -11829,7 +11700,7 @@ snapshots: '@vue/compiler-sfc@3.4.26': dependencies: - '@babel/parser': 7.24.5 + '@babel/parser': 7.24.6 '@vue/compiler-core': 3.4.26 '@vue/compiler-dom': 3.4.26 '@vue/compiler-ssr': 3.4.26 @@ -11868,7 +11739,7 @@ snapshots: lru-cache: 4.1.5 merge-source-map: 1.1.0 postcss: 7.0.39 - postcss-selector-parser: 6.0.16 + postcss-selector-parser: 6.1.0 source-map: 0.6.1 vue-template-es2015-compiler: 1.9.1 optionalDependencies: @@ -12342,7 +12213,7 @@ snapshots: babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.24.6): dependencies: - '@babel/compat-data': 7.24.4 + '@babel/compat-data': 7.24.6 '@babel/core': 7.24.6 '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.6) semver: 6.3.1 @@ -12368,11 +12239,11 @@ snapshots: dependencies: is-invalid-path: 1.0.2 - babel-plugin-transform-taroapi@3.6.24: + babel-plugin-transform-taroapi@3.6.30: dependencies: lodash: 4.17.21 - babel-preset-taro@3.6.24(@babel/core@7.24.6): + babel-preset-taro@3.6.30(@babel/core@7.24.6): dependencies: '@babel/core': 7.24.6 '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.6) @@ -12384,7 +12255,7 @@ snapshots: '@babel/preset-typescript': 7.24.1(@babel/core@7.24.6) '@babel/runtime': 7.24.6 '@babel/runtime-corejs3': 7.24.4 - '@tarojs/helper': 3.6.24 + '@tarojs/helper': 3.6.30 babel-plugin-dynamic-import-node: 2.3.3 babel-plugin-minify-dead-code-elimination: 0.5.2 babel-plugin-transform-imports-api: 1.0.0 @@ -13423,9 +13294,9 @@ snapshots: depcheck@1.4.7: dependencies: - '@babel/parser': 7.24.5 - '@babel/traverse': 7.24.5 - '@vue/compiler-sfc': 3.4.26 + '@babel/parser': 7.24.6 + '@babel/traverse': 7.24.6 + '@vue/compiler-sfc': 3.4.27 callsite: 1.0.0 camelcase: 6.3.0 cosmiconfig: 7.1.0 @@ -13842,7 +13713,7 @@ snapshots: find-up: 7.0.0 parse-gitignore: 2.0.0 - eslint-config-taro@3.6.24(@babel/core@7.24.6)(eslint@8.57.0)(typescript@5.4.5): + eslint-config-taro@3.6.30(@babel/core@7.24.6)(eslint@8.57.0)(typescript@5.4.5): dependencies: '@babel/eslint-parser': 7.24.1(@babel/core@7.24.6)(eslint@8.57.0) '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) @@ -15356,7 +15227,7 @@ snapshots: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 12.0.1 - ws: 8.16.0 + ws: 8.17.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -15857,7 +15728,7 @@ snapshots: '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.24.6) '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.6) '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.6) - '@babel/template': 7.24.0 + '@babel/template': 7.24.6 react-refresh: 0.4.3 transitivePeerDependencies: - supports-color @@ -16101,7 +15972,7 @@ snapshots: needle@3.3.1: dependencies: iconv-lite: 0.6.3 - sax: 1.2.4 + sax: 1.3.0 optional: true negotiator@0.6.3: {} @@ -16606,7 +16477,7 @@ snapshots: postcss-calc@8.2.4(postcss@8.4.38): dependencies: postcss: 8.4.38 - postcss-selector-parser: 6.0.16 + postcss-selector-parser: 6.1.0 postcss-value-parser: 4.2.0 postcss-colormin@5.3.1(postcss@8.4.38): @@ -16639,7 +16510,7 @@ snapshots: dependencies: postcss: 8.4.38 - postcss-html-transform@3.6.24(postcss@8.4.38): + postcss-html-transform@3.6.30(postcss@8.4.38): dependencies: postcss: 8.4.38 @@ -16679,7 +16550,7 @@ snapshots: caniuse-api: 3.0.0 cssnano-utils: 3.1.0(postcss@8.4.38) postcss: 8.4.38 - postcss-selector-parser: 6.0.16 + postcss-selector-parser: 6.1.0 postcss-minify-font-values@5.1.0(postcss@8.4.38): dependencies: @@ -16703,7 +16574,7 @@ snapshots: postcss-minify-selectors@5.2.1(postcss@8.4.38): dependencies: postcss: 8.4.38 - postcss-selector-parser: 6.0.16 + postcss-selector-parser: 6.1.0 postcss-modules-extract-imports@3.1.0(postcss@8.4.38): dependencies: @@ -16778,11 +16649,11 @@ snapshots: postcss: 8.4.38 postcss-value-parser: 4.2.0 - postcss-plugin-constparse@3.6.24(postcss@8.4.38): + postcss-plugin-constparse@3.6.30(postcss@8.4.38): dependencies: postcss: 8.4.38 - postcss-pxtransform@3.6.24(postcss@8.4.38): + postcss-pxtransform@3.6.30(postcss@8.4.38): dependencies: postcss: 8.4.38 @@ -16822,7 +16693,7 @@ snapshots: postcss-unique-selectors@5.1.1(postcss@8.4.38): dependencies: postcss: 8.4.38 - postcss-selector-parser: 6.0.16 + postcss-selector-parser: 6.1.0 postcss-url@10.1.3(postcss@8.4.38): dependencies: @@ -17777,7 +17648,7 @@ snapshots: dependencies: browserslist: 4.23.0 postcss: 8.4.38 - postcss-selector-parser: 6.0.16 + postcss-selector-parser: 6.1.0 stylelint@16.6.0(typescript@5.4.5): dependencies: @@ -17888,7 +17759,7 @@ snapshots: css-select: 4.3.0 css-tree: 1.1.3 csso: 4.2.0 - picocolors: 1.0.0 + picocolors: 1.0.1 stable: 0.1.8 swiper@6.8.0: @@ -18740,7 +18611,7 @@ snapshots: spdy: 4.0.2 webpack: 5.91.0(@swc/core@1.3.96)(esbuild@0.20.2) webpack-dev-middleware: 5.3.4(webpack@5.91.0(@swc/core@1.3.96)(esbuild@0.20.2)) - ws: 8.16.0 + ws: 8.17.0 transitivePeerDependencies: - bufferutil - debug @@ -18939,8 +18810,6 @@ snapshots: imurmurhash: 0.1.4 signal-exit: 4.1.0 - ws@8.16.0: {} - ws@8.17.0: {} xdg-basedir@3.0.0: {}