Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Nov 4, 2024
1 parent e1482b2 commit 2d63869
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
"repository": "github:pkmn/smogon",
"license": "MIT",
"dependencies": {
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@pkmn/eslint-config": "^9.0.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@pkmn/eslint-config": "^9.1.0",
"@pkmn/sets": "^5.1.2",
"@pkmn/sim": "^0.9.20",
"@pkmn/sim": "^0.9.22",
"@pkmn/stats": "^0.2.22",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.6",
"eslint": "^9.12.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.7",
"eslint": "^9.14.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"jest": "^29.7.0",
"jsdom": "^25.0.1",
"json-stringify-pretty-compact": "^4.0.0",
"probe-image-size": "^7.2.3",
"sanitize-html": "^2.13.1",
"smogon": "^3.1.11",
"smogon": "^3.1.12",
"subpkg": "^4.1.0",
"tsup": "^8.3.0",
"typescript-eslint": "^8.10.0",
"tsup": "^8.3.5",
"typescript-eslint": "^8.12.2",
"typescript": "^5.6.3",
"wrapr": "^0.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions pkmn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkmn/smogon",
"version": "0.5.14",
"version": "0.5.15",
"description": "A rich client for processed and aggregated Smogon analysis and moveset information",
"homepage": "https://data.pkmn.cc/",
"repository": "github:pkmn/smogon",
Expand All @@ -14,10 +14,10 @@
"access": "public"
},
"dependencies": {
"@pkmn/data": "^0.9.20"
"@pkmn/data": "^0.9.22"
},
"devDependencies": {
"@pkmn/dex": "^0.9.20"
"@pkmn/dex": "^0.9.22"
},
"scripts": {
"lint": "eslint --cache *.ts",
Expand Down
2 changes: 1 addition & 1 deletion smogon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smogon",
"version": "3.1.11",
"version": "3.1.12",
"description": "Low-level wrapper around Smogon's analyses and usage statistics",
"homepage": "https://smogon.com/",
"repository": "github:pkmn/smogon",
Expand Down

0 comments on commit 2d63869

Please sign in to comment.