Skip to content

Commit

Permalink
feat: use @eggjs/utils@3
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed May 8, 2024
1 parent 8d7814d commit aef7bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@artus-cli/artus-cli": "^0.2.9",
"@artus-cli/plugin-autocomplete": "^0.1.1",
"@artus-cli/plugin-version": "^1.0.1",
"@eggjs/utils": "^3.0.1",
"c8": "^9.0.0",
"detect-port": "^1.3.0",
"egg-ts-helper": "^2.1.0",
"egg-utils": "^2.4.1",
"globby": "^11.1.0",
"jest-changed-files": "^29.4.2",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/dev.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { debuglog } from 'node:util';
import path from 'node:path';
import { DefineCommand, Option } from '@artus-cli/artus-cli';
import utils from 'egg-utils';
import utils from '@eggjs/utils';
import detect from 'detect-port';
import { BaseCommand } from './base';

Expand Down

0 comments on commit aef7bea

Please sign in to comment.