Skip to content

Commit

Permalink
feat(eslint-config-smartcare): update dependency versions
Browse files Browse the repository at this point in the history
BREAKING CHANGE: ESLint has been upgraded to v6. Package registry is now
on GitHub.
  • Loading branch information
erictaylor committed Aug 16, 2019
1 parent 695dae6 commit 6226456
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
10 changes: 8 additions & 2 deletions packages/eslint-config-smartcare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,24 @@ This package includes the shareable ESLint configuration used by Smartcare.

## Requirements

This repository is distributed via Smartcare's npm registry. Add the following to your projects `.yarnrc` file:

```
"@smart-care:registry" "https://npm.pkg.github.com"
```

To see a list of the peer dependency requirements run:

```sh
npm info "@smartcare/eslint-config-smartcare@latest" peerDependencies
npm info "@smart-care/eslint-config-smartcare@latest" peerDependencies
```

## Install

Run the following command:

```sh
npx install-peerdeps --dev @smartcare/eslint-config-smartcare
npx install-peerdeps --dev @smart-care/eslint-config-smartcare
```

Don't worry if you are using Yarn `install-peerdeps` will work with Yarn.
Expand Down
23 changes: 12 additions & 11 deletions packages/eslint-config-smartcare/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@smartcare/eslint-config-smartcare",
"name": "@smart-care/eslint-config-smartcare",
"version": "6.0.1",
"description": "Smartcare ESLint Config",
"config": {
"access": "public"
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"license": "MIT",
"author": "Eric Taylor <[email protected]>",
Expand All @@ -12,21 +12,22 @@
"prettier.config.js"
],
"main": "index.js",
"repository": "git+https://github.com/smart-care/typescript.git",
"dependencies": {
"confusing-browser-globals": "^1.0.7"
"confusing-browser-globals": "^1.0.8"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^1.18.2",
"typescript": "^3.5.3"
}
Expand Down

0 comments on commit 6226456

Please sign in to comment.