Skip to content

Commit 2395053

Browse files
committed
Update all the dependencies to the latest version
1 parent 0e6b95c commit 2395053

File tree

3 files changed

+485
-191
lines changed

3 files changed

+485
-191
lines changed

create-pull-request.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/usr/bin/env node
2-
const gitRemoteOriginUrl = require("git-remote-origin-url");
3-
const branchName = require("current-git-branch");
4-
const open = require("open");
5-
const chalk = require("chalk");
6-
const warning = chalk.keyword("orange");
7-
const error = chalk.keyword("red");
2+
import gitRemoteOriginUrl from "git-remote-origin-url";
3+
import branchName from "current-git-branch";
4+
import open from "open";
5+
import chalk from "chalk";
6+
7+
const warning = chalk.hex("#FFA500");
8+
const error = chalk.red;
89

910
(async () => {
1011
try {

0 commit comments

Comments
 (0)