Skip to content

Commit 94d5c77

Browse files
build(deps-dev): bump the development-dependencies group with 3 updates
Bumps the development-dependencies group with 3 updates: [lint-staged](https://github.com/lint-staged/lint-staged), [prettier](https://github.com/prettier/prettier) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `lint-staged` from 15.4.3 to 15.5.0 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.4.3...v15.5.0) Updates `prettier` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.2...3.5.3) Updates `ts-jest` from 29.2.6 to 29.3.1 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.2.6...v29.3.1) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 15.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: prettier dependency-version: 3.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ts-jest dependency-version: 29.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 868ec55 commit 94d5c77

2 files changed

Lines changed: 45 additions & 24 deletions

File tree

package-lock.json

Lines changed: 42 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"@types/is-url": "^1.2.32",
3434
"@types/jest": "^29.5.14",
3535
"jest": "^29.7.0",
36-
"lint-staged": "^15.4.3",
36+
"lint-staged": "^15.5.0",
3737
"postcss": "^8.5.3",
38-
"prettier": "^3.5.2",
38+
"prettier": "^3.5.3",
3939
"rimraf": "^6.0.1",
40-
"ts-jest": "^29.2.6",
40+
"ts-jest": "^29.3.1",
4141
"typescript": "^5.8.2"
4242
},
4343
"scripts": {

0 commit comments

Comments
 (0)