Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Oct 1, 2024
1 parent c1d163d commit 9985d76
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions anon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkmn/anon",
"version": "0.1.18",
"version": "0.1.19",
"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.18",
"@pkmn/data": "^0.9.19",
"@pkmn/protocol": "^0.6.26"
},
"devDependencies": {
"@pkmn/dex": "^0.9.18"
"@pkmn/dex": "^0.9.19"
},
"scripts": {
"lint": "eslint --cache src --ext ts",
Expand Down
10 changes: 5 additions & 5 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.18",
"@pkmn/dex": "^0.9.18",
"@pkmn/data": "^0.9.19",
"@pkmn/dex": "^0.9.19",
"@pkmn/logs": "file:logs",
"@pkmn/stats": "file:stats",
"json-stringify-pretty-compact": "3.0.0",
Expand All @@ -19,13 +19,13 @@
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@pkmn/eslint-config": "^8.3.0",
"@pkmn/eslint-config": "^8.4.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "<=7",
"@typescript-eslint/parser": "<=7",
"eslint": "<=8",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "<=2.30.0",
"eslint-plugin-jest": "^28.8.3",
"jest": "^29.7.0",
"subpkg": "^4.1.0",
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.21",
"version": "0.2.22",
"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.18"
"@pkmn/data": "^0.9.19"
},
"devDependencies": {
"@pkmn/dex": "^0.9.18",
"@pkmn/dex": "^0.9.19",
"json-stringify-pretty-compact": "3.0.0"
},
"scripts": {
Expand Down

0 comments on commit 9985d76

Please sign in to comment.