Skip to content

Commit

Permalink
Merge pull request #66 from coliff/dev-deps-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Apr 1, 2024
2 parents 6ba1b9a + 8729b73 commit 022e067
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 31 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"root": true,
"env": {
"browser": true
},
"extends": ["eslint:recommended", "prettier"],
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"no-undef": "off"
}
}
1 change: 1 addition & 0 deletions js/popover-css-inspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ function createPopovers() {
".popover-css-inspector[data-popper-placement='bottom'] .popover-arrow {position: fixed; left: 48%; transform: translateY(-40%); top: -5px;}" +
"</style>";

// eslint-disable-next-line no-undef
const popover = new bootstrap.Popover(popoverTriggerEl, {
content: content,
boundary: "window",
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@
"lint-js": "eslint js/popover-css-inspector.js --fix",
"lint-markdown": "npx markdownlint-cli .",
"minify": "terser --ecma 5 --keep-classnames --keep-fnames --compress --mangle --output js/popover-css-inspector.min.js -- js/popover-css-inspector.js",
"pa11y": "npx pa11y https://coliff.github.io/popover-css-inspector/",
"prettier": "prettier --write \"**/*.{html,js,json,md,yml}\"",
"spellcheck": "npx cspell \"*.*\" --no-progress",
"test": "npm run lint-js",
"update-deps": "npx npm-check-updates -u"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.2.4",
"terser": "5.27.0"
"prettier": "3.2.5",
"terser": "5.30.0"
}
}

0 comments on commit 022e067

Please sign in to comment.