diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a8d0068..e784c667 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -133,7 +133,7 @@ importers: '@tsconfig/docusaurus': ^1.0.4 '@types/react': ^17.0.36 clsx: ^1.1.1 - docusaurus-plugin-typedoc: ^0.17.4 + docusaurus-plugin-typedoc: ^0.22.0 file-loader: ^6.2.0 git-branch: ^2.0.1 prism-react-renderer: ^1.2.1 @@ -162,7 +162,7 @@ importers: '@docusaurus/module-type-aliases': 2.0.0-beta.14 '@tsconfig/docusaurus': 1.0.6 '@types/react': 17.0.49 - docusaurus-plugin-typedoc: 0.17.5_7zab47scz53et6rw2zwvyhhfd4 + docusaurus-plugin-typedoc: 0.22.0_7zab47scz53et6rw2zwvyhhfd4 typedoc: 0.23.15_typescript@4.6.4 typedoc-plugin-markdown: 3.13.6_typedoc@0.23.15 typescript: 4.6.4 @@ -4120,7 +4120,7 @@ packages: peerDependencies: react: '*' dependencies: - '@types/react': 18.0.5 + '@types/react': 17.0.49 prop-types: 15.8.1 react: 17.0.2 dev: false @@ -7849,7 +7849,7 @@ packages: /@types/react-syntax-highlighter/11.0.5: resolution: {integrity: sha512-VIOi9i2Oj5XsmWWoB72p3KlZoEbdRAcechJa8Ztebw7bDl2YmR+odxIqhtJGp1q2EozHs02US+gzxJ9nuf56qg==} dependencies: - '@types/react': 18.0.5 + '@types/react': 17.0.49 dev: true /@types/react/17.0.49: @@ -9571,7 +9571,7 @@ packages: mississippi: 3.0.0 mkdirp: 0.5.6 move-concurrently: 1.0.1 - promise-inflight: 1.0.1 + promise-inflight: 1.0.1_bluebird@3.7.2 rimraf: 2.7.1 ssri: 6.0.2 unique-filename: 1.1.1 @@ -11441,11 +11441,11 @@ packages: esutils: 2.0.3 dev: true - /docusaurus-plugin-typedoc/0.17.5_7zab47scz53et6rw2zwvyhhfd4: - resolution: {integrity: sha512-mMTk4lRy2+wQ7fmMOv6RLfKkoGnHkBLE8qUoPfWFoqUYDDDInwVQKxz12FNnQx86eJSLgBiZmuY/zB/bYsZQlQ==} + /docusaurus-plugin-typedoc/0.22.0_7zab47scz53et6rw2zwvyhhfd4: + resolution: {integrity: sha512-5q+oT+iq3g9DvsMin11pSSmqHRw0i62csHBzkWVtgmsqN/BwGDHnxDiTbHhhkBNQpmRIRgltyNdMnO5x+JUK8Q==} peerDependencies: - typedoc: '>=0.22.0' - typedoc-plugin-markdown: '>=3.11.10' + typedoc: '>=0.24.0' + typedoc-plugin-markdown: '>=3.15.0' dependencies: typedoc: 0.23.15_typescript@4.6.4 typedoc-plugin-markdown: 3.13.6_typedoc@0.23.15 @@ -12828,7 +12828,7 @@ packages: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} engines: {node: '>= 4.0'} os: [darwin] - deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. + deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 requiresBuild: true dependencies: bindings: 1.5.0 @@ -17994,6 +17994,17 @@ packages: optional: true dev: true + /promise-inflight/1.0.1_bluebird@3.7.2: + resolution: {integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM=} + peerDependencies: + bluebird: '*' + peerDependenciesMeta: + bluebird: + optional: true + dependencies: + bluebird: 3.7.2 + dev: true + /promise.allsettled/1.0.5: resolution: {integrity: sha512-tVDqeZPoBC0SlzJHzWGZ2NKAguVq2oiYj7gbggbiTvH2itHohijTp7njOUA0aQ/nl+0lr/r6egmhoYu63UZ/pQ==} engines: {node: '>= 0.4'} diff --git a/website/package.json b/website/package.json index 55272829..e10678ff 100644 --- a/website/package.json +++ b/website/package.json @@ -33,7 +33,7 @@ "@docusaurus/module-type-aliases": "2.0.0-beta.14", "@tsconfig/docusaurus": "^1.0.4", "@types/react": "^17.0.36", - "docusaurus-plugin-typedoc": "^0.17.4", + "docusaurus-plugin-typedoc": "^0.22.0", "typedoc": "^0.23.0", "typedoc-plugin-markdown": "^3.12.1", "typescript": "^4.3.5",