Skip to content

Commit

Permalink
build(npm): update to latest packages and full v4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Mar 5, 2024
1 parent 28d9533 commit eba6dd2
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,31 +53,30 @@
},
"homepage": "https://github.com/NickDJM/accessible-menu-bootstrap-5#readme",
"dependencies": {
"accessible-menu": "^4.0.0-beta.4"
"accessible-menu": "^4.0.1"
},
"devDependencies": {
"@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",
"@vitest/ui": "^0.32.2",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@vitest/ui": "^1.3.1",
"commitizen": "^4.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-jsdoc": "^43.0.0",
"husky": "^8.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-jsdoc": "^48.2.0",
"husky": "^9.0.11",
"jsdoc": "^4.0.0",
"jsdoc-typeof-plugin": "^1.0.0",
"jsdom": "^21.1.0",
"lint-staged": "^13.0.1",
"prettier": "^2.1.2",
"sass": "^1.58.2",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"standard-version": "^9.0.0",
"vite": "^4.1.2",
"vite-plugin-browser-sync": "^1.0.2",
"vitest": "^0.32.2"
"vite": "^5.1.5",
"vite-plugin-browser-sync": "^3.0.1",
"vitest": "^1.3.1"
}
}

0 comments on commit eba6dd2

Please sign in to comment.