Skip to content

Commit e84f8d5

Browse files
p-iknowp-iknow
andauthored
refactor: remove compat apps (#8)
Co-authored-by: p-iknow <apricotsoul@gmail.com>
1 parent 88d1f5a commit e84f8d5

20 files changed

Lines changed: 103 additions & 568 deletions

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
'pnpm --filter react-use-hook-kit run build',
3333
'pnpm --filter react-use-hook-kit run test:attw',
3434
'pnpm --filter react-use-hook-kit run test:publint',
35-
'pnpm --filter @repo/compat-react-17 run test',
36-
'pnpm --filter @repo/compat-react-18 run test',
37-
'pnpm --filter @repo/compat-react-19 run test',
3835
]
3936
steps:
4037
- uses: actions/checkout@v4

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ import { useToggle } from 'react-use-hook-kit/use-toggle'
4040
```text
4141
apps/
4242
docs/ Astro documentation app with interactive demos
43-
compat-react-17/ React 17 compatibility fixture
44-
compat-react-18/ React 18 compatibility fixture
45-
compat-react-19/ React 19 compatibility fixture
4643
packages/
4744
react-use-hook-kit/ Publishable library package
4845
```

apps/compat-react-17/package.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

apps/compat-react-17/src/compat.test.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

apps/compat-react-17/tsconfig.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/compat-react-17/vitest.config.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

apps/compat-react-18/package.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

apps/compat-react-18/src/compat.test.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

apps/compat-react-18/tsconfig.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/compat-react-18/vitest.config.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)