From c0bcf05831c4f5724f4f96dc5b85617495056e97 Mon Sep 17 00:00:00 2001 From: Kirk Scheibelhut Date: Sun, 17 Dec 2023 13:17:31 -0800 Subject: [PATCH] updpate deps --- integration/package.json | 14 +++++++------- package.json | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/integration/package.json b/integration/package.json index dc448809..fe9a5366 100644 --- a/integration/package.json +++ b/integration/package.json @@ -5,24 +5,24 @@ "dependencies": { "@pkmn/client": "file:../client", "@pkmn/data": "file:../data", - "@pkmn/eslint-config": "^6.1.0", + "@pkmn/eslint-config": "^6.4.0", "@pkmn/img": "file:../img", "@pkmn/protocol": "file:../protocol", "@pkmn/randoms": "file:../randoms", "@pkmn/sets": "file:../sets", "@pkmn/sim": "file:../sim", "@pkmn/view": "file:../view", - "@typescript-eslint/eslint-plugin": "^6.13.1", - "@typescript-eslint/parser": "^6.13.1", - "cssnano": "^6.0.1", - "eslint": "^8.55.0", - "eslint-plugin-import": "^2.29.0", + "@typescript-eslint/eslint-plugin": "^6.14.0", + "@typescript-eslint/parser": "^6.14.0", + "cssnano": "^6.0.2", + "eslint": "^8.56.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.6.0", "jest": "^29.7.0", "minimist": "^1.2.8", "parcel": "^2.10.3", "source-map-support": "^0.5.21", - "typescript": "^5.3.2" + "typescript": "^5.3.3" }, "alias": { "process": false, diff --git a/package.json b/package.json index b1e21f4a..ae067051 100644 --- a/package.json +++ b/package.json @@ -4,23 +4,23 @@ "repository": "github:pkmn/ps", "license": "MIT", "dependencies": { - "@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", - "esbuild": "^0.19.8", - "eslint": "^8.55.0", - "eslint-plugin-import": "^2.29.0", + "@pkmn/eslint-config": "^6.4.0", + "@types/jest": "^29.5.11", + "@types/node": "^20.10.4", + "@typescript-eslint/eslint-plugin": "^6.14.0", + "@typescript-eslint/parser": "^6.14.0", + "esbuild": "^0.19.9", + "eslint": "^8.56.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.6.0", "jest": "^29.7.0", "json-stringify-pretty-compact": "3.0.0", "minimist": "^1.2.8", "subpkg": "^4.1.0", - "terser": "^5.24.0", + "terser": "^5.26.0", "ts-jest": "^29.1.1", "tsup": "^8.0.1", - "typescript": "^5.3.2" + "typescript": "^5.3.3" }, "subPackages": [ "types",