chore(nuxt3): add implicit fs-extra dependency (#3192)

This commit is contained in:
Daniel Roe 2022-02-11 11:47:08 +00:00 committed by GitHub
parent 7701c125ea
commit 408a944ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,7 @@
"defu": "^5.0.1", "defu": "^5.0.1",
"destr": "^1.1.0", "destr": "^1.1.0",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"fs-extra": "^10.0.0",
"globby": "^13.1.1", "globby": "^13.1.1",
"h3": "^0.3.9", "h3": "^0.3.9",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
@ -53,6 +54,7 @@
"vue-router": "^4.0.12" "vue-router": "^4.0.12"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/hash-sum": "^1.0.0", "@types/hash-sum": "^1.0.0",
"unbuild": "latest", "unbuild": "latest",
"vue-meta": "next" "vue-meta": "next"

View File

@ -15224,6 +15224,7 @@ __metadata:
"@nuxt/schema": 3.0.0 "@nuxt/schema": 3.0.0
"@nuxt/vite-builder": 3.0.0 "@nuxt/vite-builder": 3.0.0
"@nuxt/webpack-builder": 3.0.0 "@nuxt/webpack-builder": 3.0.0
"@types/fs-extra": ^9.0.13
"@types/hash-sum": ^1.0.0 "@types/hash-sum": ^1.0.0
"@vue/reactivity": ^3.2.30 "@vue/reactivity": ^3.2.30
"@vue/shared": ^3.2.30 "@vue/shared": ^3.2.30
@ -15234,6 +15235,7 @@ __metadata:
defu: ^5.0.1 defu: ^5.0.1
destr: ^1.1.0 destr: ^1.1.0
escape-string-regexp: ^5.0.0 escape-string-regexp: ^5.0.0
fs-extra: ^10.0.0
globby: ^13.1.1 globby: ^13.1.1
h3: ^0.3.9 h3: ^0.3.9
hash-sum: ^2.0.0 hash-sum: ^2.0.0