Skip to content

Commit

Permalink
feat: include dex and pokemon indices in JS bundled data. upgrade deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Jan 9, 2024
1 parent 3af5418 commit 385247a
Show file tree
Hide file tree
Showing 7 changed files with 255 additions and 263 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"tsx"
],
"editor.codeActionsOnSave": {
"source.addMissingImports": true,
"source.organizeImports": true,
"source.organizeImports.biome": true,
"quickfix.biome": true
"source.addMissingImports": "explicit",
"source.organizeImports": "explicit",
"source.organizeImports.biome": "explicit",
"quickfix.biome": "explicit"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down
20 changes: 10 additions & 10 deletions data/abilities.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions data/moves.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,24 @@
]
},
"dependencies": {
"axios": "^1.6.3",
"axios": "^1.6.5",
"axios-cache-interceptor": "^1.4.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@pkmn/dex": "^0.8.3",
"@pkmn/dex-types": "^0.8.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@pkmn/dex": "^0.8.4",
"@pkmn/dex-types": "^0.8.4",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/node": "^20.10.7",
"body-parser": "^1.20.2",
"bun": "^1.0.20",
"bun-types": "1.0.20",
"bun": "^1.0.21",
"bun-types": "1.0.21",
"changelogen": "^0.5.5",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
Expand All @@ -96,11 +96,11 @@
"publint": "^0.2.7",
"sort-package-json": "^2.6.0",
"tsup": "^8.0.1",
"turbo": "^1.11.2",
"turbo": "^1.11.3",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
}
}
}
Loading

0 comments on commit 385247a

Please sign in to comment.