Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Aug 1, 2024
1 parent b7ea667 commit d5d8e6b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 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.16",
"version": "0.1.17",
"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.8",
"@pkmn/data": "^0.9.11",
"@pkmn/protocol": "^0.6.25"
},
"devDependencies": {
"@pkmn/dex": "^0.9.8"
"@pkmn/dex": "^0.9.11"
},
"scripts": {
"lint": "eslint --cache src --ext ts",
Expand Down
2 changes: 1 addition & 1 deletion logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@types/7zip-min": "^1.3.3",
"7zip-min": "^1.4.4",
"7zip-min": "^1.4.5",
"bthreads": "^0.5.1"
},
"scripts": {
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.8",
"@pkmn/dex": "^0.9.8",
"@pkmn/data": "^0.9.11",
"@pkmn/dex": "^0.9.11",
"@pkmn/logs": "file:logs",
"@pkmn/stats": "file:stats",
"json-stringify-pretty-compact": "3.0.0",
Expand All @@ -17,20 +17,20 @@
"@pkmn/sets": "^5.1.2"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@pkmn/eslint-config": "^7.5.0",
"@pkmn/eslint-config": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@types/node": "^22.0.2",
"@typescript-eslint/eslint-plugin": "<=7",
"@typescript-eslint/parser": "<=8",
"eslint": "<=8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.7.0",
"subpkg": "^4.1.0",
"tsup": "^8.1.0",
"typescript": "^5.5.3"
"tsup": "^8.2.3",
"typescript": "^5.5.4"
},
"subPackages": ["anon", "logs", "stats"],
"scripts": {
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.18",
"version": "0.2.19",
"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.8"
"@pkmn/data": "^0.9.11"
},
"devDependencies": {
"@pkmn/dex": "^0.9.8",
"@pkmn/dex": "^0.9.11",
"json-stringify-pretty-compact": "3.0.0"
},
"scripts": {
Expand Down

0 comments on commit d5d8e6b

Please sign in to comment.