Skip to content

Commit

Permalink
fix(various): Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vanthome committed Nov 4, 2024
1 parent 21bd2f4 commit a1b22fd
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 520 deletions.
569 changes: 58 additions & 511 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"lerna": "^8.1.8",
"nx": "20.0.3",
"nx": "20.0.8",
"tar": "^7.4.3"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/facade/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig-base.json",
"compilerOptions": {
"types": ["jest", "node", "@types/jest"],
"types": ["node"],
"module": "ESNext",
"moduleResolution": "Node10"
},
Expand Down
1 change: 0 additions & 1 deletion packages/gql-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitest/coverage-v8": "^2.1.4",
"coveralls": "^3.1.1",
"eslint": "^9.13.0",
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
"msw": "^2.5.2",
Expand Down
1 change: 0 additions & 1 deletion packages/handlebars-helperized/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@types/node": "22.7.8",
"@vitest/coverage-v8": "^2.1.4",
"assert": "^2.1.0",
"coveralls": "^3.1.1",
"eslint": "9.13.0",
"eslint-plugin-prefer-arrow-functions": "^3.2.4",
"is-generator": "^1.0.3",
Expand Down
1 change: 0 additions & 1 deletion packages/kafka-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@types/async": "^3.2.23",
"@types/node": "^22.7.9",
"@vitest/coverage-v8": "^2.1.4",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"eslint": "9.13.0",
"eslint-plugin-prefer-arrow-functions": "^3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-health-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "module",
"dependencies": {
"@cloudnative/health": "^2.1.2",
"connect": "^3.6.6",
"connect": "^3.7.0",
"koa": "^2.15.3",
"npm-run-all": "^4.1.5",
"rimraf": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/scs-jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint": "eslint src",
"test-debug": "true",
"lcov-report": "nyc report --reporter=lcov",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"coveralls": "nyc --reporter text --reporter lcov npm test",
"build:tsc": "tsc -d",
"build:clean": "rimraf lib",
"build": "npm-run-all lint build:clean build:tsc"
Expand Down
4 changes: 2 additions & 2 deletions packages/service-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"devDependencies": {
"@types/nconf": "^0.10.6",
"@types/node": "^20.14.2",
"@types/node": "22.8.7",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"rimraf": "6.0.1",
"typescript": "^5.2.2",
"vitest": "^2.1.4"
},
Expand Down

0 comments on commit a1b22fd

Please sign in to comment.