From fb474fe37d2a98d239bbce9b042778da88da00b9 Mon Sep 17 00:00:00 2001 From: Nathachai Thongniran Date: Fri, 13 Sep 2024 22:48:35 +0700 Subject: [PATCH] chore(dependency): update dev dependency using npm-check-updates --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f01f31a..e336a0d 100644 --- a/package.json +++ b/package.json @@ -35,15 +35,15 @@ }, "homepage": "https://github.com/jojoee/bahttext#readme", "devDependencies": { - "@stryker-mutator/core": "^6.3.1", - "@stryker-mutator/jest-runner": "^6.3.1", + "@stryker-mutator/core": "^8.5.0", + "@stryker-mutator/jest-runner": "^8.5.0", "@to-da-moon/thai-baht-lib": "^0.0.12", "baht": "^0.7.1", - "jest": "^26.6.3", - "jest-expect-message": "^1.0.2", - "semantic-release": "^19.0.5", - "standard": "^15.0.1", - "thai-baht-text": "^1.0.8", + "jest": "^29.7.0", + "jest-expect-message": "^1.1.3", + "semantic-release": "^24.1.1", + "standard": "^17.1.2", + "thai-baht-text": "^2.0.5", "thai-baht-text-ts": "^1.1.0", "typescript": "*" },