From 7a03257b9516cb8c9a95aa6efcdec81d89a8b1d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:30:58 +0000 Subject: [PATCH] Update dependency @rollup/plugin-typescript to v12 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0e1ab60..5066225 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": {}, "devDependencies": { "@rollup/plugin-commonjs": "25.0.8", - "@rollup/plugin-typescript": "11.1.6", + "@rollup/plugin-typescript": "12.1.0", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "eslint": "8.57.1", diff --git a/yarn.lock b/yarn.lock index 68f4759..7be812a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -101,10 +101,10 @@ is-reference "1.2.1" magic-string "^0.30.3" -"@rollup/plugin-typescript@11.1.6": - version "11.1.6" - resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b" - integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA== +"@rollup/plugin-typescript@12.1.0": + version "12.1.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.0.tgz#2b357972091d1a8f71b8c9ce5a6e95fe1473bf77" + integrity sha512-Kzs8KGJofe7cfTRODsnG1jNGxSvU8gVoNNd7Z/QaY25AYwe2LSSUpx/kPxqF38NYkpR8de3m51r9uwJpDlz6dg== dependencies: "@rollup/pluginutils" "^5.1.0" resolve "^1.22.1"