Skip to content

Commit d6be7d3

Browse files
codingWithRachdskamiotis
authored andcommitted
Testing beta libraries
1 parent 688e13f commit d6be7d3

File tree

3 files changed

+36
-35
lines changed

3 files changed

+36
-35
lines changed

dotcom-rendering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@guardian/eslint-config-typescript": "9.0.1",
3838
"@guardian/identity-auth": "6.0.1",
3939
"@guardian/identity-auth-frontend": "8.1.0",
40-
"@guardian/libs": "25.2.0",
40+
"@guardian/libs": "0.0.0-canary-20250812112542",
4141
"@guardian/ophan-tracker-js": "2.3.2",
4242
"@guardian/react-crossword": "6.3.0",
4343
"@guardian/shimport": "1.0.2",

dotcom-rendering/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
/* Aliases should also be added to the webpack and jest configurations */
1515
"*": ["node_modules/@types/*", "*"] // Make sure that package linking doesn't confuse things https://github.com/microsoft/TypeScript/issues/11916#issuecomment-257130001
1616
},
17-
"preserveConstEnums": true
17+
"preserveConstEnums": true,
18+
"skipLibCheck": true // Temporary fix for canary version testing - skip type checking of dependency .d.ts files
1819
},
1920
"include": ["**/*", ".storybook/mocks/bridgetApi.ts"],
2021
"exclude": [

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)