Skip to content

Commit

Permalink
CDT-000: Update the dependencies to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlviMurtaza committed May 1, 2024
1 parent 9b660c6 commit d91d113
Show file tree
Hide file tree
Showing 2 changed files with 2,528 additions and 3,779 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
"yeoman-generator"
],
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/prompt-cli": "^16.2.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/prompt-cli": "^19.3.0",
"coveralls": "^3.1.1",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-xo": "^0.40.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.2",
"jest": "^27.0.6",
"lint-staged": "^13.0.3",
"prettier": "^2.3.2",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.44.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^6.2.0"
"yeoman-test": "^8.2.0"
},
"engines": {
"npm": ">= 4.0.0"
},
"dependencies": {
"chalk": "^5.0.0",
"yeoman-generator": "4"
"chalk": "^5.3.0",
"yeoman-generator": "7.1.1"
},
"jest": {
"testEnvironment": "node"
Expand Down

0 comments on commit d91d113

Please sign in to comment.