Skip to content

Commit

Permalink
Merge pull request #703 from retarsis/bump/eslint-7.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @types/eslint to v7.2.10
  • Loading branch information
tarsisexistence authored Apr 14, 2021
2 parents a8444f4 + 3ac9dec commit c2c0257
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"typescript": "4.1.3"
},
"devDependencies": {
"@types/eslint": "7.2.9",
"@types/eslint": "7.2.10",
"@types/fs-extra": "9.0.11",
"@types/jest": "26.0.22",
"@types/node": "14.14.37",
Expand Down
10 changes: 9 additions & 1 deletion example-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,15 @@
resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.11.tgz#2521cc86f69d15c5b90664e4829d84566052c1cf"
integrity sha512-2koNhpWm3DgWRp5tpkiJ8JGc1xTn2q0l+jUNUE7oMKXUf5NpI9AIdC4kbjGNFBdHtcxBD18LAksoudAVhFKCjw==

"@types/eslint@7.2.9", "@types/eslint@^7.2.6":
"@types/eslint@7.2.10":
version "7.2.10"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.10.tgz#4b7a9368d46c0f8cd5408c23288a59aa2394d917"
integrity sha512-kUEPnMKrqbtpCq/KTaGFFKAcz6Ethm2EjCoKIDaCmfRBWLbFuTcOJfTlorwbnboXBzahqWLgUp1BQeKHiJzPUQ==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"

"@types/eslint@^7.2.6":
version "7.2.9"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.9.tgz#5d26eadbb6d04a225967176399a18eff622da982"
integrity sha512-SdAAXZNvWfhtf3X3y1cbbCZhP3xyPh7mfTvzV6CgfWc/ZhiHpyr9bVroe2/RCHIf7gczaNcprhaBLsx0CCJHQA==
Expand Down

0 comments on commit c2c0257

Please sign in to comment.