Skip to content

Commit 87ba2b2

Browse files
committed
Bump vercel cli
1 parent 52e8868 commit 87ba2b2

3 files changed

Lines changed: 27 additions & 70 deletions

File tree

.github/workflows/deploy-playgrounds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
npm i
4545
npm install lerna
46-
npm install vercel@33.2.0
46+
npm install vercel@50.26.1
4747
npm list
4848
4949
- name: Check ESLint Errors

package-lock.json

Lines changed: 25 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/react/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import './.next/dev/types/routes.d.ts';
3+
import './.next/types/routes.d.ts';
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)