diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index ea55fa43..1b962494 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -67,6 +67,7 @@ "@nuxt/module-builder": "^0.5.5", "@nuxt/schema": "^3.10.3", "@nuxt/test-utils": "^3.11.0", + "@types/lodash-es": "^4.17.12", "eslint": "^8.56.0", "firebase": "^10.8.0", "firebase-admin": "^12.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8ce6e1fe..5de6a9a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -121,6 +121,9 @@ importers: '@nuxt/test-utils': specifier: ^3.11.0 version: 3.11.0(@vue/test-utils@2.4.4)(h3@1.10.2)(happy-dom@13.4.1)(rollup@3.29.4)(vite@5.1.4)(vitest@1.3.1)(vue-router@4.3.0)(vue@3.4.19) + '@types/lodash-es': + specifier: ^4.17.12 + version: 4.17.12 eslint: specifier: ^8.56.0 version: 8.56.0 @@ -3169,6 +3172,16 @@ packages: requiresBuild: true dev: true + /@types/lodash-es@4.17.12: + resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==} + dependencies: + '@types/lodash': 4.17.0 + dev: true + + /@types/lodash@4.17.0: + resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} + dev: true + /@types/long@4.0.2: resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} requiresBuild: true