We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdaf10 commit bfdbe58Copy full SHA for bfdbe58
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vercel",
3
- "version": "27.1.1",
+ "version": "27.1.2",
4
"preferGlobal": true,
5
"license": "Apache-2.0",
6
"description": "The command-line interface for Vercel",
@@ -51,7 +51,7 @@
51
"@vercel/redwood": "1.0.7",
52
"@vercel/remix": "1.0.8",
53
"@vercel/ruby": "1.3.14",
54
- "@vercel/static-build": "1.0.6",
+ "@vercel/static-build": "1.0.7",
55
"update-notifier": "5.1.0"
56
},
57
"devDependencies": {
packages/static-build/package.json
"name": "@vercel/static-build",
- "version": "1.0.6",
+ "version": "1.0.7",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/build-step",
0 commit comments