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 636c430 commit ceaea07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Http Request/Response with middleware and handler, [PSR-15][2] inspired.
## Requirements

* node: 16
* [chubbyts/chubbyts-http-types][3]: ^1.1.0
* [chubbyts/chubbyts-http-types][3]: ^1.1.1
* [qs][4]: ^6.11.1

## Installation

Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-http][1].

```ts
npm i @chubbyts/chubbyts-http@^1.1.0
npm i @chubbyts/chubbyts-http@^1.1.1
```

## Copyright
Expand Down
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chubbyts/chubbyts-http",
"version": "1.1.0",
"version": "1.1.1",
"description": "Http Request/Response with middleware and handler, PSR-15 inspired.",
"keywords": [
"chubbyts",
Expand Down Expand Up @@ -49,21 +49,20 @@
"node": ">=16"
},
"dependencies": {
"@chubbyts/chubbyts-eslint": "^1.1.1",
"@chubbyts/chubbyts-http-types": "^1.1.0",
"qs": "^6.11.1"
"@chubbyts/chubbyts-http-types": "^1.1.1",
"qs": "^6.11.2"
},
"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.3",
"@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",
"@types/qs": "^6.9.7",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"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 ceaea07

Please sign in to comment.