Skip to content

Commit

Permalink
perf(deps): update to latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Feb 23, 2024
1 parent a7aed9c commit 7039e37
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 70 deletions.
132 changes: 66 additions & 66 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
"copyfiles": "^2.4.1",
"core-js": "^3.36.0",
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-jsdoc": "^48.2.0",
"husky": "^8.0.3",
"lodash": "^4.17.21",
"markdown-magic": "^2.6.1",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"postcss-discard-comments": "^6.0.1",
"postcss-selector-replace": "^1.0.2",
"rollup": "^4.10.0",
"rollup": "^4.12.0",
"rollup-plugin-serve": "^2.0.2",
"semantic-release": "21.0.2",
"stylelint": "^16.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/auro-dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// ---------------------------------------------------------------------

/* eslint-disable lit-a11y/click-events-have-key-events, max-lines */
/* eslint-disable lit-a11y/click-events-have-key-events, max-lines, lit-a11y/accessible-name, lit-a11y/no-aria-slot */

import { LitElement, html } from "lit";
import styleCss from "./style-css.js";
Expand Down

0 comments on commit 7039e37

Please sign in to comment.