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.9
 - vercel@23.1.3-canary.11
 - @vercel/client@10.2.3-canary.9
 - @vercel/frameworks@0.5.1-canary.6
  • Loading branch information
AndyBitz committed Oct 12, 2021
1 parent cd485c1 commit f682aef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.8",
"version": "2.12.3-canary.9",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@types/node-fetch": "^2.1.6",
"@types/semver": "6.0.0",
"@types/yazl": "^2.4.1",
"@vercel/frameworks": "0.5.1-canary.5",
"@vercel/frameworks": "0.5.1-canary.6",
"@vercel/ncc": "0.24.0",
"aggregate-error": "3.0.1",
"async-retry": "1.2.3",
Expand Down
6 changes: 3 additions & 3 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.10",
"version": "23.1.3-canary.11",
"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.8",
"@vercel/build-utils": "2.12.3-canary.9",
"@vercel/go": "1.2.4-canary.3",
"@vercel/node": "1.12.2-canary.4",
"@vercel/python": "2.0.6-canary.4",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@types/update-notifier": "5.1.0",
"@types/which": "1.3.2",
"@types/write-json-file": "2.2.1",
"@vercel/frameworks": "0.5.1-canary.5",
"@vercel/frameworks": "0.5.1-canary.6",
"@vercel/ncc": "0.24.0",
"@zeit/fun": "0.11.2",
"@zeit/source-map-support": "0.6.2",
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.8",
"version": "10.2.3-canary.9",
"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.8",
"@vercel/build-utils": "2.12.3-canary.9",
"@zeit/fetch": "5.2.0",
"async-retry": "1.2.3",
"async-sema": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/frameworks",
"version": "0.5.1-canary.5",
"version": "0.5.1-canary.6",
"main": "./dist/frameworks.js",
"types": "./dist/frameworks.d.ts",
"files": [
Expand Down

0 comments on commit f682aef

Please sign in to comment.