Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
'pnpm --filter react-use-hook-kit run build',
'pnpm --filter react-use-hook-kit run test:attw',
'pnpm --filter react-use-hook-kit run test:publint',
'pnpm --filter @repo/compat-react-17 run test',
'pnpm --filter @repo/compat-react-18 run test',
'pnpm --filter @repo/compat-react-19 run test',
]
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ import { useToggle } from 'react-use-hook-kit/use-toggle'
```text
apps/
docs/ Astro documentation app with interactive demos
compat-react-17/ React 17 compatibility fixture
compat-react-18/ React 18 compatibility fixture
compat-react-19/ React 19 compatibility fixture
packages/
react-use-hook-kit/ Publishable library package
```
Expand Down
22 changes: 0 additions & 22 deletions apps/compat-react-17/package.json

This file was deleted.

24 changes: 0 additions & 24 deletions apps/compat-react-17/src/compat.test.ts

This file was deleted.

8 changes: 0 additions & 8 deletions apps/compat-react-17/tsconfig.json

This file was deleted.

19 changes: 0 additions & 19 deletions apps/compat-react-17/vitest.config.ts

This file was deleted.

23 changes: 0 additions & 23 deletions apps/compat-react-18/package.json

This file was deleted.

22 changes: 0 additions & 22 deletions apps/compat-react-18/src/compat.test.ts

This file was deleted.

8 changes: 0 additions & 8 deletions apps/compat-react-18/tsconfig.json

This file was deleted.

21 changes: 0 additions & 21 deletions apps/compat-react-18/vitest.config.ts

This file was deleted.

23 changes: 0 additions & 23 deletions apps/compat-react-19/package.json

This file was deleted.

27 changes: 0 additions & 27 deletions apps/compat-react-19/src/compat.test.ts

This file was deleted.

8 changes: 0 additions & 8 deletions apps/compat-react-19/tsconfig.json

This file was deleted.

21 changes: 0 additions & 21 deletions apps/compat-react-19/vitest.config.ts

This file was deleted.

14 changes: 1 addition & 13 deletions knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,8 @@
"entry": ["src/pages/**/*.astro", "src/components/**/*.tsx"],
"project": ["src/**/*.{astro,ts,tsx}"]
},
"apps/compat-react-17": {
"entry": ["src/**/*.test.ts"],
"project": ["src/**/*.{ts,tsx}"]
},
"apps/compat-react-18": {
"entry": ["src/**/*.test.ts"],
"project": ["src/**/*.{ts,tsx}"]
},
"apps/compat-react-19": {
"entry": ["src/**/*.test.ts"],
"project": ["src/**/*.{ts,tsx}"]
},
"packages/react-hook-kit": {
"entry": ["src/index.ts", "src/use-*.ts"],
"entry": ["src/use-*.ts"],
"project": ["src/**/*.{ts,tsx}"],
"includeEntryExports": true
}
Expand Down
Loading
Loading