Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Sep 4, 2024
1 parent 5bb0dc7 commit eaf3cf5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions anon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkmn/anon",
"version": "0.1.17",
"version": "0.1.18",
"description": "Logic for anonymizing Pokémon Showdown battle simulator logs",
"repository": "github:pkmn/stats",
"license": "MIT",
Expand All @@ -16,11 +16,11 @@
"access": "public"
},
"dependencies": {
"@pkmn/data": "^0.9.11",
"@pkmn/protocol": "^0.6.25"
"@pkmn/data": "^0.9.13",
"@pkmn/protocol": "^0.6.26"
},
"devDependencies": {
"@pkmn/dex": "^0.9.11"
"@pkmn/dex": "^0.9.13"
},
"scripts": {
"lint": "eslint --cache src --ext ts",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"dependencies": {
"@pkmn/anon": "file:anon",
"@pkmn/data": "^0.9.11",
"@pkmn/dex": "^0.9.11",
"@pkmn/data": "^0.9.13",
"@pkmn/dex": "^0.9.13",
"@pkmn/logs": "file:logs",
"@pkmn/stats": "file:stats",
"json-stringify-pretty-compact": "3.0.0",
Expand All @@ -17,19 +17,19 @@
"@pkmn/sets": "^5.1.2"
},
"devDependencies": {
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@pkmn/eslint-config": "^8.1.0",
"@pkmn/eslint-config": "^8.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.2",
"@types/node": "^22.5.3",
"@typescript-eslint/eslint-plugin": "<=7",
"@typescript-eslint/parser": "<=8",
"@typescript-eslint/parser": "<=7",
"eslint": "<=8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.2",
"jest": "^29.7.0",
"subpkg": "^4.1.0",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"subPackages": ["anon", "logs", "stats"],
Expand Down
6 changes: 3 additions & 3 deletions stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkmn/stats",
"version": "0.2.20",
"version": "0.2.21",
"description": "Logic for processing usage stats from Pokémon Showdown battle simulator logs",
"repository": "github:pkmn/stats",
"license": "MIT",
Expand All @@ -16,10 +16,10 @@
"access": "public"
},
"dependencies": {
"@pkmn/data": "^0.9.11"
"@pkmn/data": "^0.9.13"
},
"devDependencies": {
"@pkmn/dex": "^0.9.11",
"@pkmn/dex": "^0.9.13",
"json-stringify-pretty-compact": "3.0.0"
},
"scripts": {
Expand Down

0 comments on commit eaf3cf5

Please sign in to comment.