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" }