From e078742c8185ad5fa8da22f3032d49776aa6b988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 23:31:43 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) from 12.1.4 to 13.2.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.2.0) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a26d668..eacf371 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.16", "description": "Components lib to create others insamee-app plateformes !", "scripts": { + "preinstall": "npx only-allow pnpm", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook -o docs-build", "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", @@ -32,7 +33,7 @@ "@babel/core": "^7.14.6", "@babel/eslint-parser": "^7.14.5", "@commitlint/cli": "^12.1.4", - "@commitlint/config-conventional": "^12.1.4", + "@commitlint/config-conventional": "^13.2.0", "@nuxtjs/eslint-config": "^6.0.1", "@nuxtjs/eslint-module": "^3.0.2", "@storybook/addon-actions": "^6.2.9", @@ -69,14 +70,16 @@ }, "lint-staged": { "*.vue": [ - "yarn lint" + "pnpm lint" ], "*.js": [ - "yarn lint" + "pnpm lint" ] }, "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", + "focus-trap": "^6.7.1", + "focus-trap-vue": "^1.1.1", "v-scroll-lock": "^1.3.1", "vuelidate": "^0.7.6" }