From 5a8e0279011228ffbfbba35e59f5b21cef3e4117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:47:24 +0200 Subject: [PATCH] Bump eslint-plugin-typescript-formatter from 0.0.2 to 1.0.0 (#313) Bumps [eslint-plugin-typescript-formatter](https://github.com/witcher112/eslint-plugin-typescript-formatter) from 0.0.2 to 1.0.0. - [Release notes](https://github.com/witcher112/eslint-plugin-typescript-formatter/releases) - [Changelog](https://github.com/witcher112/eslint-plugin-typescript-formatter/blob/main/CHANGELOG.md) - [Commits](https://github.com/witcher112/eslint-plugin-typescript-formatter/compare/v0.0.2...v1.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-typescript-formatter dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2efc95..26326b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "chai-spies": "^1.1.0", "dirty-chai": "^2.0.1", "eslint-config-standard": "^17.1.0", - "eslint-plugin-typescript-formatter": "0.0.2", + "eslint-plugin-typescript-formatter": "1.0.0", "global-jsdom": "^25.0.0", "mocha": "^10.6.0", "mocha-junit-reporter": "^2.2.1", @@ -3426,9 +3426,9 @@ } }, "node_modules/eslint-plugin-typescript-formatter": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-typescript-formatter/-/eslint-plugin-typescript-formatter-0.0.2.tgz", - "integrity": "sha512-BZsHPRmJikEnaoUyFZaV6BP48wu/6BmvZjc7YHy+HljSsF9XQZ6B7tK9a67iynI0Gqx7vsED5DGro5tUHnsh7Q==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-typescript-formatter/-/eslint-plugin-typescript-formatter-1.0.0.tgz", + "integrity": "sha512-PkUy1E0HoJfn6abaSKY8Ax+XXJx2FHhPCNeh7TUD0VYYf9+568il5QfSr0p6A21dGOXpizqnu5BM54Ctv9T8IA==", "dev": true, "peerDependencies": { "eslint": ">=8.0.0", diff --git a/package.json b/package.json index dc74100..5267aa8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai-spies": "^1.1.0", "dirty-chai": "^2.0.1", "eslint-config-standard": "^17.1.0", - "eslint-plugin-typescript-formatter": "0.0.2", + "eslint-plugin-typescript-formatter": "1.0.0", "global-jsdom": "^25.0.0", "mocha": "^10.6.0", "mocha-junit-reporter": "^2.2.1",