Skip to content

Commit

Permalink
Publish Canary
Browse files Browse the repository at this point in the history
 - @vercel/build-utils@2.12.3-canary.10
 - vercel@23.1.3-canary.12
 - @vercel/client@10.2.3-canary.10
  • Loading branch information
msimulcik committed Oct 13, 2021
1 parent e510415 commit e6818dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/build-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/build-utils",
"version": "2.12.3-canary.9",
"version": "2.12.3-canary.10",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "23.1.3-canary.11",
"version": "23.1.3-canary.12",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": ">= 12"
},
"dependencies": {
"@vercel/build-utils": "2.12.3-canary.9",
"@vercel/build-utils": "2.12.3-canary.10",
"@vercel/go": "1.2.4-canary.3",
"@vercel/node": "1.12.2-canary.4",
"@vercel/python": "2.0.6-canary.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/client",
"version": "10.2.3-canary.9",
"version": "10.2.3-canary.10",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"homepage": "https://vercel.com",
Expand Down Expand Up @@ -40,7 +40,7 @@
]
},
"dependencies": {
"@vercel/build-utils": "2.12.3-canary.9",
"@vercel/build-utils": "2.12.3-canary.10",
"@zeit/fetch": "5.2.0",
"async-retry": "1.2.3",
"async-sema": "3.0.0",
Expand Down

0 comments on commit e6818dd

Please sign in to comment.