Skip to content

Commit 5885c28

Browse files
committed
Merge remote-tracking branch 'origin/main' into niu-main
2 parents 3e11d66 + f2e01bd commit 5885c28

9 files changed

Lines changed: 1219 additions & 648 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
33+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
3434
- name: Setup Node
3535
uses: actions/setup-node@v5
3636
with:

CODEOWNERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
* @github-community-projects/ospo
1+
* @UCL/open-source-impact-seed
2+
* @samcunliffe
3+
* @razekmh

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Since we use the GitHub API and actions to generate the data, you will need to e
2424

2525
You will need to set a secret in the repository settings. The secret is a GitHub token that has admin read access to the organization. You can create a token by going to `Settings` -> `Developer settings` -> `Personal access tokens` and creating a new token with the following scopes.
2626

27+
- public_repo
2728
- read:org
28-
- read:repo
2929
- read:project
3030

3131
> [!NOTE]
@@ -79,8 +79,8 @@ cp .env.example .env
7979

8080
The `GRAPHQL_TOKEN` token requires the following scopes:
8181

82+
- public_repo
8283
- read:org
83-
- read:repo
8484
- read:project
8585

8686
> [!NOTE]

app/package-lock.json

Lines changed: 34 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"prepare": "node scripts/generate-basepath.js"
1111
},
1212
"dependencies": {
13-
"@primer/octicons-react": "^19.9.0",
13+
"@primer/octicons-react": "^19.13.0",
1414
"@primer/react": "^36.12.0",
15-
"@tailwindcss/typography": "^0.5.10",
16-
"autoprefixer": "^10.4.19",
15+
"@tailwindcss/typography": "^0.5.15",
16+
"autoprefixer": "^10.4.20",
1717
"file-saver": "^2.0.5",
18-
"json-2-csv": "^5.5.1",
18+
"json-2-csv": "^5.5.7",
1919
"marked": "^12.0.1",
2020
"next": "^15",
2121
"next-themes": "^0.3.0",
@@ -24,11 +24,11 @@
2424
"react": "^18.2.0",
2525
"react-data-grid": "^7.0.0-beta.43",
2626
"react-dom": "^18.2.0",
27-
"react-tiny-popover": "^8.0.4",
27+
"react-tiny-popover": "^8.1.4",
2828
"styled-components": "^5.3.11",
29-
"tailwindcss": "^3.4.1",
30-
"typescript": "^5.4.3",
31-
"usehooks-ts": "^3.0.1"
29+
"tailwindcss": "^3.4.16",
30+
"typescript": "^5.7.2",
31+
"usehooks-ts": "^3.1.0"
3232
},
3333
"homepage": "https://sbv-world-health-org-metrics.github.io/sbv-world-health-org-metrics/",
3434
"devDependencies": {
@@ -42,14 +42,14 @@
4242
"@typescript-eslint/parser": "^7.3.1",
4343
"eslint": "^8.57.0",
4444
"eslint-config-next": "^13",
45-
"eslint-import-resolver-typescript": "^3.6.1",
45+
"eslint-import-resolver-typescript": "^3.7.0",
4646
"eslint-plugin-compat": "^4.2.0",
4747
"eslint-plugin-delegated-events": "^1.0.0",
4848
"eslint-plugin-github": "^4.10.2",
49-
"eslint-plugin-import": "^2.29.1",
49+
"eslint-plugin-import": "^2.31.0",
5050
"eslint-plugin-primer-react": "^4.1.2",
51-
"eslint-plugin-react": "^7.34.1",
51+
"eslint-plugin-react": "^7.37.2",
5252
"glob": "^10.3.10",
53-
"prettier": "^3.2.5"
53+
"prettier": "^3.4.2"
5454
}
5555
}

0 commit comments

Comments
 (0)