Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Jan 9, 2024
1 parent 409c419 commit e02fd20
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 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.11",
"version": "0.1.12",
"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.59",
"@pkmn/protocol": "^0.6.16"
"@pkmn/data": "^0.8.4",
"@pkmn/protocol": "^0.6.19"
},
"devDependencies": {
"@pkmn/dex": "^0.7.59"
"@pkmn/dex": "^0.8.4"
},
"scripts": {
"lint": "eslint --cache src --ext ts",
Expand Down
24 changes: 12 additions & 12 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.59",
"@pkmn/dex": "^0.7.59",
"@pkmn/data": "^0.8.4",
"@pkmn/dex": "^0.8.4",
"@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.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.5",
"@babel/preset-env": "^7.23.8",
"@babel/preset-typescript": "^7.23.3",
"@pkmn/eslint-config": "^6.1.0",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"@pkmn/eslint-config": "^6.5.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.1",
"jest": "^29.7.0",
"subpkg": "^4.1.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"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.13",
"version": "0.2.14",
"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.59"
"@pkmn/data": "^0.8.4"
},
"devDependencies": {
"@pkmn/dex": "^0.7.59",
"@pkmn/dex": "^0.8.4",
"json-stringify-pretty-compact": "3.0.0"
},
"scripts": {
Expand Down

0 comments on commit e02fd20

Please sign in to comment.