@react-native-windows/fs
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@react-native-windows/fs", | ||
"description": "A minimal-dependency drop-in replacement to `fs` with changes for resiliency, promises, and convenience.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -23,5 +23,5 @@ "scripts": { | ||
"devDependencies": { | ||
"@rnw-scripts/eslint-config": "1.1.10", | ||
"@rnw-scripts/just-task": "2.2.2", | ||
"@rnw-scripts/ts-config": "2.0.1", | ||
"@rnw-scripts/eslint-config": "1.1.11", | ||
"@rnw-scripts/just-task": "2.2.3", | ||
"@rnw-scripts/ts-config": "2.0.2", | ||
"@types/graceful-fs": "^4.1.5", | ||
@@ -39,4 +39,4 @@ "@types/node": "12.12.6", | ||
"engines": { | ||
"node": ">= 12.0.0" | ||
"node": ">= 14" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168909