Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-config-airbnb-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Feb 10, 2020
1 parent 45f16d6 commit e90b0b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@typescript-eslint/parser": "^2.19.1",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^6.3.1",
"eslint-config-airbnb-typescript": "^7.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@
"@typescript-eslint/typescript-estree" "2.19.1"
eslint-scope "^5.0.0"

"@typescript-eslint/parser@^2.19.1", "@typescript-eslint/parser@^2.3.0":
"@typescript-eslint/parser@^2.19.0", "@typescript-eslint/parser@^2.19.1":
version "2.19.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.19.1.tgz#79176a1f4deb160bef001ee7d8a874f86ebee391"
integrity sha512-tBJ//Vpxh5jG8OwsGS716xWVYgv2f9xnlAu4sLYrbeREJd67A4bYIwdd/MEJ72nhZswR+0se5Vxd9jcYpX6bfQ==
Expand Down Expand Up @@ -4203,12 +4203,12 @@ eslint-config-airbnb-base@^14.0.0:
object.assign "^4.1.0"
object.entries "^1.1.0"

eslint-config-airbnb-typescript@^6.3.1:
version "6.3.1"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-6.3.1.tgz#28bd09099355324353a074a71951dd879cce7df0"
integrity sha512-+tkkVysaN63zXz+oiPfkfYSRMIY5QfHI4qFeyb1ZhRGF2jR6JslqDv5GkrW/eciySNTVTigFvf9hkqHT9vklJw==
eslint-config-airbnb-typescript@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-7.0.0.tgz#1846623dcd17d4993db1688f9698bcedeccccccc"
integrity sha512-ki0JvJEdz2E0QWMeDfSgyr7tLwSmTYhMwaZP0XNnBhQfsjAAlLXwpQZHZBIpaoPrc2Fs6pFUTUU39xD3XPXKZQ==
dependencies:
"@typescript-eslint/parser" "^2.3.0"
"@typescript-eslint/parser" "^2.19.0"
eslint-config-airbnb "^18.0.1"
eslint-config-airbnb-base "^14.0.0"

Expand Down

0 comments on commit e90b0b9

Please sign in to comment.