From af9e485266e6aee718aa3750815cb12980cdc49d Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Wed, 13 Dec 2023 19:29:26 +0900 Subject: [PATCH] chore: bump up `@hono/eslint-config` (#1816) --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0e734ff6e..a588ca0bc 100644 --- a/package.json +++ b/package.json @@ -442,7 +442,7 @@ ], "devDependencies": { "@cloudflare/workers-types": "^4.20221111.1", - "@hono/eslint-config": "^0.0.1", + "@hono/eslint-config": "^0.0.2", "@hono/node-server": "^1.0.2", "@types/crypto-js": "^4.1.1", "@types/glob": "^8.0.0", @@ -479,4 +479,4 @@ "engines": { "node": ">=16.0.0" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 5eedabf46..479ff1e3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -646,10 +646,10 @@ dependencies: "@hapi/hoek" "^9.0.0" -"@hono/eslint-config@^0.0.1": - version "0.0.1" - resolved "https://registry.yarnpkg.com/@hono/eslint-config/-/eslint-config-0.0.1.tgz#ea373efab1977f2f6be52ec3040834a8f42ec92e" - integrity sha512-W46GPqlxBVswE2qmnPGb63axlTPgkXKIo36YG430+FQ+Tm4n2AgJNhehLpsG0yTjgCBmPAs1FQGzeRrWSUEhWg== +"@hono/eslint-config@^0.0.2": + version "0.0.2" + resolved "https://registry.yarnpkg.com/@hono/eslint-config/-/eslint-config-0.0.2.tgz#80ea395e630b0e7abb9f9f633aa89155e110ebe4" + integrity sha512-YAI0ryGdbzKARQYLesYGjwv/p86m3u2q98W+uurdFoFhlWYEk8/MIrtUpCuREFD2jucZ4TDaS7hh6J6l69aKZA== dependencies: "@typescript-eslint/eslint-plugin" "^6.14.0" "@typescript-eslint/parser" "^6.14.0"