Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
chore(deps): hoist packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Feb 16, 2023
1 parent 9c5fc88 commit 23cebc7
Showing 1 changed file with 8 additions and 48 deletions.
56 changes: 8 additions & 48 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -702,18 +702,18 @@
typescript "^4.9.3"

"@nuxt/kit@3.1.1", "@nuxt/kit@3.2.0", "@nuxt/kit@^3.0.0":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@nuxt/kit/-/kit-3.1.2.tgz#bf5f932b8a82f40bcfec4c1037021f0a75df4582"
integrity sha512-m8/AF8hBJiG7aTx2CpiDGeLYYz30fUoPbJ9XiSmHqRIXv1goAFWHSkzWfRNEsoAAbMHf76oB917wVUQ3VSSQHg==
version "3.2.0"
resolved "https://registry.yarnpkg.com/@nuxt/kit/-/kit-3.2.0.tgz#d770e7f087f43d0030f84259671b8f6a5ea0b59d"
integrity sha512-Otb1S/08tDxbpeQYLMynjr2TX7ssU1ynbWDpVzFzLBdfHkGWHXpIhJr+0u3LdnPUBw6C/xPXe7fd7RuXI9avoA==
dependencies:
"@nuxt/schema" "3.1.2"
"@nuxt/schema" "3.2.0"
c12 "^1.1.0"
consola "^2.15.3"
defu "^6.1.2"
globby "^13.1.3"
hash-sum "^2.0.0"
ignore "^5.2.4"
jiti "^1.16.2"
jiti "^1.17.0"
knitwork "^1.0.0"
lodash.template "^4.5.0"
mlly "^1.1.0"
Expand All @@ -722,26 +722,7 @@
scule "^1.0.0"
semver "^7.3.8"
unctx "^2.1.1"
unimport "^2.1.0"
untyped "^1.2.2"

"@nuxt/schema@3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@nuxt/schema/-/schema-3.1.2.tgz#a916ecfa96c04553403f7da8d1e7058f65cb3ad1"
integrity sha512-wru9LhRXTa6WQlx7c0oYrtvJY7TiVlkBKXY5Rsmfo0StJuWohgZiReu9fu6z6GU4MzZlX25TVjwvq9Q7bNVbSQ==
dependencies:
c12 "^1.1.0"
create-require "^1.1.1"
defu "^6.1.2"
hookable "^5.4.2"
jiti "^1.16.2"
pathe "^1.1.0"
pkg-types "^1.0.1"
postcss-import-resolver "^2.0.0"
scule "^1.0.0"
std-env "^3.3.2"
ufo "^1.0.1"
unimport "^2.1.0"
unimport "^2.2.4"
untyped "^1.2.2"

"@nuxt/schema@3.2.0":
Expand Down Expand Up @@ -6413,7 +6394,7 @@ unified@^10.0.0, unified@^10.1.2:
trough "^2.0.0"
vfile "^5.0.0"

unimport@^2.1.0, unimport@^2.2.4:
unimport@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/unimport/-/unimport-2.2.4.tgz#3d0c7fb354e54ba277e58725aac73fbebabee0c7"
integrity sha512-qMgmeEGqqrrmEtm0dqxMG37J6xBtrriqxq9hILvDb+e6l2F0yTnJomLoCCp0eghLR7bYGeBsUU5Y0oyiUYhViw==
Expand Down Expand Up @@ -6498,28 +6479,7 @@ unplugin@^1.0.0, unplugin@^1.0.1:
webpack-sources "^3.2.3"
webpack-virtual-modules "^0.5.0"

unstorage@^1.0.1:
version "1.1.3"
resolved "https://registry.yarnpkg.com/unstorage/-/unstorage-1.1.3.tgz#1d275673c5689f962d6534693d88fa3b2471a4e0"
integrity sha512-39GhA+Q/S53zEEnCdnAP6BpNFX5emGe65cK2LzOl84OVJKjlvtBGCZzRUSYZ1dZj2/01V4PKY5NCjDtZ3CG8dw==
dependencies:
anymatch "^3.1.3"
chokidar "^3.5.3"
destr "^1.2.2"
h3 "^1.1.0"
ioredis "^5.3.0"
listhen "^1.0.2"
lru-cache "^7.14.1"
mkdir "^0.0.2"
mri "^1.2.0"
node-fetch-native "^1.0.1"
ofetch "^1.0.0"
ufo "^1.0.1"
ws "^8.12.0"
optionalDependencies:
"@planetscale/database" "^1.5.0"

unstorage@^1.1.4:
unstorage@^1.0.1, unstorage@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/unstorage/-/unstorage-1.1.4.tgz#a69bd90e14b8e7aac5e468d6b0f193256d10309f"
integrity sha512-nrnCoWN8ewaZrwz5yf7QGkMn0FDoVer6yGIR56wvocNzAmZi1vXOnCaBxueB3Uu/SqNSH5N/ww41t6jNT8XccA==
Expand Down

0 comments on commit 23cebc7

Please sign in to comment.