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 Jul 19, 2020
1 parent 719c4c6 commit 92b9559
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.2",
"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 "7.2.0"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.0.tgz#eb5c5b575237334df24c53195e37b53d66478d7b"
integrity sha512-LpUXkr7fnmPXWGxB0ZuLEzNeTURuHPavkC5zuU4sg62/TgL5ZEjamr5Y8b6AftwHtx2bPJasI+CL0TT2JwQ7aA==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"

"@types/estree@*":
version "0.0.45"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.45.tgz#e9387572998e5ecdac221950dab3e8c3b16af884"
integrity sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g==

"@types/json-schema@*":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==

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

0 comments on commit 92b9559

Please sign in to comment.