Skip to content

Commit d380767

Browse files
committed
FSR-69: cleanup deps: npm-run-all -> npm-run-all2; lint-staged -> nano-staged
FSR-69 (CVE squashing: Check Dependency Track)
1 parent a1be619 commit d380767

File tree

6 files changed

+83
-94
lines changed

6 files changed

+83
-94
lines changed

Diff for: .husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm dlx lint-staged
1+
pnpm dlx nano-staged

Diff for: lint-staged.config.mjs renamed to .nano-staged.js

File renamed without changes.

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@
5252
"@vue/tsconfig": "^0.5.1",
5353
"eslint": "catalog:",
5454
"globals": "catalog:",
55-
"husky": "^9.0.11",
56-
"npm-run-all": "catalog:",
55+
"husky": "^9.1.7",
56+
"nano-staged": "0.8.0",
57+
"npm-run-all2": "catalog:",
5758
"prettier": "catalog:",
5859
"stylelint": "catalog:",
5960
"vitest": "catalog:",

Diff for: packages/ui-extension-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/color-convert": "2.0.3",
2727
"@types/uuid": "9.0.8",
2828
"flush-promises": "1.0.2",
29-
"npm-run-all": "catalog:",
29+
"npm-run-all2": "catalog:",
3030
"rimraf": "6.0.1",
3131
"typescript": "catalog:",
3232
"vite": "catalog:",

0 commit comments

Comments
 (0)