1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-16 09:41:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update version to 1.44.6, add Node.js import protocol setting, and clean up import statements across multiple files

This commit is contained in:
sunnylqm
2025-05-14 16:08:27 +08:00
parent 59c5be2719
commit ebfb9dd4b9
13 changed files with 52 additions and 34 deletions

View File

@@ -12,8 +12,8 @@ import {
underline,
yellow,
} from '@colors/colors/safe';
import { existsSync, readFileSync } from 'node:fs';
import { dirname } from 'node:path';
import { existsSync, readFileSync } from 'fs';
import { dirname } from 'path';
import latestVersion, {
type Package,
type PackageJson,