Skip to content

Commit

Permalink
fix: revert @vercel/build-utils upgrade (hotfix)
Browse files Browse the repository at this point in the history
resolves #633
  • Loading branch information
danielroe committed Sep 28, 2021
1 parent 8fcd30b commit c34432f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@nuxtjs/web-vitals": "^0.1.8",
"@vercel/build-utils": "2.12.2",
"@vercel/build-utils": "2.11.0",
"@vercel/node-bridge": "2.1.0",
"consola": "2.15.3",
"execa": "^5.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2358,10 +2358,10 @@
"@typescript-eslint/types" "4.31.2"
eslint-visitor-keys "^2.0.0"

"@vercel/build-utils@2.12.2":
version "2.12.2"
resolved "https://registry.yarnpkg.com/@vercel/build-utils/-/build-utils-2.12.2.tgz#285a3bb0b78864fb6f44478257bd275c57aa8651"
integrity sha512-KbSgG2ZCVXhUsdbnpv6gC7buygd31jaKiKhrd4Lzv1NwjnoeDZAXlm4hzvSPYHVtCY2jirKJWP2rFtMW8iAh9g==
"@vercel/build-utils@2.11.0":
version "2.11.0"
resolved "https://registry.yarnpkg.com/@vercel/build-utils/-/build-utils-2.11.0.tgz#bedd4dd248a1536e2e803a0a68315a576a0bb539"
integrity sha512-kbDvtZsWUZCT9h7jhyRfJ8F57Nad5E0T6QtH82vBhzvCp44TohZk+ncZGoaQO2C+6kEhGFTyauQ0ROv1ayX2jA==

"@vercel/node-bridge@2.1.0":
version "2.1.0"
Expand Down

0 comments on commit c34432f

Please sign in to comment.