Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[ts-utils-lint] Upgrade dependencies
Browse files Browse the repository at this point in the history
* Upgrades done with `yarn upgrade-interactive`
* Additionally, I had to remove the `handlebars` entry from `yarn.lock` so that `yarn` resolves it once again to the version which doesn't contain any vulnerabilities.
  • Loading branch information
ddknapik committed Jan 3, 2020
1 parent c20caa2 commit d6c8374
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 110 deletions.
21 changes: 11 additions & 10 deletions ts-utils-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,26 @@
"dependencies": {
"@types/eslint": "~6.1.3",
"@types/node": "^12.12.7",
"@typescript-eslint/eslint-plugin": "~2.7.0",
"@typescript-eslint/parser": "~2.7.0",
"eslint": "~6.6.0",
"@typescript-eslint/eslint-plugin": "~2.14.0",
"@typescript-eslint/parser": "~2.14.0",
"eslint": "~6.8.0",
"eslint-config-airbnb": "~18.0.1",
"eslint-config-prettier": "~6.5.0",
"eslint-config-prettier": "~6.9.0",
"eslint-config-react": "~1.1.7",
"eslint-plugin-import": "~2.18.2",
"eslint-plugin-import": "~2.19.1",
"eslint-plugin-jsx-a11y": "~6.2.3",
"eslint-plugin-prettier": "~3.1.1",
"eslint-plugin-react": "~7.16.0",
"eslint-plugin-react-hooks": "~1.7.0",
"eslint-plugin-react": "~7.17.0",
"eslint-plugin-react-hooks": "~2.3.0",
"handlebars": "^4.5.3",
"prettier": "^1.19.1"
},
"description": "A single command to lint TypeScript files of your app.",
"devDependencies": {
"@types/jest": "^24.0.15",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "~3.7.2"
"jest": "~24.9.0",
"ts-jest": "~24.2.0",
"typescript": "~3.7.4"
},
"files": [
"bin/",
Expand Down
Loading

0 comments on commit d6c8374

Please sign in to comment.