Skip to content

Commit e04825f

Browse files
Update dependency knip to ^2.32.4 (#660)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dominik Nowik <[email protected]> Co-authored-by: nowyDEV <[email protected]>
1 parent 4332d35 commit e04825f

File tree

7 files changed

+1459
-750
lines changed

7 files changed

+1459
-750
lines changed

knip.jsonc

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"@types/lodash.clonedeep",
1414
// Can be listed explicitly in the future
1515
"@types/eslint",
16-
// Used in `src/setupTests.ts`
17-
"@testing-library/jest-dom",
1816
"@vitejs/plugin-react",
1917
"babel-plugin-styled-components"
2018
],
@@ -24,7 +22,6 @@
2422
"ignore": [
2523
"**/*.d.ts",
2624
"**/__mockups__",
27-
"src/setupTests.ts",
28-
"vitest.config.ts"
25+
"src/components/svgicon/icons/index.t"
2926
]
3027
}

lockfile-lint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ module.exports = {
1010
"string-width-cjs:string-width",
1111
"strip-ansi-cjs: strip-ansi",
1212
"wrap-ansi-cjs:wrap-ansi",
13+
"ramda:@pnpm/ramda",
1314
],
1415
};

0 commit comments

Comments
 (0)