Skip to content

Commit

Permalink
chore(deps-dev): bump @types/eslint-plugin-prettier from 2.2.0 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed May 1, 2020
1 parent 28f1f33 commit c0cdd78
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"tslib": "^1.7.1"
},
"devDependencies": {
"@types/eslint-plugin-prettier": "2.2.0",
"@types/eslint-plugin-prettier": "3.1.0",
"@types/node": "4.9.3",
"@types/prettier": "2.0.0",
"codecov": "3.6.5",
Expand Down
27 changes: 24 additions & 3 deletions yarn.lock
Expand Up @@ -22,9 +22,30 @@
version "1.0.0"
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.0.0.tgz#9c13c2574c92d4503b005feca8f2e16cc1611506"

"@types/eslint-plugin-prettier@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@types/eslint-plugin-prettier/-/eslint-plugin-prettier-2.2.0.tgz#26170ee65ce05d811f3ef6fc2987acd525066c7f"
"@types/eslint-plugin-prettier@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@types/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.0.tgz#451b5e1e5f148a38dc41e9c5b61d45cd2e97af2c"
integrity sha512-6/UIuz99F0IvtDez4U3bRwAmN4VKnuw10Ibblf0iZhtNbmbonMSLqs/qqsXrGIAWvjy+vXqYwOljgtLhrETSMg==
dependencies:
"@types/eslint" "*"

"@types/eslint@*":
version "6.8.0"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-6.8.0.tgz#5f2289b9f01316da7cf31c9e63109a10602a23cb"
integrity sha512-hqzmggoxkOubpgTdcOltkfc5N8IftRJqU70d1jbOISjjZVPvjcr+CLi2CI70hx1SUIRkLgpglTy9w28nGe2Hsw==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"

"@types/estree@*":
version "0.0.44"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.44.tgz#980cc5a29a3ef3bea6ff1f7d021047d7ea575e21"
integrity sha512-iaIVzr+w2ZJ5HkidlZ3EJM8VTZb2MJLCjw3V+505yVts0gRC4UMvjw0d1HPtGqI/HQC/KdsYtayfzl+AXY2R8g==

"@types/json-schema@*":
version "7.0.4"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==

"@types/node@4.9.3":
version "4.9.3"
Expand Down

0 comments on commit c0cdd78

Please sign in to comment.