Skip to content

Commit

Permalink
patch: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Nov 5, 2023
1 parent b10ac88 commit 950c178
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions vx/scripts/release/steps/push_to_latest_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
git config --global user.email $EMAIL_ADDRESS --replace-all
git config --global user.name $GIT_NAME

echo "Running Script push_to_latest_branch.sh"
echo "Current directory: $(pwd)"
echo "Workspace directory: $GITHUB_WORKSPACE"

echo "Going back to root folder"
cd $GITHUB_WORKSPACE

Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11630,7 +11630,7 @@ __metadata:
languageName: node
linkType: hard

"n4s@^5.0.6, n4s@workspace:packages/n4s":
"n4s@^5.0.7, n4s@workspace:packages/n4s":
version: 0.0.0-use.local
resolution: "n4s@workspace:packages/n4s"
dependencies:
Expand Down Expand Up @@ -15570,7 +15570,7 @@ __metadata:
resolution: "vest@workspace:packages/vest"
dependencies:
context: ^3.0.13
n4s: ^5.0.6
n4s: ^5.0.7
vast: ^1.0.22
vest-utils: ^1.1.0
vestjs-runtime: ^1.0.4
Expand Down

2 comments on commit 950c178

@vercel
Copy link

@vercel vercel bot commented on 950c178 Nov 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest – ./website

vest-ealush.vercel.app
vest.vercel.app
vest-git-latest-ealush.vercel.app
vestjs.dev
www.vestjs.dev

@vercel
Copy link

@vercel vercel bot commented on 950c178 Nov 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-next-ealush.vercel.app
vest-next.vercel.app
vest-website.vercel.app
vest-next-git-latest-ealush.vercel.app

Please sign in to comment.