From 52dabcaad99d682c0fcfe728e383ebd7f858c2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 09:05:01 +0100 Subject: [PATCH] build(deps-dev): bump @rollup/plugin-typescript in /web (#555) Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/typescript-v8.1.1...typescript-v8.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 6 +++--- web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 2cc1d8bc3..f319d0ea7 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -109,9 +109,9 @@ "integrity": "sha512-YLUk4L6iCBXql92YP6zHg0FdlnEkd5/3V+uz/A3UoBuuDdEoyDpx4M/Tf56R7IXmYiRaHE1mToJHPDYypIlnmw==" }, "@rollup/plugin-typescript": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.1.1.tgz", - "integrity": "sha512-DPFy0SV8/GgHFL31yPFVo0G1T3yzwdw6R9KisBfO2zCYbDHUqDChSWr1KmtpGz/TmutpoGJjIvu80p9HzCEF0A==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.2.0.tgz", + "integrity": "sha512-5DyVsb7L+ehLfNPu/nat8Gq3uJGzku4bMFPt90XahtgiSBf7z9YKPLqFUJKMT41W/mJ98SVGDPOhzikGrr/Lhg==", "dev": true, "requires": { "@rollup/pluginutils": "^3.1.0", diff --git a/web/package.json b/web/package.json index 7dd2dffb2..0825d0974 100644 --- a/web/package.json +++ b/web/package.json @@ -29,7 +29,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@rollup/plugin-typescript": "^8.1.1", + "@rollup/plugin-typescript": "^8.2.0", "@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/parser": "^4.15.0", "eslint": "^7.19.0",