From 7c936ed9f7ae9366f13f5a8fe7999df8cf9fe54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 23:27:44 +0000 Subject: [PATCH] Bump @antfu/eslint-config in /packages/vanilla-components Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 0.27.0 to 0.31.0. - [Release notes](https://github.com/antfu/eslint-config/releases) - [Changelog](https://github.com/antfu/eslint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/antfu/eslint-config/compare/v0.27.0...v0.31.0) --- updated-dependencies: - dependency-name: "@antfu/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/vanilla-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vanilla-components/package.json b/packages/vanilla-components/package.json index 8943abc1..8fcc04b1 100644 --- a/packages/vanilla-components/package.json +++ b/packages/vanilla-components/package.json @@ -67,7 +67,7 @@ "vue": "^3.2.39" }, "devDependencies": { - "@antfu/eslint-config": "^0.27.0", + "@antfu/eslint-config": "^0.31.0", "@antfu/ni": "^0.18.5", "@rollup/plugin-typescript": "^9.0.2", "@types/lodash": "^4.14.189",