Skip to content

Commit 377b1f5

Browse files
feat!: v2(#134) (#212)
* feat: update to react 18 (#134) * feat: update uikit up to 4.1.0 (#202) --------- Co-authored-by: Vlad <[email protected]>
1 parent d573106 commit 377b1f5

File tree

3 files changed

+1863
-282
lines changed

3 files changed

+1863
-282
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
run: npm run lint
2727
- name: Typecheck
2828
run: npm run typecheck
29-
- name: Typecheck (React 18)
30-
run: |
31-
npm i --no-save @types/react@18 @types/react-dom@18
32-
npm run typecheck
3329

3430
tests:
3531
name: Tests

0 commit comments

Comments
 (0)