From 9e0c2cc8124ab9c3b98385786cafe76890481dfb Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Fri, 17 May 2024 16:36:09 +0300 Subject: [PATCH] chore: drop `rollup-plugin-typescript2` from `overrides` of root `package.json` --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 04c364b7b..3a38d33a8 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,6 @@ "yarn": "Please use npm instead of yarn to install dependencies" }, "overrides": { - "rollup-plugin-typescript2": "0.36.0", "highlight.js": "11.5.1", "eslint-plugin-prettier": "5.1.3" },