Skip to content

Commit 8930036

Browse files
authored
Merge branch 'main' into sponsors-react-1
2 parents b2561a1 + 173c868 commit 8930036

658 files changed

Lines changed: 565034 additions & 2156 deletions

File tree

Some content is hidden

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

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
ecmaVersion: 11
1515
},
1616
rules: {
17+
'import/no-extraneous-dependencies': ['error']
1718
},
1819
overrides: [
1920
{

.github/workflows/js-lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,3 @@ jobs:
4141

4242
- name: Run linter
4343
run: npx eslint .
44-
45-
- name: Check dependencies
46-
run: npm run check-deps

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
- name: Run tests
6767
run: npx jest tests/${{ matrix.test-group }}/
6868
env:
69-
NODE_OPTIONS: '--max_old_space_size=4096'
69+
NODE_OPTIONS: '--max_old_space_size=8192'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
- name: Run tests
7272
run: npx jest tests/${{ matrix.test-group }}/
7373
env:
74-
NODE_OPTIONS: '--max_old_space_size=4096'
74+
NODE_OPTIONS: '--max_old_space_size=8192'
-113 KB

assets/images/app_id.png

-5 Bytes

assets/images/contribution_cta.png

-60 Bytes
-23 Bytes
-54.1 KB
-58.5 KB

0 commit comments

Comments
 (0)