From 4b6c6bb527cc5fec32bc145ecbc5165ed42aa653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:03:04 +0000 Subject: [PATCH] Bump @vue/eslint-config-prettier from 9.0.0 to 10.1.0 in /client Bumps [@vue/eslint-config-prettier](https://github.com/vuejs/eslint-config-prettier) from 9.0.0 to 10.1.0. - [Release notes](https://github.com/vuejs/eslint-config-prettier/releases) - [Changelog](https://github.com/vuejs/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/eslint-config-prettier/compare/v9.0.0...v10.1.0) --- updated-dependencies: - dependency-name: "@vue/eslint-config-prettier" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 54cd195..70fd43d 100644 --- a/client/package.json +++ b/client/package.json @@ -23,7 +23,7 @@ "@tsconfig/node20": "^20.1.4", "@types/node": "^20.14.10", "@vitejs/plugin-vue": "^5.0.5", - "@vue/eslint-config-prettier": "^9.0.0", + "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^13.0.0", "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.19",