From 9f62e32e6e3f37663635c1d6636980dd7af4fae8 Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Sat, 7 Oct 2023 12:42:09 +0700 Subject: [PATCH] Upgrade deps --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 04f37be..c0ea2db 100644 --- a/package.json +++ b/package.json @@ -33,19 +33,19 @@ "@run-z/eslint-config": "^3.5.0", "@run-z/prettier-config": "^2.0.0", "@run-z/project-config": "^0.20.0", - "@swc/core": "^1.3.85", + "@swc/core": "^1.3.92", "@swc/jest": "^0.2.29", - "@typescript-eslint/eslint-plugin": "^6.7.0", - "@typescript-eslint/parser": "^6.7.0", - "eslint": "^8.49.0", - "eslint-plugin-jest": "^27.4.0", + "@typescript-eslint/eslint-plugin": "^6.7.4", + "@typescript-eslint/parser": "^6.7.4", + "eslint": "^8.51.0", + "eslint-plugin-jest": "^27.4.2", "gh-pages": "^6.0.0", "jest": "^29.7.0", "jest-junit": "^16.0.0", "jest-mock": "^29.7.0", "prettier": "^2.8.8", "prettier-eslint-cli": "^7.1.0", - "rollup": "^3.29.2", + "rollup": "^3.29.4", "run-z": "2.0.0-bootstrap", "ts-jest": "^29.1.1", "tslib": "^2.6.2",