Skip to content

Commit

Permalink
feat(f2elint): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Apr 18, 2024
1 parent b4eda5b commit 4dabe0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/f2elint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
"chalk": "^5.3.0",
"command-exists": "^1.2.9",
"commander": "^12.0.0",
"init-roll": "^1.2.0",
"init-roll": "^1.3.0",
"prettier-config-ali": "workspace:^"
},
"devDependencies": {
"@types/command-exists": "^1.2.3",
"@types/node": "^20.12.5",
"@types/node": "^20.12.7",
"eslint": "^8.57.0",
"eslint-config-ali": "workspace:^",
"eslint-config-prettier": "^9.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/f2elint/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export async function f2elint(project: string | null = '.', options: F2elintOpti
init(join(__dirname, '..', 'templates', t), projectFullPath, options, {
disableLog: options.disableLog,
prettier,
bumpDependencies: true,
});

await initTemplate('base');
Expand Down

0 comments on commit 4dabe0a

Please sign in to comment.