Skip to content

Commit 598a24f

Browse files
authored
Update all dependencies to the latest version (#1667)
* Upgrade all dependencies to the latest version and migrate to MUI5. * address check-types issues
1 parent ec43cff commit 598a24f

198 files changed

Lines changed: 8764 additions & 25324 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.
Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**What page is this happening on**
11-
Copy the URL of the page this issue is happening on.
10+
Copy the URL of the page this issue is happening on.
1211

1312
**Describe the bug**
1413
A clear and concise description of what the bug is.
1514

1615
**To Reproduce**
1716
Steps to reproduce the behavior:
17+
1818
1. Go to '...'
1919
2. Click on '....'
2020
3. Scroll down to '....'
@@ -27,15 +27,17 @@ A clear and concise description of what you expected to happen.
2727
If applicable, add screenshots to help explain your problem.
2828

2929
**Desktop (please complete the following information):**
30-
- OS: [e.g. iOS]
31-
- Browser [e.g. chrome, safari]
32-
- Version [e.g. 22]
30+
31+
- OS: [e.g. iOS]
32+
- Browser [e.g. chrome, safari]
33+
- Version [e.g. 22]
3334

3435
**Smartphone (please complete the following information):**
35-
- Device: [e.g. iPhone6]
36-
- OS: [e.g. iOS8.1]
37-
- Browser [e.g. stock browser, safari]
38-
- Version [e.g. 22]
36+
37+
- Device: [e.g. iPhone6]
38+
- OS: [e.g. iOS8.1]
39+
- Browser [e.g. stock browser, safari]
40+
- Version [e.g. 22]
3941

4042
**Additional context**
4143
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 14.x, 15.x]
15+
node-version: [18.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 14.x, 15.x]
15+
node-version: [18.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 14.x, 15.x]
15+
node-version: [18.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ cd ..
4444

4545
Then run the following (from the top level directory) and answer all prompts:
4646

47-
4847
```shell
4948
yarn start:app:production
5049
```
@@ -93,7 +92,7 @@ Of note, we use:
9392

9493
- [`onInitialClientRender`](https://www.gatsbyjs.org/docs/browser-apis/#onInitialClientRender)
9594

96-
Any code that should run once after the client renders goes here.
95+
Any code that should run once after the client renders goes here.
9796

9897
This code pulls in and configures
9998
[gapi](https://github.com/google/google-api-javascript-client), a Google

data/images/blackT2.png

3.88 KB
Loading

data/images/brownT.png

12.4 KB
Loading

data/images/greyT.png

11.5 KB
Loading

data/images/pinkT.png

18.2 KB
Loading

0 commit comments

Comments
 (0)