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
renovate-bot committed Dec 7, 2020
1 parent 85bb979 commit c0cda5e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion distributions/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"@nuxt/builder": "2.14.10",
"@nuxt/cli": "2.14.10",
"@nuxt/components": "^1.2.1",
"@nuxt/components": "^1.2.2",
"@nuxt/core": "2.14.10",
"@nuxt/generator": "2.14.10",
"@nuxt/loading-screen": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"index.d.ts"
],
"dependencies": {
"@nuxt/ufo": "^0.0.3",
"@nuxt/ufo": "^0.0.4",
"@nuxt/utils": "2.14.10",
"consola": "^2.15.0",
"create-require": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"dependencies": {
"@nuxt/ufo": "^0.0.3",
"@nuxt/ufo": "^0.0.4",
"consola": "^2.15.0",
"fs-extra": "^9.0.1",
"hash-sum": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"index.d.ts"
],
"dependencies": {
"@nuxt/ufo": "^0.0.3",
"@nuxt/ufo": "^0.0.4",
"node-fetch": "^2.6.1",
"unfetch": "^4.2.0",
"vue": "^2.6.12",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1888,10 +1888,10 @@
dependencies:
mkdirp "^1.0.4"

"@nuxt/components@^1.2.1":
version "1.2.1"
resolved "https://registry.npmjs.org/@nuxt/components/-/components-1.2.1.tgz#aac04106994bd0aad840a8f2edf25424e366d0f0"
integrity sha512-UVovET+uTNzI+yiI5ewC+RqtXgJ1/F6266RUltFuzAI86O8EpBBlS7r58lTdsore9gTPvcnDi/mnOFUjP9gWrg==
"@nuxt/components@^1.2.2":
version "1.2.2"
resolved "https://registry.npmjs.org/@nuxt/components/-/components-1.2.2.tgz#675975758f77d3cbd33f9561867d71ba9e54d0e9"
integrity sha512-AByrBPnV4mWwwf1tPaKLmtg6JBsNJACLuSnpJOpWGV6KjS5S8i6BTf8dqiPN0uGg6YeSQaeDWtnfILcoLp2GSw==
dependencies:
chalk "^4.1.0"
chokidar "^3.4.3"
Expand Down Expand Up @@ -1962,10 +1962,10 @@
rc9 "^1.2.0"
std-env "^2.2.1"

"@nuxt/ufo@^0.0.3":
version "0.0.3"
resolved "https://registry.npmjs.org/@nuxt/ufo/-/ufo-0.0.3.tgz#7673a54b81c020e7aea3a9e01e09a58c494a1eca"
integrity sha512-LQkuVafVNB9+ggRF7443AX1V1rEWRs32Frk7F2qnRLf8j/SzRzxEZ99jiZqxVho72zU7NcWQ6Jy62m4fkZC6Wg==
"@nuxt/ufo@^0.0.4":
version "0.0.4"
resolved "https://registry.npmjs.org/@nuxt/ufo/-/ufo-0.0.4.tgz#a957b55684a27e743e8d4b716072cb9a278c9790"
integrity sha512-1K8kfmQATIAirHOnwhvRJ4z53W+c6fq3mg4Z+xW5X9I9sSjjc6qjX33+SJt4I3m3o+WIuSSv2S5MCF1EVhBH/g==

"@nuxtjs/eslint-config@^5.0.0":
version "5.0.0"
Expand Down

0 comments on commit c0cda5e

Please sign in to comment.