Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Bump lodash-es, @tarojs/components, @tarojs/taro, @tarojs/plugin-framework-react, @tarojs/react, @tarojs/runtime, @tarojs/mini-runner, @tarojs/webpack-runner and babel-preset-taro #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2022

Bumps lodash-es to 4.17.21 and updates ancestor dependencies lodash-es, @tarojs/components, @tarojs/taro, @tarojs/plugin-framework-react, @tarojs/react, @tarojs/runtime, @tarojs/mini-runner, @tarojs/webpack-runner and babel-preset-taro. These dependencies need to be updated together.

Updates lodash-es from 4.17.15 to 4.17.21

Commits
  • f299b52 Bump to v4.17.21
  • c4847eb Improve performance of toNumber, trim and trimEnd on large input strings
  • 3469357 Prevent command injection through _.template's variable option
  • ded9bc6 Bump to v4.17.20.
  • 63150ef Documentation fixes.
  • 00f0f62 test.js: Remove trailing comma.
  • 846e434 Temporarily use a custom fork of lodash-cli.
  • 5d046f3 Re-enable Travis tests on 4.17 branch.
  • aa816b3 Remove /npm-package.
  • d7fbc52 Bump to v4.17.19
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bnjmnt4n, a new releaser for lodash-es since your current version.


Updates @tarojs/components from 3.4.11 to 3.5.6

Release notes

Sourced from @​tarojs/components's releases.

chore(release): publish 3.5.6

特性

小程序

  • 支持使用 Vue3 编译原生自定义组件

RN

  • 默认使用 react-native 0.69 版本,并增加了对 React18 的支持

