diff --git a/.github/renovate.json b/.github/renovate.json index 173ff14..1c67f0b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "automerge": false, "constraints": { - "pnpm": "11.10.0" + "pnpm": "11.15.0" }, "dockerfile": { "fileMatch": [ diff --git a/package.json b/package.json index c250c93..6476471 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "@inversifyjs/foundation-typescript-config": "~0.2.0", "@inversifyjs/foundation-vitest-config": "~0.2.0", "husky": "9.1.7", - "knip": "6.25.0", - "lint-staged": "17.0.8", + "knip": "6.27.0", + "lint-staged": "17.1.0", "turbo": "2.10.4" }, "keywords": [ @@ -26,7 +26,7 @@ ], "author": "Roberto Pintos López", "license": "MIT", - "packageManager": "pnpm@11.10.0", + "packageManager": "pnpm@11.15.0", "private": true, "repository": { "type": "git", diff --git a/packages/examples/001-live-chat/package.json b/packages/examples/001-live-chat/package.json index b9432ad..9a0e387 100644 --- a/packages/examples/001-live-chat/package.json +++ b/packages/examples/001-live-chat/package.json @@ -5,17 +5,17 @@ }, "description": "InversifyJs live chat code example", "dependencies": { - "@hono/node-server": "^2.0.8", + "@hono/node-server": "^2.0.10", "@inversifyjs/http-core": "^5.4.5", "@inversifyjs/http-hono": "^5.4.5", "@inversifyjs/http-sse": "^2.0.11", - "hono": "^4.12.28", - "inversify": "^8.1.2" + "hono": "^4.12.30", + "inversify": "^8.2.1" }, "devDependencies": { "@types/node": "24.13.3", - "eslint": "10.6.0", - "prettier": "3.9.4", + "eslint": "10.7.0", + "prettier": "3.9.5", "rimraf": "6.1.3", "tslib": "2.8.1", "typescript": "6.0.3" diff --git a/packages/examples/002-catalog-grapql-api/package.json b/packages/examples/002-catalog-grapql-api/package.json index 6982ab6..382ced2 100644 --- a/packages/examples/002-catalog-grapql-api/package.json +++ b/packages/examples/002-catalog-grapql-api/package.json @@ -17,19 +17,19 @@ "@prisma/client-runtime-utils": "^7.8.0", "dotenv": "^17.4.2", "express": "^5.2.1", - "inversify": "^8.1.2", + "inversify": "^8.2.1", "uuid": "^14.0.1" }, "devDependencies": { "@as-integrations/express5": "1.1.2", - "@graphql-tools/utils": "11.2.0", + "@graphql-tools/utils": "11.2.2", "@types/express": "5.0.6", "@types/node": "24.13.3", "@vitest/coverage-v8": "4.1.10", - "eslint": "10.6.0", + "eslint": "10.7.0", "graphql": "17.0.2", "ioredis": "5.11.1", - "prettier": "3.9.4", + "prettier": "3.9.5", "prisma": "7.8.0", "rimraf": "6.1.3", "tslib": "2.8.1",