Skip to content

Commit

Permalink
Bump Context
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Aug 8, 2022
1 parent 781e21f commit 2ffc4ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.9",
"version": "3.0.0",
"license": "MIT",
"main": "./dist/cjs/context.js",
"types": "./types/context.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/n4s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"release": "vx release"
},
"dependencies": {
"context": "^2.0.9",
"context": "^3.0.0",
"vest-utils": "^0.0.2"
},
"module": "./dist/es/n4s.production.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^2.0.9",
"context": "^3.0.0",
"n4s": "^4.2.0",
"vest-utils": "^0.0.2"
},
Expand Down

1 comment on commit 2ffc4ee

@vercel
Copy link

@vercel vercel bot commented on 2ffc4ee Aug 8, 2022

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.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-website.vercel.app
vest-next-ealush.vercel.app

Please sign in to comment.