Skip to content

Commit

Permalink
vendor upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed May 14, 2023
1 parent ec9251a commit 9ac982a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ A minimal skeleton for [chubbyts-framework][5].
## Requirements

* node: 16
* [@chubbyts/chubbyts-dic][2]: ^1.0.3
* [@chubbyts/chubbyts-dic-config][3]: ^1.0.3
* [@chubbyts/chubbyts-dic-types][4]: ^1.0.1
* [@chubbyts/chubbyts-framework][5]: ^1.6.6
* [@chubbyts/chubbyts-framework-router-path-to-regexp][6]: ^1.2.1
* [@chubbyts/chubbyts-http][7]: ^1.0.2
* [@chubbyts/chubbyts-http-types][8]: ^1.0.1
* [@chubbyts/chubbyts-log-types][9]: ^1.0.1
* [@chubbyts/chubbyts-node-http-bridge][10]: ^1.0.1
* [@chubbyts/chubbyts-pino-adapter][11]: ^1.1.2
* [commander][12]: ^10.0.0
* [pino][13]: ^8.11.0
* [@chubbyts/chubbyts-dic][2]: ^1.1.0
* [@chubbyts/chubbyts-dic-config][3]: ^1.1.0
* [@chubbyts/chubbyts-dic-types][4]: ^1.1.0
* [@chubbyts/chubbyts-framework][5]: ^1.8.0
* [@chubbyts/chubbyts-framework-router-path-to-regexp][6]: ^1.3.0
* [@chubbyts/chubbyts-http][7]: ^1.1.0
* [@chubbyts/chubbyts-http-types][8]: ^1.1.0
* [@chubbyts/chubbyts-log-types][9]: ^1.2.0
* [@chubbyts/chubbyts-node-http-bridge][10]: ^1.1.0
* [@chubbyts/chubbyts-pino-adapter][11]: ^1.2.0
* [commander][12]: ^10.0.1
* [pino][13]: ^8.14.1

## Environment

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@
"node": ">=16"
},
"dependencies": {
"@chubbyts/chubbyts-dic": "^1.0.3",
"@chubbyts/chubbyts-dic-config": "^1.0.3",
"@chubbyts/chubbyts-dic-types": "^1.0.1",
"@chubbyts/chubbyts-framework": "^1.6.6",
"@chubbyts/chubbyts-framework-router-path-to-regexp": "^1.2.1",
"@chubbyts/chubbyts-http": "^1.0.2",
"@chubbyts/chubbyts-http-types": "^1.0.1",
"@chubbyts/chubbyts-log-types": "^1.0.1",
"@chubbyts/chubbyts-node-http-bridge": "^1.0.1",
"@chubbyts/chubbyts-pino-adapter": "^1.1.2",
"commander": "^10.0.0",
"pino": "^8.11.0"
"@chubbyts/chubbyts-dic": "^1.1.0",
"@chubbyts/chubbyts-dic-config": "^1.1.0",
"@chubbyts/chubbyts-dic-types": "^1.1.0",
"@chubbyts/chubbyts-framework": "^1.8.0",
"@chubbyts/chubbyts-framework-router-path-to-regexp": "^1.3.0",
"@chubbyts/chubbyts-http": "^1.1.0",
"@chubbyts/chubbyts-http-types": "^1.1.0",
"@chubbyts/chubbyts-log-types": "^1.2.0",
"@chubbyts/chubbyts-node-http-bridge": "^1.1.0",
"@chubbyts/chubbyts-pino-adapter": "^1.2.0",
"commander": "^10.0.1",
"pino": "^8.14.1"
},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^1.0.0",
Expand Down

0 comments on commit 9ac982a

Please sign in to comment.