Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Jun 22, 2020
1 parent e3ba685 commit dde0352
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 289 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.10",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"cross-env": "^7.0.2",
"eslint": "^7.1.0",
"eslint": "^7.3.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lerna": "^3.22.0",
"ts-jest": "^26.1.0",
"typescript": "^3.9.3"
"lerna": "^3.22.1",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5"
},
"resolutions": {
"minimist": "1.2.5"
Expand Down
Loading

0 comments on commit dde0352

Please sign in to comment.