From 7381fa9d408ea0464c556a7319d7e40cb9d88ce6 Mon Sep 17 00:00:00 2001 From: make-github-pseudonymous-again <5165674+make-github-pseudonymous-again@users.noreply.github.com> Date: Wed, 5 Jun 2024 00:30:58 +0200 Subject: [PATCH] :package: deps: Remove stub types definition for `lru-cache`. --- package-lock.json | 9 --------- package.json | 1 - 2 files changed, 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0419722e..7f3c9db2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3462,15 +3462,6 @@ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==" }, - "@types/lru-cache": { - "version": "7.10.10", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-7.10.10.tgz", - "integrity": "sha512-nEpVRPWW9EBmx2SCfNn3ClYxPL7IktPX12HhIoSc/H5mMjdeW3+YsXIpseLQ2xF35+OcpwKQbEUw5VtqE4PDNA==", - "dev": true, - "requires": { - "lru-cache": "*" - } - }, "@types/luxon": { "version": "3.4.2", "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.4.2.tgz", diff --git a/package.json b/package.json index ed42e5421..b81f7e574 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,6 @@ "@testing-library/user-event": "14.5.2", "@types/chai": "4.3.16", "@types/express": "4.17.21", - "@types/lru-cache": "7.10.10", "@types/luxon": "3.4.2", "@types/meteor": "2.9.8", "@types/mocha": "8.2.3",