@react-native-windows/find-repo-root
Advanced tools
Comparing version 0.72.0 to 0.73.0-preview.1
{ | ||
"name": "@react-native-windows/find-repo-root", | ||
"version": "0.72.0", | ||
"version": "0.73.0-preview.1", | ||
"license": "MIT", | ||
@@ -19,13 +19,13 @@ "scripts": { | ||
"dependencies": { | ||
"@react-native-windows/fs": "0.72.0", | ||
"@react-native-windows/fs": "0.73.0-preview.1", | ||
"find-up": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@rnw-scripts/eslint-config": "1.1.15", | ||
"@rnw-scripts/just-task": "2.3.6", | ||
"@rnw-scripts/ts-config": "2.0.3", | ||
"@rnw-scripts/eslint-config": "1.2.3", | ||
"@rnw-scripts/just-task": "2.3.17", | ||
"@rnw-scripts/ts-config": "2.0.5", | ||
"@types/find-up": "^4.0.0", | ||
"@types/node": "^16.0.0", | ||
"@types/node": "^18.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.57.1", | ||
"eslint": "^8.19.0", | ||
@@ -36,7 +36,7 @@ "prettier": "^2.4.1", | ||
"beachball": { | ||
"defaultNpmTag": "latest", | ||
"defaultNpmTag": "preview", | ||
"disallowedChangeTypes": [ | ||
"major", | ||
"minor", | ||
"prerelease" | ||
"patch" | ||
] | ||
@@ -49,4 +49,4 @@ }, | ||
"engines": { | ||
"node": ">= 16" | ||
"node": ">= 18" | ||
} | ||
} |
5600
+ Added@react-native-windows/fs@0.73.0-preview.1(transitive)
- Removed@react-native-windows/fs@0.72.0(transitive)