From 78131d5425fb3f1d59a80f616978874794825aad Mon Sep 17 00:00:00 2001 From: Dominik Zogg Date: Wed, 12 Jul 2023 22:15:45 +0200 Subject: [PATCH] vendor upgrade --- README.md | 2 +- package.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 330762f..77963b9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A simple negotiation library. Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-negotiation][1]. ```ts -npm i @chubbyts/chubbyts-negotiation@^3.1.0 +npm i @chubbyts/chubbyts-negotiation@^3.1.1 ``` ## Usage diff --git a/package.json b/package.json index f987ac0..383226f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chubbyts/chubbyts-negotiation", - "version": "3.1.0", + "version": "3.1.1", "description": "A simple negotiation library.", "keywords": [ "chubbyts", @@ -48,15 +48,15 @@ }, "dependencies": {}, "devDependencies": { - "@chubbyts/chubbyts-eslint": "^1.1.1", - "@stryker-mutator/core": "^6.4.2", - "@stryker-mutator/jest-runner": "^6.4.2", - "@types/jest": "^29.5.1", - "@types/node": "^20.1.1", - "jest": "^29.5.0", - "prettier": "^2.8.8", - "ts-jest": "^29.1.0", - "typescript": "^5.0.4" + "@chubbyts/chubbyts-eslint": "^1.1.2", + "@stryker-mutator/core": "^7.1.0", + "@stryker-mutator/jest-runner": "^7.1.0", + "@types/jest": "^29.5.3", + "@types/node": "^20.4.1", + "jest": "^29.6.1", + "prettier": "^3.0.0", + "ts-jest": "^29.1.1", + "typescript": "^5.1.6" }, "publishConfig": { "access": "public"