Skip to content

Commit

Permalink
vendor upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Mar 18, 2023
1 parent 184a3d1 commit 341503e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Http Request/Response with middleware and handler, [PSR-15][2] inspired.
Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-http][1].

```ts
npm i @chubbyts/chubbyts-http
npm i @chubbyts/chubbyts-http@^1.0.2
```

## Copyright
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chubbyts/chubbyts-http",
"version": "1.0.1",
"version": "1.0.2",
"description": "Http Request/Response with middleware and handler, PSR-15 inspired.",
"keywords": [
"chubbyts",
Expand Down Expand Up @@ -51,15 +51,15 @@
"qs": "^6.11.0"
},
"devDependencies": {
"@stryker-mutator/core": "^6.2.2",
"@stryker-mutator/jest-runner": "^6.2.2",
"@types/jest": "^29.0.3",
"@types/node": "^14.18.29",
"@stryker-mutator/core": "^6.4.1",
"@stryker-mutator/jest-runner": "^6.4.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.3",
"@types/qs": "^6.9.7",
"jest": "^29.0.3",
"prettier": "^2.7.1",
"ts-jest": "^29.0.1",
"typescript": "^4.8.3"
"jest": "^29.5.0",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 341503e

Please sign in to comment.