From ca7ded4d3080991a5772c93bfeb233c5c70523ef Mon Sep 17 00:00:00 2001 From: w8r Date: Thu, 28 Mar 2024 19:24:27 +0100 Subject: [PATCH] Removed unnecessary dependency --- package-lock.json | 16 +--------------- package.json | 6 ++---- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d5fa8e..10fa355 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,6 @@ "name": "@linkurious/ogma-react", "version": "5.0.3", "license": "Apache-2.0", - "dependencies": { - "lodash.throttle": "^4.1.1" - }, "devDependencies": { "@geist-ui/core": "^2.3.8", "@geist-ui/icons": "^1.0.1", @@ -5846,12 +5843,6 @@ "dev": true, "license": "MIT" }, - "node_modules/lodash.throttle": { - "version": "4.1.1", - "resolved": "https://nexus3.linkurious.net/repository/npm/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==", - "license": "MIT" - }, "node_modules/loose-envify": { "version": "1.4.0", "resolved": "https://nexus3.linkurious.net/repository/npm/loose-envify/-/loose-envify-1.4.0.tgz", @@ -12615,11 +12606,6 @@ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, - "lodash.throttle": { - "version": "4.1.1", - "resolved": "https://nexus3.linkurious.net/repository/npm/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==" - }, "loose-envify": { "version": "1.4.0", "resolved": "https://nexus3.linkurious.net/repository/npm/loose-envify/-/loose-envify-1.4.0.tgz", @@ -14507,4 +14493,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 7fb33ed..4ca447a 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,5 @@ "url": "https://github.com/linkurious/ogma-react/issues" }, "homepage": "https://github.com/linkurious/ogma-react#readme", - "dependencies": { - "lodash.throttle": "^4.1.1" - } -} \ No newline at end of file + "dependencies": {} +}