Skip to content

Commit b1a58cb

Browse files
chore(deps-dev): bump the all group across 1 directory with 3 updates
Bumps the all group with 3 updates in the / directory: [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig), [lefthook](https://github.com/evilmartians/lefthook) and [typescript](https://github.com/microsoft/TypeScript). Updates `@nihalgonsalves/esconfig` from 0.9.22 to 0.10.10 - [Release notes](https://github.com/nihalgonsalves/esconfig/releases) - [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md) - [Commits](nihalgonsalves/esconfig@esconfig-v0.9.22...esconfig-v0.10.10) Updates `lefthook` from 1.7.11 to 1.7.18 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.7.11...v1.7.18) Updates `typescript` from 5.5.4 to 5.6.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.6.2) --- updated-dependencies: - dependency-name: "@nihalgonsalves/esconfig" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: lefthook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07e62b9 commit b1a58cb

File tree

2 files changed

+239
-286
lines changed

2 files changed

+239
-286
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"format:check": "prettier . --check"
1717
},
1818
"devDependencies": {
19-
"@nihalgonsalves/esconfig": "^0.9.22",
19+
"@nihalgonsalves/esconfig": "^0.10.10",
2020
"@types/node": "20",
2121
"eslint": "^8.57.0",
22-
"lefthook": "^1.7.11",
22+
"lefthook": "^1.7.18",
2323
"prettier": "^3.3.3",
2424
"ts-node-dev": "^2.0.0",
25-
"typescript": "^5.5.4"
25+
"typescript": "^5.6.2"
2626
}
2727
}

0 commit comments

Comments
 (0)