diff --git a/package.json b/package.json index 756f60cd..9db4b45c 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "@sentry/tracing": "7.12.1", "@sentry/vue": "7.12.1", "@types/is-touch-device": "1.0.0", + "@types/lodash.clonedeep": "^4.5.7", "@types/sortablejs": "1.13.0", "@vueuse/core": "9.1.1", "@vueuse/router": "9.1.1", diff --git a/yarn.lock b/yarn.lock index b5ef10c0..d815c628 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2270,6 +2270,18 @@ dependencies: "@types/node" "*" +"@types/lodash.clonedeep@^4.5.7": + version "4.5.7" + resolved "https://registry.yarnpkg.com/@types/lodash.clonedeep/-/lodash.clonedeep-4.5.7.tgz#0e119f582ed6f9e6b373c04a644651763214f197" + integrity sha512-ccNqkPptFIXrpVqUECi60/DFxjNKsfoQxSQsgcBJCX/fuX1wgyQieojkcWH/KpE3xzLoWN/2k+ZeGqIN3paSvw== + dependencies: + "@types/lodash" "*" + +"@types/lodash@*": + version "4.14.182" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.182.tgz#05301a4d5e62963227eaafe0ce04dd77c54ea5c2" + integrity sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q== + "@types/marked@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@types/marked/-/marked-4.0.1.tgz#d588a7bbc4d6551c5e75249bc106ffda96ae33c5"