diff options
-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" |