@pnpm/lockfile-file
Advanced tools
Comparing version 3.0.11 to 3.0.12
# @pnpm/lockfile-file | ||
## 3.0.12 | ||
### Patch Changes | ||
- Updated dependencies [6d480dd7a] | ||
- @pnpm/error@1.3.0 | ||
## 3.0.11 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@pnpm/lockfile-file", | ||
"version": "3.0.11", | ||
"version": "3.0.12", | ||
"description": "Read/write pnpm-lock.yaml files", | ||
@@ -39,14 +39,14 @@ "main": "lib/index.js", | ||
"@pnpm/logger": "^3.2.2", | ||
"@types/js-yaml": "^3.12.4", | ||
"@types/js-yaml": "^3.12.5", | ||
"@types/mz": "^2.7.1", | ||
"@types/normalize-path": "^3.0.0", | ||
"@types/ramda": "^0.27.6", | ||
"@types/write-file-atomic": "^3.0.0", | ||
"tempy": "^0.5.0", | ||
"@types/ramda": "^0.27.14", | ||
"@types/write-file-atomic": "^3.0.1", | ||
"tempy": "^0.6.0", | ||
"write-yaml-file": "^4.1.0", | ||
"yaml-tag": "^1.1.0" | ||
"yaml-tag": "1.1.0" | ||
}, | ||
"dependencies": { | ||
"@pnpm/constants": "4.0.0", | ||
"@pnpm/error": "1.2.0", | ||
"@pnpm/error": "1.3.0", | ||
"@pnpm/lockfile-types": "2.0.1", | ||
@@ -58,3 +58,3 @@ "@pnpm/types": "6.2.0", | ||
"normalize-path": "^3.0.0", | ||
"ramda": "^0.27.0", | ||
"ramda": "^0.27.1", | ||
"read-yaml-file": "^2.0.0", | ||
@@ -61,0 +61,0 @@ "write-file-atomic": "^2.4.3" |
19364
+ Added@pnpm/error@1.3.0(transitive)
- Removed@pnpm/error@1.2.0(transitive)
Updated@pnpm/error@1.3.0
Updatedramda@^0.27.1