chore: Update all imports to zod/v3
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
5d8b4cddb9
commit
49171c9de4
@@ -19,7 +19,7 @@ import { dirname, join as joinPath, relative } from 'node:path';
|
||||
import crypto from 'node:crypto';
|
||||
import { Lockfile } from '@backstage/cli-node';
|
||||
import { exists, rm, mkdirp } from 'fs-extra';
|
||||
import { z } from 'zod';
|
||||
import { z } from 'zod/v3';
|
||||
import { CACHE_DIR, CACHE_FILE } from './constants';
|
||||
|
||||
const version = '1';
|
||||
|
||||
Reference in New Issue
Block a user