Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Oct 3, 2023
1 parent e11bfcc commit bd3bbcf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 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.8",
"version": "0.1.9",
"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.7.49",
"@pkmn/protocol": "^0.6.13"
"@pkmn/data": "^0.7.53",
"@pkmn/protocol": "^0.6.16"
},
"devDependencies": {
"@pkmn/dex": "^0.7.49"
"@pkmn/dex": "^0.7.53"
},
"scripts": {
"lint": "eslint --cache src --ext ts",
Expand Down
26 changes: 13 additions & 13 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.7.49",
"@pkmn/dex": "^0.7.49",
"@pkmn/data": "^0.7.53",
"@pkmn/dex": "^0.7.53",
"@pkmn/logs": "file:logs",
"@pkmn/stats": "file:stats",
"json-stringify-pretty-compact": "3.0.0",
Expand All @@ -14,20 +14,20 @@
},
"optionalDependencies": {
"@pkmn/engine": "file:../engine",
"@pkmn/sets": "^5.0.4"
"@pkmn/sets": "^5.1.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.14",
"@babel/preset-typescript": "^7.22.11",
"@pkmn/eslint-config": "^5.2.0",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.8",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@pkmn/eslint-config": "^5.3.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"jest": "^29.6.4",
"eslint-plugin-jest": "^27.4.2",
"jest": "^29.7.0",
"subpkg": "^4.1.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
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.10",
"version": "0.2.11",
"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.7.49"
"@pkmn/data": "^0.7.53"
},
"devDependencies": {
"@pkmn/dex": "^0.7.49",
"@pkmn/dex": "^0.7.53",
"json-stringify-pretty-compact": "3.0.0"
},
"scripts": {
Expand Down

0 comments on commit bd3bbcf

Please sign in to comment.