mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-07-03 04:02:50 +08:00
chore(deps-dev): bump @ts-dev-tools/core
Bumps the npm-development-dependencies group with 1 update: - [@ts-dev-tools/core](https://github.com/escemi-tech/ts-dev-tools) Updates `@ts-dev-tools/core` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/escemi-tech/ts-dev-tools/releases) --- updated-dependencies: - dependency-name: "@ts-dev-tools/core" dependency-version: 1.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
parent
510dc5b071
commit
5e4714c4a5
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ lint-fix: ## Execute linting and fix
|
||||
|
||||
ci: ## Execute all formats and checks
|
||||
@npm install
|
||||
@npm audit fix
|
||||
@npm audit fix || true
|
||||
@npm run all
|
||||
$(MAKE) lint-fix
|
||||
|
||||
|
||||
1272
package-lock.json
generated
1272
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -32,7 +32,7 @@
|
||||
"docker-compose": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ts-dev-tools/core": "^1.11.1",
|
||||
"@ts-dev-tools/core": "^1.12.0",
|
||||
"@vercel/ncc": "^0.38.4",
|
||||
"eslint-plugin-github": "^6.0.0",
|
||||
"eslint-plugin-jsonc": "^3.1.2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user