Skip to content

Commit

Permalink
pkg: bin-version-check was renamed to binary-version-check
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed May 2, 2024
1 parent bc709b2 commit d014e7b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/cli/check-version.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import binVersionCheck from 'bin-version-check';
import binVersionCheck from 'binary-version-check';
import chalk from 'chalk';
import fs from 'fs';
import latestVersion from 'latest-version';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@anansi/generator-js": "workspace:^",
"bin-version-check": "^6.0.0",
"binary-version-check": "^6.1.0",
"chalk": "^4.1.2",
"commander": "^12.0.0",
"execa": "^8.0.1",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ __metadata:
dependencies:
"@anansi/generator-js": "workspace:^"
"@types/node": "npm:^20.0.0"
bin-version-check: "npm:^6.0.0"
binary-version-check: "npm:^6.1.0"
chalk: "npm:^4.1.2"
commander: "npm:^12.0.0"
execa: "npm:^8.0.1"
Expand Down Expand Up @@ -8478,17 +8478,6 @@ __metadata:
languageName: node
linkType: hard

"bin-version-check@npm:^6.0.0":
version: 6.0.0
resolution: "bin-version-check@npm:6.0.0"
dependencies:
binary-version: "npm:^7.1.0"
semver: "npm:^7.6.0"
semver-truncate: "npm:^3.0.0"
checksum: 10c0/e8e485046f8505200656f365d3eaeac21a7e7663789577f7ee27d914d59386f138461cf5ce998e5587e1553a876f1510eab8858f363318ca58de0ae6fcd041e5
languageName: node
linkType: hard

"bin-version@npm:^3.0.0":
version: 3.1.0
resolution: "bin-version@npm:3.1.0"
Expand All @@ -8506,6 +8495,17 @@ __metadata:
languageName: node
linkType: hard

"binary-version-check@npm:^6.1.0":
version: 6.1.0
resolution: "binary-version-check@npm:6.1.0"
dependencies:
binary-version: "npm:^7.1.0"
semver: "npm:^7.6.0"
semver-truncate: "npm:^3.0.0"
checksum: 10c0/6b235dce1966f007af32db99504d8b5e3de6d14ee3326e43058059b338fac021cee0d3d513cf1a972a20d4eaa04c6ddb52b74e9ff22b0f7562e04bebead89e86
languageName: node
linkType: hard

"binary-version@npm:^7.1.0":
version: 7.1.0
resolution: "binary-version@npm:7.1.0"
Expand Down

0 comments on commit d014e7b

Please sign in to comment.