diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2022-02-01 13:17:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 13:17:05 +0000 |
commit | 71c4bedea522627b12ea609557ee5a8d4b4fb468 (patch) | |
tree | 80853aa4b45e6f1d3b392c6be1415ac7fa827cc2 | |
parent | cecb848010a6b11d525bb16b182c37dd18626031 (diff) | |
parent | 44707720b676589c993c848c45973dd12d5e16ad (diff) |
Merge pull request #1352 from ueokande/dependabot/npm_and_yarn/prettier-eslint-13.0.0
Bump prettier-eslint from 12.0.0 to 13.0.0
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 97e49e7..b13bb6a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "jszip": "^3.2.2", "lanthan": "0.0.2", "prettier": "2.3.2", - "prettier-eslint": "12.0.0", + "prettier-eslint": "13.0.0", "react": "17.0.2", "react-dom": "17.0.2", "react-redux": "^7.1.3", @@ -4581,10 +4581,10 @@ prelude-ls@~1.1.2: resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= -prettier-eslint@12.0.0: - version "12.0.0" - resolved "https://registry.npmjs.org/prettier-eslint/-/prettier-eslint-12.0.0.tgz" - integrity sha512-N8SGGQwAosISXTNl1E57sBbtnqUGlyRWjcfIUxyD3HF4ynehA9GZ8IfJgiep/OfYvCof/JEpy9ZqSl250Wia7A== +prettier-eslint@13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/prettier-eslint/-/prettier-eslint-13.0.0.tgz#769f5c04057278d071847d893ebc7b9817594184" + integrity sha512-P5K31qWgUOQCtJL/3tpvEe28KfP49qbr6MTVEXC7I2k7ci55bP3YDr+glhyCdhIzxGCVp2f8eobfQ5so52RIIA== dependencies: "@typescript-eslint/parser" "^3.0.0" common-tags "^1.4.0" |