parent
605065eec7
commit
2f372718fb
12 changed files with 22 additions and 34 deletions
apps/update-sources/src
|
@ -8,7 +8,10 @@ import { replaceInFile, npmRun } from './lib';
|
|||
/* Constants */
|
||||
const FLAKE = process.env.FLAKE as string;
|
||||
|
||||
const PINS = new Map([]);
|
||||
const PINS = new Map([
|
||||
// FIXME: https://github.com/typescript-eslint/typescript-eslint/pull/10903
|
||||
['typescript', '5.7.3'],
|
||||
]);
|
||||
|
||||
|
||||
const updatePackageJson = async(workspaceDir: string, updates: object) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue