Skip to content

Commit

Permalink
fix: update deps, imports
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Jul 26, 2022
1 parent 58bff99 commit c9dba60
Show file tree
Hide file tree
Showing 4 changed files with 899 additions and 589 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -37,6 +37,6 @@
"typescript": "^4.7.2"
},
"dependencies": {
"lerna": "^5.1.8"
"lerna": "^5.2.0"
}
}
1 change: 1 addition & 0 deletions packages/input/src/Type/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ export * from "./JSONString";
export * from "./RecordType";
export * from "./Enum";
export * from "./EmailAddress";
export * from "./ScalarType";
2 changes: 1 addition & 1 deletion packages/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@bunt/unit": "^0.24.23",
"@bunt/util": "^0.24.20",
"@types/ioredis": "^4.28.10",
"ioredis": "^5.2.1"
"ioredis": "^5.2.2"
},
"license": "MIT"
}
Loading

0 comments on commit c9dba60

Please sign in to comment.