Skip to content

Commit

Permalink
Import: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thejetou committed Jan 2, 2025
1 parent 478b3bd commit 0f84aef
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
44 changes: 22 additions & 22 deletions import/package-lock.json

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

8 changes: 4 additions & 4 deletions import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"repository": "github:smogon/damage-calc",
"license": "MIT",
"dependencies": {
"@pkmn/data": "^0.9.19",
"@pkmn/dex": "^0.9.19",
"@pkmn/sim": "^0.9.19",
"@pkmn/smogon": "^0.5.14"
"@pkmn/data": "^0.9.26",
"@pkmn/dex": "^0.9.26",
"@pkmn/sim": "^0.9.26",
"@pkmn/smogon": "^0.5.17"
},
"devDependencies": {
"@pkmn/eslint-config": "^8.4.0",
Expand Down
4 changes: 2 additions & 2 deletions import/src/set-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ function getSpecie(gen: Generation, specieName: SpeciesName): Specie | PSSpecie

function toPSFormat(formatID: ID): ID {
if (formatID === 'gen9vgc2024') {
return `${formatID}regh` as ID;
return `${formatID}regg` as ID;
}
if (formatID === 'gen9battlestadiumsingles') {
return 'gen9bssregh' as ID;
return 'gen9bssregg' as ID;
}
return formatID;
}
Expand Down

0 comments on commit 0f84aef

Please sign in to comment.