From a113ef13c4998363d808c38245459670979cd6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20R=C3=A4ntil=C3=A4?= Date: Mon, 2 May 2022 19:37:52 +0200 Subject: [PATCH] feat(deps): bumped json-lexer to include types --- lib/types.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/types.ts b/lib/types.ts index fb5765d..b24bf77 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -1,4 +1,4 @@ -import { +import type { LexerToken, LiteralToken, NumberToken, diff --git a/package.json b/package.json index 38b3765..ec693a7 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "typescript": "^4.6.3" }, "dependencies": { - "json-lexer": "^1.1.1" + "json-lexer": "^1.2.0" }, "config": { "commitizen": {