Skip to content

Commit 4f44c5b

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps-dev): bump @ts-dev-tools/react
Bumps the npm-development-dependencies group with 1 update: - [@ts-dev-tools/react](https://github.com/escemi-tech/ts-dev-tools) Updates `@ts-dev-tools/react` from 1.9.8 to 1.9.11 - [Release notes](https://github.com/escemi-tech/ts-dev-tools/releases) --- updated-dependencies: - dependency-name: "@ts-dev-tools/react" dependency-version: 1.9.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Emilien Escalle <[email protected]>
1 parent 45e4eff commit 4f44c5b

File tree

3 files changed

+319
-231
lines changed

3 files changed

+319
-231
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ test: ## Run tests
3030

3131
ci: ## Run tests in CI mode
3232
$(MAKE) prepare
33-
$(MAKE) lint-fix
3433
npm audit fix
34+
$(MAKE) lint-fix
3535
$(MAKE) build
3636
$(MAKE) test
3737

0 commit comments

Comments
 (0)