Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Sep 1, 2023
1 parent 5883275 commit e11bfcc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 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.7",
"version": "0.1.8",
"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.47",
"@pkmn/protocol": "^0.6.12"
"@pkmn/data": "^0.7.49",
"@pkmn/protocol": "^0.6.13"
},
"devDependencies": {
"@pkmn/dex": "^0.7.47"
"@pkmn/dex": "^0.7.49"
},
"scripts": {
"lint": "eslint --cache src --ext ts",
Expand Down
28 changes: 14 additions & 14 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.47",
"@pkmn/dex": "^0.7.47",
"@pkmn/data": "^0.7.49",
"@pkmn/dex": "^0.7.49",
"@pkmn/logs": "file:logs",
"@pkmn/stats": "file:stats",
"json-stringify-pretty-compact": "3.0.0",
Expand All @@ -17,20 +17,20 @@
"@pkmn/sets": "^5.0.4"
},
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@pkmn/eslint-config": "^5.1.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.28.0",
"@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",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"jest": "^29.6.2",
"jest": "^29.6.4",
"subpkg": "^4.1.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"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.9",
"version": "0.2.10",
"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.47"
"@pkmn/data": "^0.7.49"
},
"devDependencies": {
"@pkmn/dex": "^0.7.47",
"@pkmn/dex": "^0.7.49",
"json-stringify-pretty-compact": "3.0.0"
},
"scripts": {
Expand Down

0 comments on commit e11bfcc

Please sign in to comment.