Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed May 5, 2024
1 parent bd5726c commit 7bc0eb8
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,28 +3,28 @@
"repository": "github:pkmn/smogon",
"license": "MIT",
"dependencies": {
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@pkmn/eslint-config": "^7.2.0",
"@pkmn/eslint-config": "^7.3.1",
"@pkmn/sets": "^5.1.2",
"@pkmn/sim": "^0.9.1",
"@pkmn/sim": "^0.9.4",
"@pkmn/stats": "^0.2.16",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "<=8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest": "^28.5.0",
"jest": "^29.7.0",
"jsdom":"^24.0.0",
"json-stringify-pretty-compact": "^4.0.0",
"probe-image-size": "^7.2.3",
"sanitize-html": "^2.13.0",
"smogon": "^3.1.4",
"smogon": "^3.1.5",
"subpkg": "^4.1.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"wrapr": "^0.0.2"
},
"subPackages": [
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.6",
"version": "0.5.7",
"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.1"
"@pkmn/data": "^0.9.4"
},
"devDependencies": {
"@pkmn/dex": "^0.9.1"
"@pkmn/dex": "^0.9.4"
},
"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.4",
"version": "3.1.5",
"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 7bc0eb8

Please sign in to comment.