From 4361ffa20a4e19dfe261c2d80b921160b20b395b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 21:09:53 +0000 Subject: [PATCH] chore(deps-dev): bump rollup-plugin-dts from 3.0.2 to 4.0.0 Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 3.0.2 to 4.0.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/v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: rollup-plugin-dts dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 791e97e8e..251dd364e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier": "^2.2.1", "read-pkg": "^7.0.0", "rollup": "^2.36.1", - "rollup-plugin-dts": "^3.0.2", + "rollup-plugin-dts": "^4.0.0", "rollup-plugin-visualizer": "^5.5.0", "typescript": "^4.3.5" }, diff --git a/yarn.lock b/yarn.lock index 559d2f573..80ea8c908 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7682,14 +7682,14 @@ rimraf@^3.0.0, rimraf@^3.0.2: dependencies: glob "^7.1.3" -rollup-plugin-dts@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-3.0.2.tgz#2b628d88f864d271d6eaec2e4c2a60ae4e944c5c" - integrity sha512-hswlsdWu/x7k5pXzaLP6OvKRKcx8Bzprksz9i9mUe72zvt8LvqAb/AZpzs6FkLgmyRaN8B6rUQOVtzA3yEt9Yw== +rollup-plugin-dts@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-4.0.0.tgz#7645280183b7624e77375a548a11297f9916f6d8" + integrity sha512-tgUC8CxVgtlLDVloUEA9uACVaxjJHuYxlDSTp1LdCexA0bJx+RuMi45RjdLG9RTCgZlV5YBh3O7P2u6dS1KlnA== dependencies: magic-string "^0.25.7" optionalDependencies: - "@babel/code-frame" "^7.12.13" + "@babel/code-frame" "^7.14.5" rollup-plugin-visualizer@^5.5.0: version "5.5.2"