We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f050b8 commit d6e964cCopy full SHA for d6e964c
dotcom-rendering/scripts/env/check-deps.js
@@ -12,9 +12,7 @@ if (pkg.devDependencies) {
12
* We don't check packages that are not semver-compatible
13
* @type {RegExp[]}
14
*/
15
-const exceptions = /** @type {const} */ ([
16
- /npm:@guardian\/react-crossword@0.0.0-canary/,
17
-]);
+const exceptions = /** @type {const} */ ([/npm:@guardian\/react-crossword@/]);
18
19
const mismatches = Object.entries(pkg.dependencies)
20
.filter(
0 commit comments