Skip to content

Commit e89815d

Browse files
committed
🐛 FIX: Install latest pkgs
1 parent 8833a01 commit e89815d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: utils/generate.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ module.exports = async () => {
3030
);
3131
process.chdir(outDirPath);
3232
const pkgs = [
33-
`meow`,
34-
`chalk`,
35-
`cli-alerts`,
36-
`cli-welcome`,
37-
`cli-meow-help`,
38-
`cli-handle-error`,
39-
`cli-handle-unhandled`
33+
`meow@latest`,
34+
`chalk@latest`,
35+
`cli-alerts@latest`,
36+
`cli-welcome@latest`,
37+
`cli-meow-help@latest`,
38+
`cli-handle-error@latest`,
39+
`cli-handle-unhandled@latest`
4040
];
4141

4242
await execa(`npm`, [`install`, ...pkgs]);

0 commit comments

Comments
 (0)