From 408a944ffd7290f203a765d18c3d8d6770fca8f5 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 11 Feb 2022 11:47:08 +0000 Subject: [PATCH] chore(nuxt3): add implicit `fs-extra` dependency (#3192) --- packages/nuxt3/package.json | 2 ++ yarn.lock | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/nuxt3/package.json b/packages/nuxt3/package.json index 4e5d5f1c15..8dddc43a32 100644 --- a/packages/nuxt3/package.json +++ b/packages/nuxt3/package.json @@ -34,6 +34,7 @@ "defu": "^5.0.1", "destr": "^1.1.0", "escape-string-regexp": "^5.0.0", + "fs-extra": "^10.0.0", "globby": "^13.1.1", "h3": "^0.3.9", "hash-sum": "^2.0.0", @@ -53,6 +54,7 @@ "vue-router": "^4.0.12" }, "devDependencies": { + "@types/fs-extra": "^9.0.13", "@types/hash-sum": "^1.0.0", "unbuild": "latest", "vue-meta": "next" diff --git a/yarn.lock b/yarn.lock index 50572ef496..60f17c8813 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15224,6 +15224,7 @@ __metadata: "@nuxt/schema": 3.0.0 "@nuxt/vite-builder": 3.0.0 "@nuxt/webpack-builder": 3.0.0 + "@types/fs-extra": ^9.0.13 "@types/hash-sum": ^1.0.0 "@vue/reactivity": ^3.2.30 "@vue/shared": ^3.2.30 @@ -15234,6 +15235,7 @@ __metadata: defu: ^5.0.1 destr: ^1.1.0 escape-string-regexp: ^5.0.0 + fs-extra: ^10.0.0 globby: ^13.1.1 h3: ^0.3.9 hash-sum: ^2.0.0