Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
feat: Update to latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iamturns committed Mar 17, 2020
1 parent 7edc2e5 commit cd0b0e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm install eslint-config-airbnb-typescript \
eslint-plugin-jsx-a11y@^6.2.3 \
eslint-plugin-react@^7.19.0 \
eslint-plugin-react-hooks@^2.5.0 \
@typescript-eslint/eslint-plugin@^2.23.0 \
@typescript-eslint/eslint-plugin@^2.24.0 \
--save-dev
```

Expand All @@ -41,8 +41,8 @@ Install dependencies. ESLint plugins [must also be installed](https://github.com

```bash
npm install eslint-config-airbnb-typescript \
eslint-plugin-import@^2.18.2 \
@typescript-eslint/eslint-plugin@^2.19.0 \
eslint-plugin-import@^2.20.1 \
@typescript-eslint/eslint-plugin@^2.24.0 \
--save-dev
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"validate": "npm run lint"
},
"dependencies": {
"@typescript-eslint/parser": "^2.23.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-airbnb-base": "^14.1.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2.23.0"
"@typescript-eslint/eslint-plugin": "^2.24.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.20.0",
"@typescript-eslint/eslint-plugin": "2.24.0",
"doctoc": "1.4.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
Expand Down

0 comments on commit cd0b0e2

Please sign in to comment.