From 50080f046bb68a7d2adf6d0aebe25d24bc97e125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 13:41:32 +0000 Subject: [PATCH] chore(deps-dev): bump @antfu/eslint-config from 0.21.1 to 0.25.0 Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 0.21.1 to 0.25.0. - [Release notes](https://github.com/antfu/eslint-config/releases) - [Changelog](https://github.com/antfu/eslint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/antfu/eslint-config/compare/v0.21.1...v0.25.0) --- updated-dependencies: - dependency-name: "@antfu/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5db7d49..dbc616e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "vue-router": "^4.0.12" }, "devDependencies": { - "@antfu/eslint-config": "^0.21.0", + "@antfu/eslint-config": "^0.25.0", "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", "@cypress/vite-dev-server": "^2.2.0",