Skip to content

Commit

Permalink
✅ Updating: [context]: (2.0.5), [n4s]: (4.1.6), [vast]: (1.0.9), [ves…
Browse files Browse the repository at this point in the history
…t]: (4.3.3)

22106ee  patch(vest): simplify flat test selectors (ealush)
633b73c  fix(vest): valid is calculated correctly with omitWhen applied (#838) (Evyatar)
8356a78  types(vest): Automatically infer state type from state key (ealush)
  • Loading branch information
ealush committed Apr 26, 2022
1 parent 69ff658 commit 4dc8d80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.4",
"version": "2.0.5",
"license": "MIT",
"main": "./dist/cjs/context.js",
"types": "./types/context.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/n4s/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.5",
"version": "4.1.6",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand All @@ -10,7 +10,7 @@
"release": "vx release"
},
"dependencies": {
"context": "^2.0.4"
"context": "^2.0.5"
},
"module": "./dist/es/n4s.production.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vast/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.8",
"version": "1.0.9",
"license": "MIT",
"main": "./dist/cjs/vast.js",
"types": "./types/vast.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.3.2",
"version": "4.3.3",
"license": "MIT",
"name": "vest",
"author": "ealush",
Expand All @@ -20,8 +20,8 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^2.0.4",
"n4s": "^4.1.5"
"context": "^2.0.5",
"n4s": "^4.1.6"
},
"homepage": "https://vestjs.dev/",
"exports": {
Expand Down

0 comments on commit 4dc8d80

Please sign in to comment.