Skip to content

Commit c56ac03

Browse files
authored
Repo housekeeping + support for React 18/19 (#34)
* use pnpm instead of yarn * WIP on moving examples as a separate target of the build * wip on tests (claude code) * clean up some types * remove verbose claude examples readme * fix lint errors * attempt to support react 16+ * cleanup * cleanup * update version and remove webstorm files
1 parent 205ccb7 commit c56ac03

File tree

129 files changed

+12384
-37388
lines changed

Some content is hidden

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

129 files changed

+12384
-37388
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-node@v1
1717
with:
1818
node-version: ${{ matrix.node-version }}
19-
- run: yarn
20-
- run: yarn lint
21-
- run: yarn build
22-
- run: yarn test-ci
19+
- run: pnpm i
20+
- run: pnpm lint
21+
- run: pnpm build
22+
- run: pnpm test-ci

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ npm-debug.log
1010
yarn-error.log
1111
.DS_Store
1212
meta/bundle-size-stats/
13+
stats.html
14+
.idea/

.idea/.gitignore

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

.idea/codeStyles/Project.xml

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

.idea/codeStyles/codeStyleConfig.xml

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

.idea/draft-js.iml

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

.idea/inspectionProfiles/Project_Default.xml

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

.idea/misc.xml

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

.idea/modules.xml

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

.idea/prettier.xml

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

0 commit comments

Comments
 (0)