From f31ff15958b9bb1d5ec2e8dc8580ea746c70aa2b Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Sun, 17 Mar 2024 14:29:32 +0700 Subject: [PATCH] Upgrade deps --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 21034b2..48c731d 100644 --- a/package.json +++ b/package.json @@ -56,28 +56,28 @@ }, "devDependencies": { "@jest/globals": "^29.7.0", - "@rollup/plugin-typescript": "^11.1.5", + "@rollup/plugin-typescript": "^11.1.6", "@run-z/eslint-config": "^3.5.0", "@run-z/prettier-config": "^2.0.0", "@types/is-glob": "^4.0.4", "@types/micromatch": "^4.0.6", - "@types/node": "^18.18.12", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", - "eslint": "^8.54.0", - "eslint-plugin-jest": "^27.6.0", - "gh-pages": "^6.1.0", + "@types/node": "^18.19.24", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", + "eslint": "^8.57.0", + "eslint-plugin-jest": "^27.9.0", + "gh-pages": "^6.1.1", "jest": "^29.7.0", "jest-junit": "^16.0.0", "prettier": "^2.8.8", "prettier-eslint-cli": "^7.1.0", - "rollup": "^4.5.1", + "rollup": "^4.13.0", "run-z": "2.0.0-bootstrap", "shx": "^0.3.4", - "ts-jest": "^29.1.1", + "ts-jest": "^29.1.2", "tslib": "^2.6.2", - "typedoc": "^0.25.3", - "typescript": "~5.3.2" + "typedoc": "^0.25.12", + "typescript": "~5.3.3" }, "scripts": { "all": "run-z +z build,lint,test",