Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Feb 23, 2024
1 parent fac1fd6 commit 2643813
Show file tree
Hide file tree
Showing 3 changed files with 1,361 additions and 1,374 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"update": "isaacscript update"
},
"dependencies": {
"isaac-typescript-definitions": "^40.0.4",
"isaacscript-common": "^85.0.2"
"isaac-typescript-definitions": "^41.0.0",
"isaacscript-common": "^87.2.2"
},
"devDependencies": {
"@types/node": "^20.10.5",
"cloc": "^1.98.0-cloc",
"isaacscript": "^3.37.0",
"isaacscript-common-node": "^3.0.0",
"isaacscript-lint": "^6.13.0",
"isaacscript-spell": "^1.13.0",
"@types/node": "^20.11.20",
"cloc": "^2.0.0-cloc",
"isaacscript": "^4.1.0",
"isaacscript-common-node": "^3.0.1",
"isaacscript-lint": "^6.20.0",
"isaacscript-spell": "^1.14.0",
"isaacscript-tsconfig": "^5.0.0",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"typescript-to-lua": "^1.23.0"
"typescript-to-lua": "^1.24.1"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}
6 changes: 2 additions & 4 deletions scripts/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import {
import path from "node:path";

await lintScript(async ({ packageRoot }) => {
const promises: Array<Promise<unknown>> = [];

promises.push(
const promises = [
// Use Prettier to check formatting.
// - "--log-level=warn" makes it only output errors.
$`prettier --log-level=warn --check .`,
Expand Down Expand Up @@ -45,7 +43,7 @@ await lintScript(async ({ packageRoot }) => {
checkDocs(packageRoot),

// @template-customization-end
);
];

if (commandExists("python")) {
$s`pip install isaac-xml-validator --upgrade --quiet`;
Expand Down
Loading

0 comments on commit 2643813

Please sign in to comment.