From 788171e47879191a61a6f570d8de2b05ec41f162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 20:17:44 +0000 Subject: [PATCH] Update dependency tsconfig-paths-webpack-plugin to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d01a632..824f055 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "author": "Vadim Tiukov ", "license": "MIT", "dependencies": { - "tsconfig-paths-webpack-plugin": "^3.2.0" + "tsconfig-paths-webpack-plugin": "^4.0.0" } }