Skip to content

Commit

Permalink
fix: 处理 glob、lru-cache 等 patch 版本升级 node 依赖的问题
Browse files Browse the repository at this point in the history
isaacs/node-glob#596  同作者多个基础 npm 包使用 patch 版本升级 node 版本依赖,导致固定 node 版本的使用者受阻。
  • Loading branch information
Jiasm authored Jul 8, 2024
1 parent 21d4fe9 commit 1710ce9
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,11 @@
"2.7.0": {
"version": "2.6.3",
"reason": "https://github.com/isaacs/rimraf/issues/194"
}
},
"5.0.8": {
"version": "5.0.7",
"reason": "https://github.com/isaacs/node-glob/issues/596"
},
},
"less": {
"3.10.0": {
Expand Down Expand Up @@ -892,6 +896,10 @@
"7.7.0": {
"version": "7.6.0",
"reason": "https://github.com/isaacs/node-lru-cache/pull/217/files"
},
"10.3.1": {
"version": "10.3.0",
"reason": "https://github.com/isaacs/node-glob/issues/596"
}
},
"ip": {
Expand Down Expand Up @@ -1139,6 +1147,18 @@
"version": "1.11.3",
"reason": "https://github.com/theKashey/react-focus-lock/issues/301"
}
},
"jackspeak": {
"3.4.1": {
"version": "3.4.0",
"reason": "https://github.com/isaacs/node-glob/issues/596"
}
},
"glob": {
"10.4.3": {
"version": "10.4.2",
"reason": "https://github.com/isaacs/node-glob/issues/596"
}
}
}
}
Expand Down

0 comments on commit 1710ce9

Please sign in to comment.