Skip to content

Commit

Permalink
add more tests and upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 18, 2024
1 parent 2795ce6 commit 2fc8dcf
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 253 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,23 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@pkmn/dex": "^0.9.11",
"@pkmn/dex-types": "^0.9.11",
"@pkmn/dex": "^0.9.12",
"@pkmn/dex-types": "^0.9.12",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^22.2.0",
"@types/node": "^22.4.0",
"body-parser": "^1.20.2",
"bun": "^1.1.22",
"bun-types": "1.1.22",
"bun": "^1.1.24",
"bun-types": "1.1.24",
"changelogen": "^0.5.5",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"glob": "^11.0.0",
"prettier": "^3.3.3",
"publint": "^0.2.9",
"publint": "^0.2.10",
"sort-package-json": "^2.10.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
Expand Down
Loading

0 comments on commit 2fc8dcf

Please sign in to comment.