From bd3bbcf6971c22c6542bd6e64a1c3121a65da9f5 Mon Sep 17 00:00:00 2001 From: Kirk Scheibelhut Date: Mon, 2 Oct 2023 22:10:22 -0700 Subject: [PATCH] update deps --- anon/package.json | 8 ++++---- package.json | 26 +++++++++++++------------- stats/package.json | 6 +++--- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/anon/package.json b/anon/package.json index 73c273b..dc1bb39 100644 --- a/anon/package.json +++ b/anon/package.json @@ -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", @@ -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", diff --git a/package.json b/package.json index 9c840d6..6d585c3 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" diff --git a/stats/package.json b/stats/package.json index af930dc..18c21d1 100644 --- a/stats/package.json +++ b/stats/package.json @@ -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", @@ -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": {