From fd95d30751db602d720b1687dbebd0a8ac6d22af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 11:42:37 +0000 Subject: [PATCH] build(deps-dev): bump @rollup/plugin-typescript from 6.1.0 to 8.2.1 Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins) from 6.1.0 to 8.2.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/typescript-v6.1.0...typescript-v8.2.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 41953ce3..4fbd81f5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "devDependencies": { "@rollup/plugin-node-resolve": "^9.0.0", - "@rollup/plugin-typescript": "^6.0.0", + "@rollup/plugin-typescript": "^8.2.1", "@types/d3-hierarchy": "^1.1.5", "@types/d3-interpolate": "^1.3.0", "@uirouter/core": "^6.0.6", diff --git a/yarn.lock b/yarn.lock index f7ec0a0e..c2a1ad72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -35,10 +35,10 @@ is-module "^1.0.0" resolve "^1.17.0" -"@rollup/plugin-typescript@^6.0.0": - version "6.1.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-6.1.0.tgz#289e7f0ea12fd659bd13ad59dda73b9055538b83" - integrity sha512-hJxaiE6WyNOsK+fZpbFh9CUijZYqPQuAOWO5khaGTUkM8DYNNyA2TDlgamecE+qLOG1G1+CwbWMAx3rbqpp6xQ== +"@rollup/plugin-typescript@^8.2.1": + version "8.2.1" + resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-8.2.1.tgz#f1a32d4030cc83432ce36a80a922280f0f0b5d44" + integrity sha512-Qd2E1pleDR4bwyFxqbjt4eJf+wB0UKVMLc7/BAFDGVdAXQMCsD4DUv5/7/ww47BZCYxWtJqe1Lo0KVNswBJlRw== dependencies: "@rollup/pluginutils" "^3.1.0" resolve "^1.17.0"