Skip to content

Commit

Permalink
Use @voxpelli/type-helpers @ 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Aug 27, 2023
1 parent 71e84b6 commit 9920194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/advanced-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export type AnyUmzeptionContext = AnyDeclaration<DefineUmzeptionContexts, Umzept
export type UmzeptionContextTypes = AnyDeclarationType<DefineUmzeptionContexts, UmzeptionContextExtras>

export interface UmzeptionContext<T extends UmzeptionContextTypes, V>
extends ValidDeclaration<DefineUmzeptionContexts, UmzeptionContextExtras, T>
extends ValidDeclaration<T, DefineUmzeptionContexts, UmzeptionContextExtras>
{
value: V
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}
},
"dependencies": {
"@voxpelli/type-helpers": "^1.0.1",
"@voxpelli/type-helpers": "^2.1.0",
"globby": "^13.2.2",
"plugin-importer": "^0.1.1"
},
Expand Down

0 comments on commit 9920194

Please sign in to comment.