From 6b587f1d5570e062946eb5ff62d53f33275fbb22 Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 17 Feb 2025 17:19:15 +0300 Subject: [PATCH] chore: lost web types --- package-lock.json | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index cdeed1c96eb1..5e16a9444c26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,6 +33,7 @@ "@taiga-ui/cspell-config": "0.251.0", "@taiga-ui/design-tokens": "0.174.0", "@taiga-ui/eslint-plugin-experience-next": "0.251.0", + "@taiga-ui/event-plugins": "4.4.0", "@taiga-ui/jest-config": "0.251.0", "@taiga-ui/prettier-config": "0.251.0", "@taiga-ui/stylelint-config": "0.251.0", @@ -10439,7 +10440,6 @@ "resolved": "https://registry.npmjs.org/@taiga-ui/event-plugins/-/event-plugins-4.4.0.tgz", "integrity": "sha512-Tv8C0p5EZXl7s1Vc+MrLbAblbYvyswomY/xvyFcI9NgMj6JyfsStu6jpCiRMfzojz3G70PRFsk0+WwI19lRJCQ==", "license": "Apache-2.0", - "peer": true, "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index b2c47f170fdf..a7febfabb158 100644 --- a/package.json +++ b/package.json @@ -122,6 +122,7 @@ "@taiga-ui/cspell-config": "0.251.0", "@taiga-ui/design-tokens": "0.174.0", "@taiga-ui/eslint-plugin-experience-next": "0.251.0", + "@taiga-ui/event-plugins": "4.4.0", "@taiga-ui/jest-config": "0.251.0", "@taiga-ui/prettier-config": "0.251.0", "@taiga-ui/stylelint-config": "0.251.0",