From c9e184e60ebf0c8fde5ca1e91bb2fa54385a37c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 16:09:34 +0000 Subject: [PATCH] Bump typedoc-plugin-missing-exports from 0.22.6 to 1.0.0 Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) from 0.22.6 to 1.0.0. - [Release notes](https://github.com/Gerrit0/typedoc-plugin-missing-exports/releases) - [Changelog](https://github.com/Gerrit0/typedoc-plugin-missing-exports/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-missing-exports/commits/v1.0.0) --- updated-dependencies: - dependency-name: typedoc-plugin-missing-exports dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 150ecc5..f1a0322 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "tsup": "^6.0.1", "typedoc": "^0.22.11", "typedoc-plugin-extras": "^2.2.1", - "typedoc-plugin-missing-exports": "^0.22.4", + "typedoc-plugin-missing-exports": "^1.0.0", "typescript": "^4.7.2" }, "engines": { @@ -1488,12 +1488,12 @@ } }, "node_modules/typedoc-plugin-missing-exports": { - "version": "0.22.6", - "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.22.6.tgz", - "integrity": "sha512-1uguGQqa+c5f33nWS3v1mm0uAx4Ii1lw4Kx2zQksmYFKNEWTmrmMXbMNBoBg4wu0p4dFCNC7JIWPoRzpNS6pFA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-1.0.0.tgz", + "integrity": "sha512-7s6znXnuAj1eD9KYPyzVzR1lBF5nwAY8IKccP5sdoO9crG4lpd16RoFpLsh2PccJM+I2NASpr0+/NMka6ThwVA==", "dev": true, "peerDependencies": { - "typedoc": "0.22.x" + "typedoc": "0.22.x || 0.23.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { @@ -2565,9 +2565,9 @@ "requires": {} }, "typedoc-plugin-missing-exports": { - "version": "0.22.6", - "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.22.6.tgz", - "integrity": "sha512-1uguGQqa+c5f33nWS3v1mm0uAx4Ii1lw4Kx2zQksmYFKNEWTmrmMXbMNBoBg4wu0p4dFCNC7JIWPoRzpNS6pFA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-1.0.0.tgz", + "integrity": "sha512-7s6znXnuAj1eD9KYPyzVzR1lBF5nwAY8IKccP5sdoO9crG4lpd16RoFpLsh2PccJM+I2NASpr0+/NMka6ThwVA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index c64aa6b..07ee951 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "tsup": "^6.0.1", "typedoc": "^0.22.11", "typedoc-plugin-extras": "^2.2.1", - "typedoc-plugin-missing-exports": "^0.22.4", + "typedoc-plugin-missing-exports": "^1.0.0", "typescript": "^4.7.2" }, "dependencies": {