From d8b3c2f6e7c5bae70e2fb203613b70cbaf4d428e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 11:07:15 +0000 Subject: [PATCH] chore(deps): bump rollup-plugin-dts from 4.0.1 to 4.1.0 Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/Swatinem/rollup-plugin-dts/releases) - [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md) - [Commits](https://github.com/Swatinem/rollup-plugin-dts/compare/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: rollup-plugin-dts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/esdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/esdx/package.json b/packages/esdx/package.json index 5cc257f..a933d28 100644 --- a/packages/esdx/package.json +++ b/packages/esdx/package.json @@ -21,7 +21,7 @@ "ora": "^6.0.1", "pkg-dir": "^6.0.1", "rollup": "^2.61.1", - "rollup-plugin-dts": "^4.0.1", + "rollup-plugin-dts": "^4.1.0", "yargs": "^17.3.0" }, "bin": "./bin/index.js",