Skip to content

Commit

Permalink
bump dependencies (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktalebian authored Apr 13, 2020
1 parent ba74e36 commit 38066c1
Show file tree
Hide file tree
Showing 7 changed files with 513 additions and 414 deletions.
795 changes: 447 additions & 348 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^25.1.4",
"babel-jest": "^25.2.4",
"husky": "^4.2.3",
"jest": "^25.2.4",
"@types/jest": "^25.2.1",
"babel-jest": "^25.3.0",
"husky": "^4.2.5",
"jest": "^25.3.0",
"lerna": "^3.20.2"
}
}
28 changes: 14 additions & 14 deletions packages/eslint-config-twilio-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 39 additions & 39 deletions packages/eslint-config-twilio-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/eslint-config-twilio-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"test": "jest --coverage --color"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint-config-twilio": "^1.22.0",
"typescript": "^3.8.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config-twilio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config-twilio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-config-twilio-base": "^1.22.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^2.0.2"
"prettier": "^2.0.4"
},
"devDependencies": {
"eslint": "^6.8.0"
Expand Down

0 comments on commit 38066c1

Please sign in to comment.