Skip to content

Commit

Permalink
Bump @guardian/libs to 22.0.0 (#3093)
Browse files Browse the repository at this point in the history
* Bump @guardian/libs to 22.0.0

* Reorder test

* Revert "Reorder test"

This reverts commit 31d3b5d.

* Set Gu COokie to FR

* Set useNonAdvertisedList

* Remove setCookie to FR

* Add FR as COuntry
  • Loading branch information
akinsola-guardian authored Mar 6, 2025
1 parent 87cca66 commit fd10fce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@emotion/react": "^11.14.0",
"@faire/mjml-react": "^3.5.0",
"@guardian/ab-core": "8.0.1",
"@guardian/libs": "^21.4.0",
"@guardian/libs": "^22.0.0",
"@guardian/source": "^8.0.2",
"@guardian/source-development-kitchen": "^15.0.1",
"@okta/jwt-verifier": "^4.0.1",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/client/static/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ophanInit();
// load CMP
if (!routingConfig.clientState.pageData?.isNativeApp) {
if (window.Cypress) {
cmp.init({ country: 'GB' }); // CI hosted on GithubActions runs in US by default
cmp.init({ country: 'FR' }); // CI hosted on GithubActions runs in US by default
} else {
void (async () => {
const country = await getLocale();
Expand Down

0 comments on commit fd10fce

Please sign in to comment.