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 19, 2024
1 parent cadaa33 commit acbb6b2
Show file tree
Hide file tree
Showing 6 changed files with 1,050 additions and 862 deletions.
9 changes: 6 additions & 3 deletions mod/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<name>Racing+</name>
<directory>racing+</directory>
<id>857628390</id>
<description>[h1][b]Racing+
<description>
[h1][b]Racing+
A racing mod for The Binding of Isaac: Repentance[/b][/h1]

[b]1) Live Racing[/b]
Expand All @@ -18,8 +19,10 @@ The Racing+ mod includes many bug fixes that remain unpatched in the vanilla gam

Find out more at [url=https://isaacracing.net]the official Racing+ webpage[/url].

For technical support or general questions, please [b]do not post a comment here[/b]. Instead, post in the Racing+ general chat on [url=https://discord.gg/JzbhWQb]the Isaac racing &amp; speedrunning Discord server[/url].
</description>
For technical support or general questions, please [b]do not post a comment here[/b]. Instead, post in the Racing+ general chat on [url=https://discord.gg/JzbhWQb]the Isaac racing
&amp;
speedrunning Discord server[/url].
</description>
<version>0.111.9</version>
<visibility>Public</visibility>
<tag id="Lua" />
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
},
"devDependencies": {
"convert-xml-to-json": "^1.0.3",
"isaacscript": "^3.39.0",
"isaacscript-common-node": "^3.0.0",
"isaacscript-lint": "^6.19.0",
"isaacscript": "^4.0.1",
"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"
}
9 changes: 2 additions & 7 deletions prettier.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ const config = {
],

overrides: [
// Allow proper formatting of JSONC files that have JSON file extensions:
// https://github.com/prettier/prettier/issues/5708
// Allow proper formatting of JSONC files that have JSON file extensions.
{
files: [
"**/.vscode/*.json",
// "tsconfig.json" is automatically handled.
"**/tsconfig.*.json",
],
files: ["**/.vscode/*.json", "**/tsconfig.json", "**/tsconfig.*.json"],
options: {
parser: "jsonc",
},
Expand Down
4 changes: 4 additions & 0 deletions src/classes/features/optional/bosses/FastHaunt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ export class FastHaunt extends ConfigurableModFeature {
sprite.PlaybackSpeed = 1;
break;
}

default: {
break;
}
}
}
}
4 changes: 4 additions & 0 deletions src/features/race/startingRoom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ function initSeededSprites() {

break;
}

default: {
break;
}
}
}

Expand Down
Loading

0 comments on commit acbb6b2

Please sign in to comment.