Skip to content

Commit

Permalink
Feat: add some react npm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaoh committed Jun 25, 2024
1 parent a576b0d commit 278b73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/xcmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ program
// @mui/material @mui/lab @mui/base @mui/system @mui/utils @mui/types
// rebass
let cmdStr =
'npm i ahooks rxjs dayjs @sigi/core@2.12.1 @sigi/di@2.11.3 @sigi/types@2.11.3 @sigi/devtool@2.12.1 @sigi/react@2.12.2 @emotion/styled @emotion/css @emotion/react';
'npm i ahooks rxjs dayjs @sigi/core@2.12.1 @sigi/di@2.11.3 @sigi/types@2.11.3 @sigi/devtool@2.12.1 @sigi/react@2.12.2 @sigi/ssr@2.13.0 @abraham/reflection@0.12.0 @emotion/styled @emotion/css @emotion/react react-hook-form';
console.log({ cmdStr });
nodeCmd.run(cmdStr, (err, data, stderr) => {
console.log(stderr);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-xcmd",
"version": "1.5.6",
"version": "1.5.7",
"description": "XCmd library for node.js.",
"main": "main.js",
"bin": {
Expand Down

0 comments on commit 278b73d

Please sign in to comment.