Skip to content

Commit

Permalink
Merge pull request #544 from qonto/chore-recreate-package-lock
Browse files Browse the repository at this point in the history
chore(deps-dev): recreate package-lock file and update all dependencies
  • Loading branch information
uanjoze authored Sep 17, 2024
2 parents 718b5d6 + 138a1a9 commit 26d1432
Show file tree
Hide file tree
Showing 2 changed files with 2,972 additions and 2,516 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,23 @@
"test": "pnpm --filter '*' test"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@release-it-plugins/workspaces": "^4.2.0",
"@release-it/conventional-changelog": "^8.0.1",
"concurrently": "^8.2.2",
"lefthook": "^1.6.5",
"prettier": "^3.2.5",
"release-it": "^16.3.0"
"@release-it/conventional-changelog": "^8.0.2",
"concurrently": "^9.0.1",
"lefthook": "^1.7.15",
"prettier": "^3.3.3",
"release-it": "^17.6.0"
},
"engines": {
"node": ">= 18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@types/node": "22.5.5",
"typescript": "5.6.2"
}
}
Loading

0 comments on commit 26d1432

Please sign in to comment.