Skip to content

Commit

Permalink
vendor upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jul 12, 2023
1 parent 0b21774 commit 78131d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chubbyts/chubbyts-negotiation",
"version": "3.1.0",
"version": "3.1.1",
"description": "A simple negotiation library.",
"keywords": [
"chubbyts",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 78131d5

Please sign in to comment.