157 Star 1.1K Fork 216

GVP凹凸实验室/Taro

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pnpmfile.cjs 338 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZEJIA LIU 提交于 2024-05-10 16:32 +08:00 . Refactor/components dependencies (#15604)
module.exports = {
hooks: {
readPackage: (pkg) => {
// @stencil/core 没有锁住 jest 的版本,所以需要手动锁住
if (pkg.name === '@stencil/core') {
pkg.dependencies = {
'jest-runner': '27.5.1',
'jest-environment-node': '27.5.1',
}
}
return pkg
},
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/o2team/Taro.git
git@gitee.com:o2team/Taro.git
o2team
Taro
Taro
main

搜索帮助