Typings

  • 重构类型系统,根据各小程序官方文档,补全小程序组件类型声明文件,by @​robinv8 (相关讨论:#11740

修复

小程序

  • 修复微信小程序对 showShareMenu API 的支持,by @​sssonamuuu
  • 修复微信小程序对 cropImage API 的支持,#12524,by @​nuintun
  • 修复 webpack-sources 版本不一致带来的问题,by @​yoyo837
  • 修复 Webpack5 预编译导致 Vue3 报错的问题,#12340 #12090
  • 修复 Webpack5 预编译导致京东小程序、百度小程序报错的问题,#12414
  • 修复 Webpack5 预编译导致 Vue devtools 报错的问题,#12452
  • 修复支付宝小程序使用 CustomWrapper 失败的问题,#12496
  • 优化组件收集逻辑。修复使用 Vue 渲染函数、或使用第三方组件库时,报找不到对应 template 模板的问题,#9740
  • 按需生成 CustomWrapper 产物,#11745

H5

  • 修复 Input 组件在 type=number maxlength=-1 的情况下内容无法输入问题,by @​beezen
  • 组件库导出 SourceMap,by @​beezen
  • 修复 Input 组件 type 属性为 numberdigit 时,输入特殊符号导致交互异常的问题,by @​beezen
  • 修复页面 onShowonReachBottom 事件多次触发的问题,by @​KkZsc
  • 支持捕获 Video 组件 hls 流中的错误信息,by @​NoManPlay
  • 修复 pxtransform API 转换尺寸错误的问题,#12475
  • 修复 Webpack5 预编译导致构建报错的问题,#12385
  • 修复开启多页应用模式报错的问题,#12417
  • 修复自定义环境变量导致的 mode 错误,#12436

RN

  • 修复引入同名 style 文件时变量名冲突的问题,by @​biorz
  • 升级 CLI 默认安装的 expo 版本到 ~46.0.1
  • 修复 showActionSheet API 在 RN Android 端与其他端不一致的问题
  • 修复 InputTextArea 组件在 focus 属性变更时聚焦失焦不同步的问题

PostCSS

... (truncated)

Commits

Updates @tarojs/taro from 3.4.11 to 3.5.6

Release notes

Sourced from @​tarojs/taro's releases.

chore(release): publish 3.5.6

特性

小程序

  • 支持使用 Vue3 编译原生自定义组件

RN

  • 默认使用 react-native 0.69 版本,并增加了对 React18 的支持

Typings

  • 重构类型系统,根据各小程序官方文档,补全小程序组件类型声明文件,by @​robinv8 (相关讨论:#11740

修复

小程序

  • 修复微信小程序对 showShareMenu API 的支持,by @​sssonamuuu
  • 修复微信小程序对 cropImage API 的支持,#12524,by @​nuintun
  • 修复 webpack-sources 版本不一致带来的问题,by @​yoyo837
  • 修复 Webpack5 预编译导致 Vue3 报错的问题,#12340 #12090
  • 修复 Webpack5 预编译导致京东小程序、百度小程序报错的问题,#12414
  • 修复 Webpack5 预编译导致 Vue devtools 报错的问题,#12452
  • 修复支付宝小程序使用 CustomWrapper 失败的问题,#12496
  • 优化组件收集逻辑。修复使用 Vue 渲染函数、或使用第三方组件库时,报找不到对应 template 模板的问题,#9740
  • 按需生成 CustomWrapper 产物,#11745

H5

  • 修复 Input 组件在 type=number maxlength=-1 的情况下内容无法输入问题,by @​beezen
  • 组件库导出 SourceMap,by @​beezen
  • 修复 Input 组件 type 属性为 numberdigit 时,输入特殊符号导致交互异常的问题,by @​beezen
  • 修复页面 onShowonReachBottom 事件多次触发的问题,by @​KkZsc
  • 支持捕获 Video 组件 hls 流中的错误信息,by @​NoManPlay
  • 修复 pxtransform API 转换尺寸错误的问题,#12475
  • 修复 Webpack5 预编译导致构建报错的问题,#12385
  • 修复开启多页应用模式报错的问题,#12417
  • 修复自定义环境变量导致的 mode 错误,#12436

RN

  • 修复引入同名 style 文件时变量名冲突的问题,by @​biorz
  • 升级 CLI 默认安装的 expo 版本到 ~46.0.1
  • 修复 showActionSheet API 在 RN Android 端与其他端不一致的问题
  • 修复 InputTextArea 组件在 focus 属性变更时聚焦失焦不同步的问题

PostCSS

... (truncated)

Commits

Updates @tarojs/plugin-framework-react from 3.4.11 to 3.5.6

Release notes

Sourced from @​tarojs/plugin-framework-react's releases.

chore(release): publish 3.5.6

特性

小程序

  • 支持使用 Vue3 编译原生自定义组件

RN

  • 默认使用 react-native 0.69 版本,并增加了对 React18 的支持

Typings

  • 重构类型系统,根据各小程序官方文档,补全小程序组件类型声明文件,by @​robinv8 (相关讨论:#11740

修复

小程序

  • 修复微信小程序对 showShareMenu API 的支持,by @​sssonamuuu
  • 修复微信小程序对 cropImage API 的支持,#12524,by @​nuintun
  • 修复 webpack-sources 版本不一致带来的问题,by @​yoyo837
  • 修复 Webpack5 预编译导致 Vue3 报错的问题,#12340 #12090
  • 修复 Webpack5 预编译导致京东小程序、百度小程序报错的问题,#12414
  • 修复 Webpack5 预编译导致 Vue devtools 报错的问题,#12452
  • 修复支付宝小程序使用 CustomWrapper 失败的问题,#12496
  • 优化组件收集逻辑。修复使用 Vue 渲染函数、或使用第三方组件库时,报找不到对应 template 模板的问题,#9740
  • 按需生成 CustomWrapper 产物,#11745

H5

  • 修复 Input 组件在 type=number maxlength=-1 的情况下内容无法输入问题,by @​beezen
  • 组件库导出 SourceMap,by @​beezen
  • 修复 Input 组件 type 属性为 numberdigit 时,输入特殊符号导致交互异常的问题,by @​beezen
  • 修复页面 onShowonReachBottom 事件多次触发的问题,by @​KkZsc
  • 支持捕获 Video 组件 hls 流中的错误信息,by @​NoManPlay
  • 修复 pxtransform API 转换尺寸错误的问题,#12475
  • 修复 Webpack5 预编译导致构建报错的问题,#12385
  • 修复开启多页应用模式报错的问题,#12417
  • 修复自定义环境变量导致的 mode 错误,#12436

RN

  • 修复引入同名 style 文件时变量名冲突的问题,by @​biorz
  • 升级 CLI 默认安装的 expo 版本到 ~46.0.1
  • 修复 showActionSheet API 在 RN Android 端与其他端不一致的问题
  • 修复 InputTextArea 组件在 focus 属性变更时聚焦失焦不同步的问题

PostCSS

... (truncated)

Commits

Updates @tarojs/react from 3.4.11 to 3.5.6

Release notes

Sourced from @​tarojs/react's releases.

chore(release): publish 3.5.6

特性

小程序

  • 支持使用 Vue3 编译原生自定义组件

RN

  • 默认使用 react-native 0.69 版本,并增加了对 React18 的支持

Typings

  • 重构类型系统,根据各小程序官方文档,补全小程序组件类型声明文件,by @​robinv8 (相关讨论:#11740

修复

小程序

  • 修复微信小程序对 showShareMenu API 的支持,by @​sssonamuuu
  • 修复微信小程序对 cropImage API 的支持,#12524,by @​nuintun
  • 修复 webpack-sources 版本不一致带来的问题,by @​yoyo837
  • 修复 Webpack5 预编译导致 Vue3 报错的问题,#12340 #12090
  • 修复 Webpack5 预编译导致京东小程序、百度小程序报错的问题,#12414
  • 修复 Webpack5 预编译导致 Vue devtools 报错的问题,#12452
  • 修复支付宝小程序使用 CustomWrapper 失败的问题,#12496
  • 优化组件收集逻辑。修复使用 Vue 渲染函数、或使用第三方组件库时,报找不到对应 template 模板的问题,#9740
  • 按需生成 CustomWrapper 产物,#11745

H5

  • 修复 Input 组件在 type=number maxlength=-1 的情况下内容无法输入问题,by @​beezen
  • 组件库导出 SourceMap,by @​beezen
  • 修复 Input 组件 type 属性为 numberdigit 时,输入特殊符号导致交互异常的问题,by @​beezen
  • 修复页面 onShowonReachBottom 事件多次触发的问题,by @​KkZsc
  • 支持捕获 Video 组件 hls 流中的错误信息,by @​NoManPlay
  • 修复 pxtransform API 转换尺寸错误的问题,#12475
  • 修复 Webpack5 预编译导致构建报错的问题,#12385
  • 修复开启多页应用模式报错的问题,#12417
  • 修复自定义环境变量导致的 mode 错误,#12436

RN

  • 修复引入同名 style 文件时变量名冲突的问题,by @​biorz
  • 升级 CLI 默认安装的 expo 版本到 ~46.0.1
  • 修复 showActionSheet API 在 RN Android 端与其他端不一致的问题
  • 修复 InputTextArea 组件在 focus 属性变更时聚焦失焦不同步的问题

PostCSS

... (truncated)

Commits

Updates @tarojs/runtime from 3.4.11 to 3.5.6

Release notes

Sourced from @​tarojs/runtime's releases.

chore(release): publish 3.5.6

特性

小程序

  • 支持使用 Vue3 编译原生自定义组件

RN

  • 默认使用 react-native 0.69 版本,并增加了对 React18 的支持

Typings

  • 重构类型系统,根据各小程序官方文档,补全小程序组件类型声明文件,by @​robinv8 (相关讨论:#11740

修复

小程序

  • 修复微信小程序对 showShareMenu API 的支持,by @​sssonamuuu
  • 修复微信小程序对 cropImage API 的支持,#12524,by @​nuintun
  • 修复 webpack-sources 版本不一致带来的问题,by @​yoyo837
  • 修复 Webpack5 预编译导致 Vue3 报错的问题,#12340 #12090
  • 修复 Webpack5 预编译导致京东小程序、百度小程序报错的问题,#12414
  • 修复 Webpack5 预编译导致 Vue devtools 报错的问题,#12452
  • 修复支付宝小程序使用 CustomWrapper 失败的问题,#12496
  • 优化组件收集逻辑。修复使用 Vue 渲染函数、或使用第三方组件库时,报找不到对应 template 模板的问题,#9740
  • 按需生成 CustomWrapper 产物,#11745

H5

  • 修复 Input 组件在 type=number maxlength=-1 的情况下内容无法输入问题,by @​beezen
  • 组件库导出 SourceMap,by @​beezen
  • 修复 Input 组件 type 属性为 numberdigit 时,输入特殊符号导致交互异常的问题,by @​beezen
  • 修复页面 onShowonReachBottom 事件多次触发的问题,by @​KkZsc
  • 支持捕获 Video 组件 hls 流中的错误信息,by @​NoManPlay
  • 修复 pxtransform API 转换尺寸错误的问题,#12475
  • 修复 Webpack5 预编译导致构建报错的问题,#12385
  • 修复开启多页应用模式报错的问题,#12417
  • 修复自定义环境变量导致的 mode 错误,#12436

RN

  • 修复引入同名 style 文件时变量名冲突的问题,by @​biorz
  • 升级 CLI 默认安装的 expo 版本到 ~46.0.1
  • 修复 showActionSheet API 在 RN Android 端与其他端不一致的问题
  • 修复 InputTextArea 组件在 focus 属性变更时聚焦失焦不同步的问题

PostCSS

... (truncated)

Commits

Updates @tarojs/mini-runner from 3.4.11 to 3.5.6

Release notes

Sourced from @​tarojs/mini-runner's releases.

chore(release): publish 3.5.6

特性

小程序

  • 支持使用 Vue3 编译原生自定义组件

RN

  • 默认使用 react-native 0.69 版本,并增加了对 React18 的支持

Typings

  • 重构类型系统,根据各小程序官方文档,补全小程序组件类型声明文件,by @​robinv8 (相关讨论:#11740

修复

小程序

  • 修复微信小程序对 showShareMenu API 的支持,by @​sssonamuuu
  • 修复微信小程序对 cropImage API 的支持,#12524,by @​nuintun
  • 修复 webpack-sources 版本不一致带来的问题,by @​yoyo837
  • 修复 Webpack5 预编译导致 Vue3 报错的问题,#12340 #12090
  • 修复 Webpack5 预编译导致京东小程序、百度小程序报错的问题,#12414
  • 修复 Webpack5 预编译导致 Vue devtools 报错的问题,#12452
  • 修复支付宝小程序使用 CustomWrapper 失败的问题,#12496
  • 优化组件收集逻辑。修复使用 Vue 渲染函数、或使用第三方组件库时,报找不到对应 template 模板的问题,#9740
  • 按需生成 CustomWrapper 产物,#11745

H5

  • 修复 Input 组件在 type=number maxlength=-1 的情况下内容无法输入问题,by @​beezen
  • 组件库导出 SourceMap,by @​beezen
  • 修复 Input 组件 type 属性为 numberdigit 时,输入特殊符号导致交互异常的问题,by @​beezen
  • 修复页面 onShowonReachBottom 事件多次触发的问题,by @​KkZsc
  • 支持捕获 Video 组件 hls 流中的错误信息,by @​NoManPlay
  • 修复 pxtransform API 转换尺寸错误的问题,#12475
  • 修复 Webpack5 预编译导致构建报错的问题,#12385
  • 修复开启多页应用模式报错的问题,#12417
  • 修复自定义环境变量导致的 mode 错误,#12436

RN

  • 修复引入同名 style 文件时变量名冲突的问题,by @​biorz
  • 升级 CLI 默认安装的 expo 版本到 ~46.0.1
  • 修复 showActionSheet API 在 RN Android 端与其他端不一致的问题
  • 修复 InputTextArea 组件在 focus 属性变更时聚焦失焦不同步的问题

PostCSS

... (truncated)

Commits

Updates @tarojs/webpack-runner from 3.4.11 to 3.5.6

Release notes

Sourced from @​tarojs/webpack-runner's releases.

chore(release): publish 3.5.6

特性

小程序

  • 支持使用 Vue3 编译原生自定义组件

RN

  • 默认使用 react-native 0.69 版本,并增加了对 React18 的支持

Typings

  • 重构类型系统,根据各小程序官方文档,补全小程序组件类型声明文件,by @​robinv8 (相关讨论:#11740

修复

小程序

  • 修复微信小程序对 showShareMenu API 的支持,by @​sssonamuuu
  • 修复微信小程序对 cropImage API 的支持,#12524,by @​nuintun
  • 修复 webpack-sources 版本不一致带来的问题,by @​yoyo837
  • 修复 Webpack5 预编译导致 Vue3 报错的问题,#12340 #12090
  • 修复 Webpack5 预编译导致京东小程序、百度小程序报错的问题,#12414
  • 修复 Webpack5 预编译导致 Vue devtools 报错的问题,#12452
  • 修复支付宝小程序使用 CustomWrapper 失败的问题,#12496
  • 优化组件收集逻辑。修复使用 Vue 渲染函数、或使用第三方组件库时,报找不到对应 template 模板的问题,#9740
  • 按需生成 CustomWrapper 产物,#11745

H5

  • 修复 Input 组件在 type=number maxlength=-1 的情况下内容无法输入问题,by @​beezen
  • 组件库导出 SourceMap,by @​beezen
  • 修复 Input 组件 type 属性为 numberdigit 时,输入特殊符号导致交互异常的问题,by @​beezen
  • 修复页面 onShowonReachBottom 事件多次触发的问题,by @​KkZsc
  • 支持捕获 Video 组件 hls 流中的错误信息,by @​NoManPlay
  • 修复 pxtransform API 转换尺寸错误的问题,#12475
  • 修复 Webpack5 预编译导致构建报错的问题,#12385
  • 修复开启多页应用模式报错的问题,#12417
  • 修复自定义环境变量导致的 mode 错误,#12436

RN

  • 修复引入同名 style 文件时变量名冲突的问题,by @​biorz
  • 升级 CLI 默认安装的 expo 版本到 ~46.0.1
  • 修复 showActionSheet API 在 RN Android 端与其他端不一致的问题
  • 修复 InputTextArea 组件在 focus 属性变更时聚焦失焦不同步的问题

PostCSS

... (truncated)

Commits

Updates babel-preset-taro from 3.4.11 to 3.5.6

Release notes

Sourced from babel-preset-taro's releases.

chore(release): publish 3.5.6

特性

小程序

  • 支持使用 Vue3 编译原生自定义组件

RN

  • 默认使用 react-native 0.69 版本,并增加了对 React18 的支持

Typings

  • 重构类型系统,根据各小程序官方文档,补全小程序组件类型声明文件,by @​robinv8 (相关讨论:#11740

修复

小程序

  • 修复微信小程序对 showShareMenu API 的支持,by @​sssonamuuu
  • 修复微信小程序对 cropImage API 的支持,#12524,by @​nuintun
  • 修复 webpack-sources 版本不一致带来的问题,by @​yoyo837
  • 修复 Webpack5 预编译导致 Vue3 报错的问题,#12340 #12090
  • 修复 Webpack5 预编译导致京东小程序、百度小程序报错的问题,#12414
  • 修复 Webpack5 预编译导致 Vue devtools 报错的问题,#12452
  • 修复支付宝小程序使用 CustomWrapper 失败的问题,#12496
  • 优化组件收集逻辑。修复使用 Vue 渲染函数、或使用第三方组件库时,报找不到对应 template 模板的问题,#9740
  • 按需生成 CustomWrapper 产物,#11745

H5

  • 修复 Input 组件在 type=number maxlength=-1 的情况下内容无法输入问题,by @​beezen
  • 组件库导出 SourceMap,by @​beezen
  • 修复 Input 组件 type 属性为 numberdigit 时,输入特殊符号导致交互异常的问题,by @​beezen
  • 修复页面 onShowonReachBottom 事件多次触发的问题,by @​KkZsc
  • 支持捕获 Video 组件 hls 流中的错误信息,by @​NoManPlay
  • 修复 pxtransform API 转换尺寸错误的问题,#12475
  • 修复 Webpack5 预编译导致构建报错的问题,#12385
  • 修复开启多页应用模式报错的问题,#12417
  • 修复自定义环境变量导致的 mode 错误,#12436

RN

  • 修复引入同名 style 文件时变量名冲突的问题,by @​biorz
  • 升级 CLI 默认安装的 expo 版本到 ~46.0.1
  • 修复 showActionSheet API 在 RN Android 端与其他端不一致的问题
  • 修复 InputTextArea 组件在 focus 属性变更时聚焦失焦不同步的问题

PostCSS

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

…ework-react, @tarojs/react, @tarojs/runtime, @tarojs/mini-runner, @tarojs/webpack-runner and babel-preset-taro

Bumps [lodash-es](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependencies [lodash-es](https://github.com/lodash/lodash), [@tarojs/components](https://github.com/NervJS/taro), [@tarojs/taro](https://github.com/NervJS/taro), [@tarojs/plugin-framework-react](https://github.com/NervJS/taro), [@tarojs/react](https://github.com/NervJS/taro), [@tarojs/runtime](https://github.com/NervJS/taro), [@tarojs/mini-runner](https://github.com/NervJS/taro), [@tarojs/webpack-runner](https://github.com/NervJS/taro) and [babel-preset-taro](https://github.com/NervJS/taro). These dependencies need to be updated together.


Updates `lodash-es` from 4.17.15 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

Updates `@tarojs/components` from 3.4.11 to 3.5.6
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.4.11...v3.5.6)

Updates `@tarojs/taro` from 3.4.11 to 3.5.6
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.4.11...v3.5.6)

Updates `@tarojs/plugin-framework-react` from 3.4.11 to 3.5.6
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.4.11...v3.5.6)

Updates `@tarojs/react` from 3.4.11 to 3.5.6
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.4.11...v3.5.6)

Updates `@tarojs/runtime` from 3.4.11 to 3.5.6
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.4.11...v3.5.6)

Updates `@tarojs/mini-runner` from 3.4.11 to 3.5.6
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.4.11...v3.5.6)

Updates `@tarojs/webpack-runner` from 3.4.11 to 3.5.6
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.4.11...v3.5.6)

Updates `babel-preset-taro` from 3.4.11 to 3.5.6
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.4.11...v3.5.6)

---
updated-dependencies:
- dependency-name: lodash-es
  dependency-type: indirect
- dependency-name: "@tarojs/components"
  dependency-type: direct:production
- dependency-name: "@tarojs/taro"
  dependency-type: direct:production
- dependency-name: "@tarojs/plugin-framework-react"
  dependency-type: direct:production
- dependency-name: "@tarojs/react"
  dependency-type: direct:production
- dependency-name: "@tarojs/runtime"
  dependency-type: direct:production
- dependency-name: "@tarojs/mini-runner"
  dependency-type: direct:development
- dependency-name: "@tarojs/webpack-runner"
  dependency-type: direct:development
- dependency-name: babel-preset-taro
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants