Skip to content

Commit

Permalink
upgrade commander to ~12
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Apr 2, 2024
1 parent a75839d commit b17cb00
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/cli/fetch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const program = require('commander');
const { program } = require('commander');
const curl = require('./curl');

let done;
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/generate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const program = require('commander');
const { program } = require('commander');
const prompt = require('prompt');
const url = require('node:url');
const fs = require('node:fs');
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/noaa.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const program = require('commander');
const { program } = require('commander');
const { writeFileSync } = require('node:fs');
const { resolve } = require('node:path');
const superagent = require('superagent');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@biomejs/biome": "^1.5.1",
"@pirxpilot/replay": "^2.2.1",
"clean-css-cli": "^5.1.0",
"commander": "~11.1.0",
"commander": "~12.0.0",
"postcss": "~8",
"postcss-cachify": "^4.0.0",
"postcss-cli-simple": "~4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b17cb00

Please sign in to comment.