Skip to content

Commit f159b04

Browse files
authoredJun 29, 2024··
tests: Move tests folders (#5634)
* refactor: Move tests folder * Move remaining folders * Update tanstack/config * Fix knip * Fix include
1 parent 6a4f224 commit f159b04

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+233
-68
lines changed
 

‎knip.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
2-
"$schema": "https://unpkg.com/knip@4/schema.json",
3-
"ignoreDependencies": [
4-
"size-limit",
5-
"@size-limit/preset-small-lib",
6-
"@builder.io/qwik"
7-
],
2+
"$schema": "https://unpkg.com/knip@5/schema.json",
3+
"ignoreDependencies": ["@size-limit/preset-small-lib"],
84
"ignoreWorkspaces": ["examples/**"],
95
"workspaces": {
106
"packages/match-sorter-utils": {

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
"@rollup/plugin-replace": "^5.0.5",
5555
"@rollup/plugin-terser": "^0.4.4",
5656
"@size-limit/preset-small-lib": "^11.1.2",
57-
"@tanstack/config": "^0.8.7",
57+
"@tanstack/config": "^0.9.0",
5858
"@testing-library/jest-dom": "^6.4.2",
5959
"@testing-library/react": "^15.0.4",
6060
"@testing-library/react-hooks": "^8.0.1",
6161
"@types/node": "^20.12.7",
6262
"jsdom": "^24.0.0",
63-
"knip": "^5.10.0",
63+
"knip": "^5.23.1",
6464
"nx": "^19.3.0",
6565
"prettier": "^3.3.2",
6666
"prettier-plugin-svelte": "^3.2.3",

0 commit comments

Comments
 (0)
Please sign in to comment.