From 98c10acb50e13755ec53c900a95d570e7b1acc8d Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 11 Dec 2024 13:53:44 +0100 Subject: [PATCH] fix: remove @types/lodash.clonedeep package was replaced by klona --- frontend/package.json | 1 - frontend/pnpm-lock.yaml | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0124cf957..e3a221f55 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -137,7 +137,6 @@ "@types/dompurify": "3.2.0", "@types/flexsearch": "0.7.6", "@types/is-touch-device": "1.0.3", - "@types/lodash.clonedeep": "4.5.9", "@types/node": "22.10.1", "@types/sortablejs": "1.15.8", "@typescript-eslint/eslint-plugin": "8.18.0", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 41fe0117a..4eab57027 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -272,9 +272,6 @@ importers: '@types/is-touch-device': specifier: 1.0.3 version: 1.0.3 - '@types/lodash.clonedeep': - specifier: 4.5.9 - version: 4.5.9 '@types/node': specifier: 22.10.1 version: 22.10.1 @@ -2442,12 +2439,6 @@ packages: '@types/linkify-it@5.0.0': resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==} - '@types/lodash.clonedeep@4.5.9': - resolution: {integrity: sha512-19429mWC+FyaAhOLzsS8kZUsI+/GmBAQ0HFiCPsKGU+7pBXOQWhyrY6xNNDwUSX8SMZMJvuFVMF9O5dQOlQK9Q==} - - '@types/lodash@4.17.7': - resolution: {integrity: sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==} - '@types/markdown-it@12.2.3': resolution: {integrity: sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==} @@ -8935,12 +8926,6 @@ snapshots: '@types/linkify-it@5.0.0': {} - '@types/lodash.clonedeep@4.5.9': - dependencies: - '@types/lodash': 4.17.7 - - '@types/lodash@4.17.7': {} - '@types/markdown-it@12.2.3': dependencies: '@types/linkify-it': 5.0.0