@lerna/symlink-dependencies
Advanced tools
Comparing version 3.1.4 to 3.3.0
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.3.0"></a> | ||
# [3.3.0](https://github.com/lerna/lerna/compare/v3.2.1...v3.3.0) (2018-09-06) | ||
### Features | ||
* **deps:** Upgrade fs-extra to ^7.0.0 ([042b1a3](https://github.com/lerna/lerna/commit/042b1a3)) | ||
<a name="3.1.4"></a> | ||
@@ -8,0 +20,0 @@ ## [3.1.4](https://github.com/lerna/lerna/compare/v3.1.3...v3.1.4) (2018-08-21) |
{ | ||
"name": "@lerna/symlink-dependencies", | ||
"version": "3.1.4", | ||
"version": "3.3.0", | ||
"description": "Lerna's internal symlinking tool", | ||
@@ -33,6 +33,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@lerna/create-symlink": "^3.0.0", | ||
"@lerna/resolve-symlink": "^3.0.0", | ||
"@lerna/symlink-binary": "^3.1.4", | ||
"fs-extra": "^6.0.1", | ||
"@lerna/create-symlink": "^3.3.0", | ||
"@lerna/resolve-symlink": "^3.3.0", | ||
"@lerna/symlink-binary": "^3.3.0", | ||
"fs-extra": "^7.0.0", | ||
"p-finally": "^1.0.0", | ||
@@ -42,3 +42,3 @@ "p-map": "^1.2.0", | ||
}, | ||
"gitHead": "37ef5f2ebd4fd207ee74a4fe8838323acb882435" | ||
"gitHead": "901e6d54a47151dfed3d6ed2912804b97d05c6b5" | ||
} |
Sorry, the diff of this file is not supported yet
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
7561
+ Addedfs-extra@7.0.1(transitive)
- Removedfs-extra@6.0.1(transitive)
Updated@lerna/create-symlink@^3.3.0
Updated@lerna/symlink-binary@^3.3.0
Updatedfs-extra@^7.0.0