Skip to content

Commit

Permalink
fix: adding focus-visible dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota committed Nov 7, 2024
1 parent 349fed3 commit 3cfb059
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@aurodesignsystem/auro-library": "^2.10.1",
"@floating-ui/dom": "^1.6.11",
"cleave.js": "^1.6.0",
"focus-visible": "^5.2.1",
"lit": "^3.2.0"
},
"peerDependencies": {
Expand Down Expand Up @@ -262,15 +263,12 @@
"linters:input": "npm-run-all scssLint:input esLint:input",
"scssLint:input": "stylelint \"./components/input/**/*.scss\"",
"esLint:input": "eslint 'components/input/**/*.js'",

"linters:checkbox": "npm-run-all scssLint:checkbox esLint:checkbox",
"scssLint:checkbox": "stylelint \"./components/checkbox/**/*.scss\"",
"esLint:checkbox": "eslint 'components/checkbox/**/*.js'",

"linters:radio": "npm-run-all scssLint:radio esLint:radio",
"scssLint:radio": "stylelint \"./components/radio/**/*.scss\"",
"esLint:radio": "eslint 'components/radio/**/*.js'",

"bundler": "rollup -c",
"bundler:test": "rollup -c -w",
"preCommit": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/pre-commit.mjs",
Expand Down

0 comments on commit 3cfb059

Please sign in to comment.