Skip to content

Commit

Permalink
chore(www): update public website with latest data (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: Romain GUILLAUME <[email protected]>
  • Loading branch information
Kporal and Romain GUILLAUME authored Jul 30, 2024
1 parent 2eb1b52 commit 5174773
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -914,3 +914,15 @@ yarn start
### Updating the website

The web code is located in `www/` directory of this repository. Open a PR to make changes.

Update the `www/package.json` file with the latest `third-party-web` dependency version to update the website.

1- change the version in the `package.json`
2- run install command to update the `yarn.lock` file

```bash
# Update the yarn.lock file
yarn install
```

3- commit the changes and send a PR
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"third-party-web": "^0.24.1"
"third-party-web": "^0.24.5"
},
"devDependencies": {
"prettier": "^1.17.0"
Expand Down
8 changes: 4 additions & 4 deletions www/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13618,10 +13618,10 @@ [email protected], text-table@^0.2.0:
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=

third-party-web@^0.24.1:
version "0.24.1"
resolved "https://registry.yarnpkg.com/third-party-web/-/third-party-web-0.24.1.tgz#b191f31f4067e3c3dce335c82a5027db7b826263"
integrity sha512-5VqmcM0QEF7KX1/EX9I8Yohs7GoWzhQHXfLOLGmLGbcw/zPdEohXJNctiLu0x4D0i9EzOUjFXlbmcmXcbZXl1Q==
third-party-web@^0.24.5:
version "0.24.5"
resolved "https://registry.yarnpkg.com/third-party-web/-/third-party-web-0.24.5.tgz#7841c650bf0b589113709b0e2e8099ad3d6abfae"
integrity sha512-1rUOdMYpNTRajgk1F7CmHD26oA6rTKekBjHay854J6OkPXeNyPcR54rhWDaamlWyi9t2wAVPQESdedBhucmOLA==

through2@^2.0.1:
version "2.0.5"
Expand Down

0 comments on commit 5174773

Please sign in to comment.