Skip to content

Commit

Permalink
Updated yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelsky committed Jan 3, 2024
1 parent d2c0ff6 commit 8cc8218
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@swc/helpers": "^0.5.3",
"@tanstack/react-query": "^4.36.1",
"@types/semver": "^7.5.6",
"@types/validate-npm-package-name": "^4.0.2",
"@vitejs/plugin-react": "^4.2.1",
"animejs": "^3.2.2",
"axios": "^1.6.3",
Expand Down Expand Up @@ -72,6 +73,7 @@
"typedoc-plugin-mdn-links": "^3.1.9",
"typedoc-plugin-missing-exports": "^2.1.0",
"typedoc-plugin-rename-defaults": "^0.7.0",
"validate-npm-package-name": "^5.0.0",
"vite": "^5.0.10",
"vite-plugin-externalize-dependencies": "^0.11.0",
"winston": "^3.11.0",
Expand Down
2 changes: 0 additions & 2 deletions server/package/extractor/doc-generator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,6 @@ export async function generateDocsForPackage(

await installJob.waitUntilFinished(installQueueEvents);

logger.info("Package completed for:", { installPath });

let typeResolveResult: TypeResolveResult,
typeResolutionType: "inbuilt" | "definitely-typed";

Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1869,6 +1869,13 @@ __metadata:
languageName: node
linkType: hard

"@types/validate-npm-package-name@npm:^4.0.2":
version: 4.0.2
resolution: "@types/validate-npm-package-name@npm:4.0.2"
checksum: 3f35a3cc8ddd919b456843f36d55a4f1df5f03d5d9b6494b4d8f5f3b24e3f24a11c922772d9970a67f1249214da18c157776e9c6d2e72227799459849dfd9c76
languageName: node
linkType: hard

"@types/webidl-conversions@npm:*":
version: 7.0.3
resolution: "@types/webidl-conversions@npm:7.0.3"
Expand Down Expand Up @@ -7935,6 +7942,7 @@ __metadata:
"@types/react": "npm:18.2.45"
"@types/regenerator-runtime": "npm:^0.13.5"
"@types/semver": "npm:^7.5.6"
"@types/validate-npm-package-name": "npm:^4.0.2"
"@vitejs/plugin-react": "npm:^4.2.1"
animejs: "npm:^3.2.2"
axios: "npm:^1.6.3"
Expand Down Expand Up @@ -7989,6 +7997,7 @@ __metadata:
typedoc-plugin-missing-exports: "npm:^2.1.0"
typedoc-plugin-rename-defaults: "npm:^0.7.0"
typescript: "npm:5.3.3"
validate-npm-package-name: "npm:^5.0.0"
vite: "npm:^5.0.10"
vite-plugin-externalize-dependencies: "npm:^0.11.0"
winston: "npm:^3.11.0"
Expand Down

0 comments on commit 8cc8218

Please sign in to comment.