Skip to content

Commit

Permalink
feat(deps): bumped json-lexer to include types
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed May 2, 2022
1 parent bec3944 commit a113ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/types.ts
@@ -1,4 +1,4 @@
import {
import type {
LexerToken,
LiteralToken,
NumberToken,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"json-lexer": "^1.1.1"
"json-lexer": "^1.2.0"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit a113ef1

Please sign in to comment.