Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions dotcom-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@guardian/ab-core": "8.0.0",
"@guardian/ab-core": "9.0.0",
"@guardian/ab-testing-config": "workspace:ab-testing-config",
"@guardian/braze-components": "22.2.0",
"@guardian/bridget": "8.7.0",
"@guardian/browserslist-config": "6.1.0",
"@guardian/cdk": "62.0.1",
"@guardian/commercial-core": "29.0.0",
"@guardian/core-web-vitals": "7.0.0",
"@guardian/commercial-core": "30.2.0",
"@guardian/core-web-vitals": "16.0.0",
"@guardian/eslint-config-typescript": "12.0.0",
"@guardian/identity-auth": "6.0.1",
"@guardian/identity-auth-frontend": "8.1.0",
"@guardian/identity-auth": "12.0.0",
"@guardian/identity-auth-frontend": "14.0.0",
"@guardian/libs": "27.1.0",
"@guardian/ophan-tracker-js": "2.8.0",
"@guardian/react-crossword": "11.1.0",
"@guardian/react-crossword": "13.0.0",
"@guardian/shimport": "1.0.2",
"@guardian/source": "11.3.0",
"@guardian/source-development-kitchen": "18.1.1",
"@guardian/source": "12.2.0",
"@guardian/source-development-kitchen": "23.0.0",
"@guardian/support-dotcom-components": "8.3.1",
"@guardian/tsconfig": "0.2.0",
"@playwright/test": "1.56.1",
Expand Down Expand Up @@ -151,10 +151,10 @@
"trusted-types": "2.0.0",
"ts-loader": "9.5.4",
"ts-unused-exports": "10.1.0",
"tslib": "2.6.2",
"tslib": "2.8.1",
"tsx": "4.6.2",
"type-fest": "4.21.0",
"typescript": "5.5.3",
"typescript": "5.9.3",
"typescript-json-schema": "0.64.0",
"unified": "11.0.5",
"valibot": "0.28.1",
Expand Down
2 changes: 1 addition & 1 deletion dotcom-rendering/scripts/jest/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if (!isServer) {
* DOM and NodeJS versions of `TextDecoder`. This affect the running of the application and
* allows us to update jsdom.
*/
global.TextEncoder = TextEncoder;
global.TextEncoder = TextEncoder as unknown as typeof global.TextEncoder;
global.TextDecoder = TextDecoder as unknown as typeof global.TextDecoder;

// Mocks the version number used by CDK, we don't want our tests to fail every time we update our cdk dependency.
Expand Down
Loading
Loading