Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax-assistant[bot] committed Jan 29, 2024
1 parent b2f12ce commit a84d141
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.3",
"@nuxt/test-utils": "^3.10.0",
"@types/node": "^20.11.9",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^20.11.10",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"lint-staged": "^15.2.0",
Expand Down
39 changes: 34 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
rc9 "^2.1.1"
std-env "^3.5.0"

"@nuxt/test-utils@>=3.9.0", "@nuxt/test-utils@^3.10.0":
"@nuxt/test-utils@>=3.9.0":
version "3.10.0"
resolved "https://registry.yarnpkg.com/@nuxt/test-utils/-/test-utils-3.10.0.tgz#cf6f9aa68a23d9b470f954cab945f372c6261039"
integrity sha512-9ZKKrccCUyZP0P9/BdTNHWwTRvIbBnrmDvqvO0dQpTiUhgDVeO1vdG40o4e4olw7sbzUP51C8uA0OkRur/zBvQ==
Expand Down Expand Up @@ -1111,6 +1111,35 @@
unplugin "^1.6.0"
vitest-environment-nuxt "^1.0.0"

"@nuxt/test-utils@^3.11.0":
version "3.11.0"
resolved "https://registry.yarnpkg.com/@nuxt/test-utils/-/test-utils-3.11.0.tgz#251d655a7e9813bc40f9e392f6f70db282e0b226"
integrity sha512-9ovgpQZkZpVg/MhYVVn2169WjH/IL0XUqwGryTa/lkx0/BCi1LMVEp3HTPkmt4qbRcxitO+kL4vFqqrFGVaSVg==
dependencies:
"@nuxt/kit" "^3.9.3"
"@nuxt/schema" "^3.9.3"
c12 "^1.6.1"
consola "^3.2.3"
defu "^6.1.4"
destr "^2.0.2"
estree-walker "^3.0.3"
execa "^8.0.1"
fake-indexeddb "^5.0.2"
get-port-please "^3.1.2"
local-pkg "^0.5.0"
magic-string "^0.30.5"
node-fetch-native "^1.6.1"
ofetch "^1.3.3"
pathe "^1.1.2"
perfect-debounce "^1.0.0"
radix3 "^1.1.0"
scule "^1.2.0"
std-env "^3.7.0"
ufo "^1.3.2"
unenv "^1.9.0"
unplugin "^1.6.0"
vitest-environment-nuxt "^1.0.0"

"@nuxt/ui-templates@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@nuxt/ui-templates/-/ui-templates-1.3.1.tgz#35f5c1adced7495a8c1284e37246a16e373ef5d5"
Expand Down Expand Up @@ -1584,10 +1613,10 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^20.11.9":
version "20.11.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.9.tgz#959d436f20ce2ee3df897c3eaa0617c98fa70efb"
integrity sha512-CQXNuMoS/VcoAMISe5pm4JnEd1Br5jildbQEToEMQvutmv+EaQr90ry9raiudgpyDuqFiV9e4rnjSfLNq12M5w==
"@types/node@^20.11.10":
version "20.11.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.10.tgz#6c3de8974d65c362f82ee29db6b5adf4205462f9"
integrity sha512-rZEfe/hJSGYmdfX9tvcPMYeYPW2sNl50nsw4jZmRcaG0HIAb0WYEpsB05GOb53vjqpyE9GUhlDQ4jLSoB5q9kg==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit a84d141

Please sign in to comment.