Skip to content

Commit

Permalink
vendor upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Mar 20, 2024
1 parent 0ae6cd0 commit 2087164
Show file tree
Hide file tree
Showing 5 changed files with 606 additions and 450 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ A minimal skeleton for [chubbyts-framework][5].
* [@chubbyts/chubbyts-dic][2]: ^1.2.0
* [@chubbyts/chubbyts-dic-config][3]: ^1.2.0
* [@chubbyts/chubbyts-dic-types][4]: ^1.2.1
* [@chubbyts/chubbyts-framework][5]: ^1.9.0
* [@chubbyts/chubbyts-framework-router-path-to-regexp][6]: ^1.4.0
* [@chubbyts/chubbyts-framework][5]: ^1.9.4
* [@chubbyts/chubbyts-framework-router-path-to-regexp][6]: ^1.4.1
* [@chubbyts/chubbyts-http][7]: ^1.2.1
* [@chubbyts/chubbyts-http-node-bridge][8]: ^1.2.0
* [@chubbyts/chubbyts-http-types][9]: ^1.2.3
* [@chubbyts/chubbyts-log-types][10]: ^1.3.2
* [@chubbyts/chubbyts-pino-adapter][11]: ^1.3.1
* [commander][12]: ^11.0.0
* [pino][13]: ^8.14.2
* [commander][12]: ^12.0.0
* [pino][13]: ^8.19.0

## Environment

Expand Down
1 change: 0 additions & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.0'
services:
node:
container_name: chubbyts-framework-skeleton-node
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.0'
services:
node:
container_name: chubbyts-framework-skeleton-node
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"scripts": {
"build": "rm -Rf dist && tsc",
"command": "ts-node bin/console.ts",
"cs-fix": "prettier --write bin bootstrap config src tests *.js",
"cs": "prettier --check bin bootstrap config src tests *.js",
"cs-fix": "./node_modules/prettier/bin/prettier.cjs --write bin bootstrap config src tests *.js",
"cs": "./node_modules/prettier/bin/prettier.cjs --check bin bootstrap config src tests *.js",
"develop:debug": "CHUBBYTS_NODE_OPTIONS='--inspect=0.0.0.0:8888' nodemon",
"develop": "nodemon",
"infection": "stryker run",
Expand All @@ -41,7 +41,7 @@
"@chubbyts/chubbyts-dic": "^1.2.0",
"@chubbyts/chubbyts-dic-config": "^1.2.0",
"@chubbyts/chubbyts-dic-types": "^1.2.1",
"@chubbyts/chubbyts-framework": "^1.9.3",
"@chubbyts/chubbyts-framework": "^1.9.4",
"@chubbyts/chubbyts-framework-router-path-to-regexp": "^1.4.1",
"@chubbyts/chubbyts-http": "^1.2.1",
"@chubbyts/chubbyts-http-node-bridge": "^1.2.0",
Expand All @@ -58,17 +58,17 @@
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/jest-runner": "^8.2.6",
"@stryker-mutator/typescript-checker": "^8.2.6",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.2",
"@swc/cli": "^0.3.10",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.10",
"@types/node": "^20.11.30",
"cross-fetch": "^4.0.0",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"prettier-2": "npm:prettier@^2.8.8",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit 2087164

Please sign in to comment.