Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Oct 24, 2024
1 parent d5a2355 commit 36c2702
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"commander": "^12.1.0",
"complete-common": "^1.0.0",
"complete-lint": "^1.10.1",
"complete-node": "^1.6.0",
"complete-node": "^1.7.0",
"docusaurus-theme-search-typesense": "^0.22.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-sort-exports": "^0.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/node": "^22.7.9",
"@zamiell/typedoc-plugin-not-exported": "^0.3.0",
"complete-common": "^1.0.0",
"complete-node": "^1.6.0",
"complete-node": "^1.7.0",
"glob": "^11.0.0",
"typedoc": "^0.26.10",
"typedoc-plugin-markdown": "^4.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-isaacscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"typescript-eslint": "^8.11.0"
},
"devDependencies": {
"complete-node": "^1.6.0"
"complete-node": "^1.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-isaacscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/jest": "^29.5.14",
"@typescript-eslint/rule-tester": "^8.11.0",
"complete-common": "^1.0.0",
"complete-node": "^1.6.0",
"complete-node": "^1.7.0",
"jest": "^29.7.0",
"prettier": "^3.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/isaac-lua-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"isaac-typescript-definitions": "^42.2.0"
},
"devDependencies": {
"complete-node": "^1.6.0",
"complete-node": "^1.7.0",
"typescript-eslint": "^8.11.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"isaac-typescript-definitions": "^42.2.0"
},
"devDependencies": {
"complete-node": "^1.6.0",
"complete-node": "^1.7.0",
"eslint-plugin-sort-exports": "^0.9.1",
"typescript-eslint": "^8.11.0",
"typescript-to-lua": "^1.27.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/isaac-typescript-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lua-types": "^2.13.1"
},
"devDependencies": {
"complete-node": "^1.6.0",
"complete-node": "^1.7.0",
"eslint-plugin-sort-exports": "^0.9.1",
"typescript-eslint": "^8.11.0",
"typescript-to-lua": "^1.27.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/isaacscript-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"chalk": "^5.3.0",
"commander": "^12.1.0",
"complete-common": "^1.0.0",
"complete-node": "^1.6.0",
"complete-node": "^1.7.0",
"figlet": "^1.8.0",
"jsonc-parser": "^3.3.1",
"klaw-sync": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/isaacscript-cli/src/commands/check/check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { Command } from "@commander-js/extra-typings";
import chalk from "chalk";
import { ReadonlySet, getEnumValues, trimPrefix } from "complete-common";
import {
PACKAGE_MANAGER_LOCK_FILE_NAMES,
PackageManager,
deleteFileOrDirectory,
fatalError,
getPackageManagerLockFileNames,
isDirectory,
isFile,
readFile,
Expand Down Expand Up @@ -40,7 +40,7 @@ const PACKAGE_MANAGER_STRINGS = [
"PACKAGE_MANAGER_INSTALL_COMMAND",
"PACKAGE_MANAGER_LOCK_FILE_NAME",
...getEnumValues(PackageManager),
...PACKAGE_MANAGER_LOCK_FILE_NAMES,
...getPackageManagerLockFileNames(),
] as const;

export const checkCommand = new Command()
Expand Down
2 changes: 1 addition & 1 deletion packages/isaacscript-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.11",
"complete-node": "^1.6.0",
"complete-node": "^1.7.0",
"eslint-plugin-sort-exports": "^0.9.1",
"typescript-eslint": "^8.11.0",
"typescript-to-lua": "^1.27.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/isaacscript-spell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"complete-common": "^1.0.0",
"complete-node": "^1.6.0",
"complete-node": "^1.7.0",
"typescript-eslint": "^8.11.0"
}
}

0 comments on commit 36c2702

Please sign in to comment.