Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Dec 2, 2023
1 parent 6505fae commit 40402c9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 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.10",
"version": "0.1.11",
"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.55",
"@pkmn/data": "^0.7.59",
"@pkmn/protocol": "^0.6.16"
},
"devDependencies": {
"@pkmn/dex": "^0.7.55"
"@pkmn/dex": "^0.7.59"
},
"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 @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@types/7zip-min": "^1.3.2",
"@types/7zip-min": "^1.3.3",
"7zip-min": "^1.4.4",
"bthreads": "^0.5.1"
},
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.55",
"@pkmn/dex": "^0.7.55",
"@pkmn/data": "^0.7.59",
"@pkmn/dex": "^0.7.59",
"@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.2",
"@babel/preset-typescript": "^7.23.2",
"@pkmn/eslint-config": "^6.0.0",
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@babel/preset-env": "^7.23.5",
"@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",
"jest": "^29.7.0",
"subpkg": "^4.1.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.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.12",
"version": "0.2.13",
"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.55"
"@pkmn/data": "^0.7.59"
},
"devDependencies": {
"@pkmn/dex": "^0.7.55",
"@pkmn/dex": "^0.7.59",
"json-stringify-pretty-compact": "3.0.0"
},
"scripts": {
Expand Down

0 comments on commit 40402c9

Please sign in to comment.