diff --git a/apps/virtuoso.dev/package.json b/apps/virtuoso.dev/package.json index 60ac77ef4..d1db8fe7d 100644 --- a/apps/virtuoso.dev/package.json +++ b/apps/virtuoso.dev/package.json @@ -40,7 +40,7 @@ "react-dom": "^18.0.0", "react-virtuoso": "*", "search-insights": "^2.13.0", - "typedoc": "^0.27.6", + "typedoc": "^0.27.7", "typedoc-plugin-markdown": "4.4.1", "typedoc-plugin-no-inherit": "^1.5.0", "typescript": "~5.7.3" diff --git a/package-lock.json b/package-lock.json index f88db920a..ebb0abfbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "react-dom": "^18.0.0", "react-virtuoso": "*", "search-insights": "^2.13.0", - "typedoc": "^0.27.6", + "typedoc": "^0.27.7", "typedoc-plugin-markdown": "4.4.1", "typedoc-plugin-no-inherit": "^1.5.0", "typescript": "~5.7.3" @@ -25213,9 +25213,9 @@ } }, "node_modules/typedoc": { - "version": "0.27.6", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.6.tgz", - "integrity": "sha512-oBFRoh2Px6jFx366db0lLlihcalq/JzyCVp7Vaq1yphL/tbgx2e+bkpkCgJPunaPvPwoTOXSwasfklWHm7GfAw==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.7.tgz", + "integrity": "sha512-K/JaUPX18+61W3VXek1cWC5gwmuLvYTOXJzBvD9W7jFvbPnefRnCHQCEPw7MSNrP/Hj7JJrhZtDDLKdcYm6ucg==", "license": "Apache-2.0", "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", @@ -27178,7 +27178,7 @@ } }, "packages/react-virtuoso": { - "version": "4.12.4", + "version": "4.12.5", "license": "MIT", "devDependencies": { "@emotion/core": "^11.0.0", @@ -27220,9 +27220,6 @@ "vite-plugin-dts": "^4.5.0", "vitest": "^3.0.4" }, - "engines": { - "node": "22" - }, "peerDependencies": { "react": ">=16 || >=17 || >= 18 || >= 19", "react-dom": ">=16 || >=17 || >= 18 || >=19"