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": {