From 5174773c958268599822f5c5c5248dfbb93e3f5b Mon Sep 17 00:00:00 2001 From: Romain GUILLAUME Date: Tue, 30 Jul 2024 16:01:08 +0200 Subject: [PATCH] chore(www): update public website with latest data (#223) Co-authored-by: Romain GUILLAUME --- README.md | 12 ++++++++++++ www/package.json | 2 +- www/yarn.lock | 8 ++++---- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f41af0..c58a849 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/www/package.json b/www/package.json index d2457f7..b4655d7 100644 --- a/www/package.json +++ b/www/package.json @@ -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" diff --git a/www/yarn.lock b/www/yarn.lock index 61543ad..220384c 100644 --- a/www/yarn.lock +++ b/www/yarn.lock @@ -13618,10 +13618,10 @@ text-table@0.2.0, 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"