From 930c33a0aef289de77726111dcda7d8bea16f76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:46:14 +0200 Subject: [PATCH] build(deps-dev): bump @vuecs/form-controls from 2.2.0 to 2.3.0 (#459) Bumps [@vuecs/form-controls](https://github.com/tada5hi/vuecs/tree/HEAD/packages/form-controls) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/tada5hi/vuecs/releases) - [Changelog](https://github.com/tada5hi/vuecs/blob/master/packages/form-controls/CHANGELOG.md) - [Commits](https://github.com/tada5hi/vuecs/commits/examples-nuxt-v2.3.0/packages/form-controls) --- updated-dependencies: - dependency-name: "@vuecs/form-controls" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 13 ++++++++----- packages/client-ui/package.json | 2 +- packages/client-vue/package.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0f4c7eda..e5765015d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8414,10 +8414,13 @@ } }, "node_modules/@vuecs/form-controls": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@vuecs/form-controls/-/form-controls-2.2.0.tgz", - "integrity": "sha512-aUkjia/mSOv2GKbhgUHduorMdDwHlzrNwRy1Li1a/ojBlMGFY3l+zI2aHkEW35NZDJ2KOhHWZe+ebOru+HtCXQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@vuecs/form-controls/-/form-controls-2.3.0.tgz", + "integrity": "sha512-rcZN1HRqXMcEcQZeWVRSVEthx8TUC6msFDnIl3QHt+14srRrNDLic4uaqty80Ttr2BrgUzLNFN1XjMw0A2dKmg==", "dev": true, + "dependencies": { + "@vueuse/core": "^10.11.0" + }, "engines": { "node": ">=16" }, @@ -25603,7 +25606,7 @@ "@privateaim/kit": "^0.5.0", "@privateaim/storage-kit": "^0.5.0", "@vuecs/countdown": "^1.0.0", - "@vuecs/form-controls": "^2.2.0", + "@vuecs/form-controls": "^2.3.0", "@vuecs/gravatar": "^1.0.1", "@vuecs/list-controls": "^1.1.1", "@vuecs/navigation": "^1.1.1", @@ -25642,7 +25645,7 @@ "@privateaim/storage-kit": "^0.5.0", "@types/node": "^20.12.7", "@vitejs/plugin-vue": "^5.0.4", - "@vuecs/form-controls": "^2.2.0", + "@vuecs/form-controls": "^2.3.0", "@vuecs/link": "^1.0.0", "@vuecs/list-controls": "^1.1.1", "@vuecs/pagination": "^1.1.1", diff --git a/packages/client-ui/package.json b/packages/client-ui/package.json index f477f1377..9fb25a1f2 100644 --- a/packages/client-ui/package.json +++ b/packages/client-ui/package.json @@ -31,7 +31,7 @@ "@privateaim/storage-kit": "^0.5.0", "@pinia/nuxt": "^0.5.1", "@vuecs/countdown": "^1.0.0", - "@vuecs/form-controls": "^2.2.0", + "@vuecs/form-controls": "^2.3.0", "@vuecs/gravatar": "^1.0.1", "@vuecs/list-controls": "^1.1.1", "@vuecs/navigation": "^1.1.1", diff --git a/packages/client-vue/package.json b/packages/client-vue/package.json index 92ed73cb3..420e23c94 100644 --- a/packages/client-vue/package.json +++ b/packages/client-vue/package.json @@ -54,7 +54,7 @@ "@privateaim/storage-kit": "^0.5.0", "@types/node": "^20.12.7", "@vitejs/plugin-vue": "^5.0.4", - "@vuecs/form-controls": "^2.2.0", + "@vuecs/form-controls": "^2.3.0", "@vuecs/link": "^1.0.0", "@vuecs/list-controls": "^1.1.1", "@vuecs/pagination": "^1.1.1",