From 56693b9ce114a0efe484d2d1d3fc985c518a611c Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Sun, 17 Mar 2024 15:29:37 +0700 Subject: [PATCH] TypeScript 5.4 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index efaff38..6190271 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,12 @@ "sideEffects": false, "devDependencies": { "@jest/globals": "^29.7.0", - "@run-z/eslint-config": "^3.5.0", - "@run-z/project-config": "^0.20.1", + "@run-z/eslint-config": "^4.0.0", + "@run-z/project-config": "^0.20.2", "@swc/core": "^1.4.8", "@swc/jest": "^0.2.36", - "@typescript-eslint/eslint-plugin": "^6.21.0", - "@typescript-eslint/parser": "^6.21.0", + "@typescript-eslint/eslint-plugin": "^7.2.0", + "@typescript-eslint/parser": "^7.2.0", "eslint": "^8.57.0", "eslint-plugin-jest": "^27.9.0", "gh-pages": "^6.1.1", @@ -46,7 +46,7 @@ "ts-jest": "^29.1.2", "tslib": "^2.6.2", "typedoc": "^0.25.12", - "typescript": "~5.3.3" + "typescript": "~5.4.2" }, "scripts": { "all": "run-z build,lint,test",