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 e808afc commit d7662b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ A CORS middleware for @chubbyts/chubbyts-http-types.
## Requirements

* node: 16
* [@chubbyts/chubbyts-http-types][2]: ^1.1.0
* [@chubbyts/chubbyts-http-types][2]: ^1.1.1

## Installation

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

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

## Usage
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chubbyts/chubbyts-cors",
"version": "1.1.0",
"version": "1.1.1",
"description": "A CORS middleware for @chubbyts/chubbyts-http-types.",
"keywords": [],
"author": "Dominik Zogg",
Expand Down Expand Up @@ -41,19 +41,19 @@
"node": ">=16"
},
"dependencies": {
"@chubbyts/chubbyts-http-types": "^1.1.0"
"@chubbyts/chubbyts-http-types": "^1.1.1"
},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^1.1.1",
"@chubbyts/chubbyts-function-mock": "^1.3.3",
"@stryker-mutator/core": "^6.4.2",
"@stryker-mutator/jest-runner": "^6.4.2",
"@types/jest": "^29.5.1",
"@types/node": "^20.1.4",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"@chubbyts/chubbyts-eslint": "^1.1.2",
"@chubbyts/chubbyts-function-mock": "^1.3.6",
"@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 d7662b0

Please sign in to comment.