Skip to content

Commit

Permalink
Update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jun 25, 2019
1 parent df8be25 commit 6d24525
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -768,13 +768,13 @@ eslint-config-prettier has been tested with:
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
- prettier 1.18.2
- @typescript-eslint/eslint-plugin 1.10.2
- @typescript-eslint/eslint-plugin 1.11.0
- eslint-plugin-babel 5.3.0
- eslint-plugin-flowtype 3.10.3
- eslint-plugin-flowtype 3.11.1
- eslint-plugin-react 7.14.2
- eslint-plugin-standard 4.0.0
- eslint-plugin-unicorn 9.1.0
- eslint-plugin-vue 5.2.2
- eslint-plugin-unicorn 9.1.1
- eslint-plugin-vue 5.2.3

Have new rules been added since those versions? Have we missed any rules? Is
there a plugin you would like to see exclusions for? Open an issue or a pull
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -38,20 +38,20 @@
"get-stdin": "^6.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "1.10.2",
"@typescript-eslint/parser": "1.10.2",
"babel-eslint": "10.0.1",
"@typescript-eslint/eslint-plugin": "1.11.0",
"@typescript-eslint/parser": "1.11.0",
"babel-eslint": "10.0.2",
"cross-spawn": "6.0.5",
"doctoc": "1.4.0",
"eslint": "5.16.0",
"eslint-config-google": "0.13.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "3.10.3",
"eslint-plugin-flowtype": "3.11.1",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.14.2",
"eslint-plugin-standard": "4.0.0",
"eslint-plugin-unicorn": "9.1.0",
"eslint-plugin-vue": "5.2.2",
"eslint-plugin-unicorn": "9.1.1",
"eslint-plugin-vue": "5.2.3",
"jest": "24.8.0",
"prettier": "1.18.2",
"replace": "1.1.0",
Expand Down

0 comments on commit 6d24525

Please sign in to comment.