Skip to content

Commit

Permalink
build(npm): update all dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Jun 30, 2023
1 parent 5e13166 commit 4394ff8
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 25 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ module.exports = {
allow: ["warn", "error"],
},
],
"jsdoc/no-defaults": 0,
"jsdoc/tag-lines": [
"warn",
"always",
{
applyToEndTag: false,
startLines: 1,
endLines: 0,
tags: {
property: { lines: "never" },
param: { lines: "never" },
},
},
],
},
settings: {
jsdoc: {
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,38 +45,38 @@
},
"homepage": "https://github.com/NickDJM/accessible-menu-bootstrap-4#readme",
"dependencies": {
"accessible-menu": "^3.0.7"
"accessible-menu": "^3.0.8"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/eslint-parser": "^7.14.7",
"@babel/preset-env": "^7.12.1",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"commitizen": "^4.2.2",
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^46.2.6",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.4.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"husky": "^8.0.1",
"jest": "^29.0.1",
"jest-environment-jsdom": "^29.0.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "^4.0.0",
"jsdoc": "^4.0.0",
"jsdoc": "^4.0.2",
"jsdoc-typeof-plugin": "^1.0.0",
"lint-staged": "^13.0.1",
"prettier": "^2.1.2",
"rollup": "^2.33.1",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"rollup": "^2.79.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^9.0.0",
"terser": "^5.6.1"
"standard-version": "^9.5.0",
"terser": "^5.18.2"
}
}

0 comments on commit 4394ff8

Please sign in to comment.